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