Class ChainDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.chain.server.entity.ChainDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ChainDetailChainDetail(ChainDetailValue value, EntityPermission entityPermission) Creates a new instance of ChainDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChain()getChain(EntityPermission entityPermission) getChain(Session session, EntityPermission entityPermission) getChainForUpdate(Session session) getChainInstanceSequence(EntityPermission entityPermission) getChainInstanceSequence(Session session) getChainInstanceSequence(Session session, EntityPermission entityPermission) getChainInstanceSequenceForUpdate(Session session) booleanbooleanbooleangetChainType(EntityPermission entityPermission) getChainType(Session session) getChainType(Session session, EntityPermission entityPermission) getChainTypeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetChainInstanceSequence(Sequence entity) voidsetChainInstanceSequencePK(SequencePK chainInstanceSequencePK) voidsetChainName(String chainName) voidsetChainPK(ChainPK chainPK) voidsetChainType(ChainType entity) voidsetChainTypePK(ChainTypePK chainTypePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ChainDetail
Creates a new instance of ChainDetail- Throws:
PersistenceException
-
ChainDetail
Creates a new instance of ChainDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getChainDetailValue
-
setChainDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getChainPK
-
getChain
-
getChain
-
getChain
-
getChain
-
getChainForUpdate
-
getChainForUpdate
-
setChainPK
public void setChainPK(ChainPK chainPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChain
-
getChainPKHasBeenModified
-
getChainTypePK
-
getChainType
-
getChainType
-
getChainType
-
getChainType
-
getChainTypeForUpdate
-
getChainTypeForUpdate
-
setChainTypePK
public void setChainTypePK(ChainTypePK chainTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainType
-
getChainTypePKHasBeenModified
-
getChainName
-
setChainName
public void setChainName(String chainName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getChainNameHasBeenModified
-
getChainInstanceSequencePK
-
getChainInstanceSequence
-
getChainInstanceSequence
-
getChainInstanceSequence
-
getChainInstanceSequence
-
getChainInstanceSequenceForUpdate
-
getChainInstanceSequenceForUpdate
-
setChainInstanceSequencePK
public void setChainInstanceSequencePK(SequencePK chainInstanceSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainInstanceSequence
-
getChainInstanceSequencePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-