Class ChainActionSetDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionSetDetailPK>
com.echothree.model.data.chain.server.value.ChainActionSetDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ChainActionSetDetailValue
extends BaseValue<ChainActionSetDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionChainActionSetDetailValue(ChainActionSetDetailPK chainActionSetDetailPK, ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionSetDetailValueChainActionSetDetailValue(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainActionSetDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetChainActionSetName(String chainActionSetName) voidsetChainActionSetPK(ChainActionSetPK chainActionSetPK) voidsetChainPK(ChainPK chainPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionSetDetailValue
public ChainActionSetDetailValue(ChainActionSetDetailPK chainActionSetDetailPK, ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionSetDetailValue- Throws:
PersistenceNotNullException
-
ChainActionSetDetailValue
public ChainActionSetDetailValue(ChainActionSetPK chainActionSetPK, ChainPK chainPK, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionSetDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ChainActionSetDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionSetDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionSetDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ChainActionSetDetailPK>
-
getChainActionSetPK
-
setChainActionSetPK
public void setChainActionSetPK(ChainActionSetPK chainActionSetPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getChainActionSetPKHasBeenModified
-
getChainPK
-
setChainPK
- Throws:
PersistenceNotNullException
-
getChainPKHasBeenModified
-
getChainActionSetName
-
setChainActionSetName
- Throws:
PersistenceNotNullException
-
getChainActionSetNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-