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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(LetterSourceDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<LetterSourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LetterSourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LetterSourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LetterSourcePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-