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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainActionPK
(ChainActionPK chainActionPK) void
setFromTime
(Long fromTime) void
setLetterPK
(LetterPK letterPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ChainActionLetterPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainActionLetterPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainActionLetterPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainActionLetterPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getLetterPK
-
setLetterPK
- Throws:
PersistenceNotNullException
-
getLetterPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-