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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ChainKindDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ChainKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ChainKindPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-