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