Class ChainActionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionDetailPK>
com.echothree.model.data.chain.server.value.ChainActionDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainActionDetailValue
extends BaseValue<ChainActionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionDetailValue
(ChainActionDetailPK chainActionDetailPK, ChainActionPK chainActionPK, ChainActionSetPK chainActionSetPK, String chainActionName, ChainActionTypePK chainActionTypePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionDetailValueChainActionDetailValue
(ChainActionPK chainActionPK, ChainActionSetPK chainActionSetPK, String chainActionName, ChainActionTypePK chainActionTypePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainActionName
(String chainActionName) void
setChainActionPK
(ChainActionPK chainActionPK) void
setChainActionSetPK
(ChainActionSetPK chainActionSetPK) void
setChainActionTypePK
(ChainActionTypePK chainActionTypePK) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionDetailValue
public ChainActionDetailValue(ChainActionDetailPK chainActionDetailPK, ChainActionPK chainActionPK, ChainActionSetPK chainActionSetPK, String chainActionName, ChainActionTypePK chainActionTypePK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionDetailValue- Throws:
PersistenceNotNullException
-
ChainActionDetailValue
public ChainActionDetailValue(ChainActionPK chainActionPK, ChainActionSetPK chainActionSetPK, String chainActionName, ChainActionTypePK chainActionTypePK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainActionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainActionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainActionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainActionDetailPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getChainActionSetPK
-
setChainActionSetPK
public void setChainActionSetPK(ChainActionSetPK chainActionSetPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getChainActionSetPKHasBeenModified
-
getChainActionName
-
setChainActionName
- Throws:
PersistenceNotNullException
-
getChainActionNameHasBeenModified
-
getChainActionTypePK
-
setChainActionTypePK
public void setChainActionTypePK(ChainActionTypePK chainActionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getChainActionTypePKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-