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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ChainActionSetDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<ChainActionSetPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainActionSetPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainActionSetPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainActionSetPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-