Class WorkflowDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workflow.server.entity.WorkflowDetail
- 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 WorkflowDetailWorkflowDetail(WorkflowDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetSecurityRoleGroup(EntityPermission entityPermission) booleangetSelectorType(EntityPermission entityPermission) booleanbooleanbooleangetWorkflow(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetSecurityRoleGroupPK(SecurityRoleGroupPK securityRoleGroupPK) voidsetSelectorType(SelectorType entity) voidsetSelectorTypePK(SelectorTypePK selectorTypePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetWorkflow(Workflow entity) voidvoidsetWorkflowName(String workflowName) voidsetWorkflowPK(WorkflowPK workflowPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
WorkflowDetail
Creates a new instance of WorkflowDetail- Throws:
PersistenceException
-
WorkflowDetail
Creates a new instance of WorkflowDetail
-
-
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
-
getWorkflowDetailValue
-
setWorkflowDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getWorkflowPK
-
getWorkflow
-
getWorkflow
-
getWorkflowForUpdate
-
setWorkflowPK
public void setWorkflowPK(WorkflowPK workflowPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflow
-
getWorkflowPKHasBeenModified
-
getWorkflowName
-
setWorkflowName
public void setWorkflowName(String workflowName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWorkflowNameHasBeenModified
-
getSelectorTypePK
-
getSelectorType
-
getSelectorType
-
getSelectorTypeForUpdate
-
setSelectorTypePK
public void setSelectorTypePK(SelectorTypePK selectorTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorType
-
getSelectorTypePKHasBeenModified
-
getSecurityRoleGroupPK
-
getSecurityRoleGroup
-
getSecurityRoleGroup
-
getSecurityRoleGroupForUpdate
-
setSecurityRoleGroupPK
public void setSecurityRoleGroupPK(SecurityRoleGroupPK securityRoleGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSecurityRoleGroup
-
getSecurityRoleGroupPKHasBeenModified
-
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
-