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