Class GeoCodeTimeZoneValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeTimeZonePK>
com.echothree.model.data.geo.server.value.GeoCodeTimeZoneValue
- All Implemented Interfaces:
Serializable,Cloneable
public class GeoCodeTimeZoneValue
extends BaseValue<GeoCodeTimeZonePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeTimeZoneValue(GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTimeZoneValueGeoCodeTimeZoneValue(GeoCodeTimeZonePK geoCodeTimeZonePK, GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTimeZoneValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGeoCodePK(GeoCodePK geoCodePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTimeZonePK(TimeZonePK timeZonePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeTimeZoneValue
public GeoCodeTimeZoneValue(GeoCodeTimeZonePK geoCodeTimeZonePK, GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeTimeZoneValue- Throws:
PersistenceNotNullException
-
GeoCodeTimeZoneValue
public GeoCodeTimeZoneValue(GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeTimeZoneValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<GeoCodeTimeZonePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GeoCodeTimeZonePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GeoCodeTimeZonePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GeoCodeTimeZonePK>
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getTimeZonePK
-
setTimeZonePK
- Throws:
PersistenceNotNullException
-
getTimeZonePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-