Class ChainActionSetValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionSetPK>
com.echothree.model.data.chain.server.value.ChainActionSetValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ChainActionSetValue
extends BaseValue<ChainActionSetPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionChainActionSetValue(ChainActionSetDetailPK activeDetailPK, ChainActionSetDetailPK lastDetailPK) Creates a new instance of ChainActionSetValueChainActionSetValue(ChainActionSetPK chainActionSetPK, ChainActionSetDetailPK activeDetailPK, ChainActionSetDetailPK lastDetailPK) Creates a new instance of ChainActionSetValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ChainActionSetDetailPK activeDetailPK) voidsetLastDetailPK(ChainActionSetDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionSetValue
public ChainActionSetValue(ChainActionSetPK chainActionSetPK, ChainActionSetDetailPK activeDetailPK, ChainActionSetDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ChainActionSetValue- Throws:
PersistenceNotNullException
-
ChainActionSetValue
public ChainActionSetValue(ChainActionSetDetailPK activeDetailPK, ChainActionSetDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ChainActionSetValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ChainActionSetPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionSetPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionSetPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ChainActionSetPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-