Class BirthdayFormatValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BirthdayFormatPK>
com.echothree.model.data.party.server.value.BirthdayFormatValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class BirthdayFormatValue
extends BaseValue<BirthdayFormatPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBirthdayFormatValue
(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) Creates a new instance of BirthdayFormatValueBirthdayFormatValue
(BirthdayFormatPK birthdayFormatPK, BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) Creates a new instance of BirthdayFormatValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(BirthdayFormatDetailPK activeDetailPK) void
setLastDetailPK
(BirthdayFormatDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BirthdayFormatValue
public BirthdayFormatValue(BirthdayFormatPK birthdayFormatPK, BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of BirthdayFormatValue- Throws:
PersistenceNotNullException
-
BirthdayFormatValue
public BirthdayFormatValue(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of BirthdayFormatValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BirthdayFormatPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BirthdayFormatPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BirthdayFormatPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BirthdayFormatPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-