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