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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetChainActionName(String chainActionName) voidsetChainActionPK(ChainActionPK chainActionPK) voidsetChainActionSetPK(ChainActionSetPK chainActionSetPK) voidsetChainActionTypePK(ChainActionTypePK chainActionTypePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ChainActionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-