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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSecurityRolePK
(SecurityRolePK securityRolePK) void
setThruTime
(Long thruTime) void
setWorkflowDestinationPartyTypePK
(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:
getBaseFactoryInstance
in classBaseValue<WorkflowDestinationSecurityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowDestinationSecurityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowDestinationSecurityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-