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