Class WorkflowDestinationSecurityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowDestinationSecurityRolePK>
com.echothree.model.data.workflow.server.value.WorkflowDestinationSecurityRoleValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkflowDestinationSecurityRoleValue
extends BaseValue<WorkflowDestinationSecurityRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDestinationSecurityRoleValue(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSecurityRoleValueWorkflowDestinationSecurityRoleValue(WorkflowDestinationSecurityRolePK workflowDestinationSecurityRolePK, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSecurityRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSecurityRolePK(SecurityRolePK securityRolePK) voidsetThruTime(Long thruTime) voidsetWorkflowDestinationPartyTypePK(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowDestinationSecurityRoleValue
public WorkflowDestinationSecurityRoleValue(WorkflowDestinationSecurityRolePK workflowDestinationSecurityRolePK, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationSecurityRoleValue- Throws:
PersistenceNotNullException
-
WorkflowDestinationSecurityRoleValue
public WorkflowDestinationSecurityRoleValue(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationSecurityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkflowDestinationSecurityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowDestinationSecurityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowDestinationSecurityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowDestinationSecurityRolePK>
-
getWorkflowDestinationPartyTypePK
-
setWorkflowDestinationPartyTypePK
public void setWorkflowDestinationPartyTypePK(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowDestinationPartyTypePKHasBeenModified
-
getSecurityRolePK
-
setSecurityRolePK
- Throws:
PersistenceNotNullException
-
getSecurityRolePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-