Class ChainActionLetterValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionLetterPK>
com.echothree.model.data.chain.server.value.ChainActionLetterValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ChainActionLetterValue
extends BaseValue<ChainActionLetterPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionChainActionLetterValue(ChainActionLetterPK chainActionLetterPK, ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionLetterValueChainActionLetterValue(ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionLetterValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetChainActionPK(ChainActionPK chainActionPK) voidsetFromTime(Long fromTime) voidsetLetterPK(LetterPK letterPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionLetterValue
public ChainActionLetterValue(ChainActionLetterPK chainActionLetterPK, ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionLetterValue- Throws:
PersistenceNotNullException
-
ChainActionLetterValue
public ChainActionLetterValue(ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionLetterValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ChainActionLetterPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionLetterPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionLetterPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ChainActionLetterPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getLetterPK
-
setLetterPK
- Throws:
PersistenceNotNullException
-
getLetterPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-