Class TimeZoneValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TimeZonePK>
com.echothree.model.data.party.server.value.TimeZoneValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneValue(TimeZoneDetailPK activeDetailPK, TimeZoneDetailPK lastDetailPK) Creates a new instance of TimeZoneValueTimeZoneValue(TimeZonePK timeZonePK, TimeZoneDetailPK activeDetailPK, TimeZoneDetailPK lastDetailPK) Creates a new instance of TimeZoneValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(TimeZoneDetailPK activeDetailPK) voidsetLastDetailPK(TimeZoneDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TimeZoneValue
public TimeZoneValue(TimeZonePK timeZonePK, TimeZoneDetailPK activeDetailPK, TimeZoneDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TimeZoneValue- Throws:
PersistenceNotNullException
-
TimeZoneValue
public TimeZoneValue(TimeZoneDetailPK activeDetailPK, TimeZoneDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TimeZoneValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TimeZonePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TimeZonePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TimeZonePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TimeZonePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-