Class EntityAttributeWorkflow
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityAttributeWorkflow
- 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 EntityAttributeWorkflowEntityAttributeWorkflow(EntityAttributeWorkflowValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeWorkflow -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityAttribute(EntityPermission entityPermission) getEntityAttribute(Session session) getEntityAttribute(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate(Session session) booleanbooleanbooleangetWorkflow(EntityPermission entityPermission) getWorkflow(Session session) getWorkflow(Session session, EntityPermission entityPermission) getWorkflowForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetEntityAttribute(EntityAttribute entity) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidvoidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetWorkflow(Workflow entity) voidsetWorkflowPK(WorkflowPK workflowPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityAttributeWorkflow
Creates a new instance of EntityAttributeWorkflow- Throws:
PersistenceException
-
EntityAttributeWorkflow
public EntityAttributeWorkflow(EntityAttributeWorkflowValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeWorkflow
-
-
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
-
getEntityAttributeWorkflowValue
-
setEntityAttributeWorkflowValue
public void setEntityAttributeWorkflowValue(EntityAttributeWorkflowValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getWorkflowPK
-
getWorkflow
-
getWorkflow
-
getWorkflow
-
getWorkflow
-
getWorkflowForUpdate
-
getWorkflowForUpdate
-
setWorkflowPK
public void setWorkflowPK(WorkflowPK workflowPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflow
-
getWorkflowPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-