Class WorkflowEntranceSecurityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowEntranceSecurityRolePK>
com.echothree.model.data.workflow.server.value.WorkflowEntranceSecurityRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowEntranceSecurityRoleValue
extends BaseValue<WorkflowEntranceSecurityRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEntranceSecurityRoleValue
(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSecurityRoleValueWorkflowEntranceSecurityRoleValue
(WorkflowEntranceSecurityRolePK workflowEntranceSecurityRolePK, WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSecurityRoleValue -
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
setWorkflowEntrancePartyTypePK
(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowEntranceSecurityRoleValue
public WorkflowEntranceSecurityRoleValue(WorkflowEntranceSecurityRolePK workflowEntranceSecurityRolePK, WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceSecurityRoleValue- Throws:
PersistenceNotNullException
-
WorkflowEntranceSecurityRoleValue
public WorkflowEntranceSecurityRoleValue(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceSecurityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowEntranceSecurityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowEntranceSecurityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowEntranceSecurityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowEntranceSecurityRolePK>
-
getWorkflowEntrancePartyTypePK
-
setWorkflowEntrancePartyTypePK
public void setWorkflowEntrancePartyTypePK(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntrancePartyTypePKHasBeenModified
-
getSecurityRolePK
-
setSecurityRolePK
- Throws:
PersistenceNotNullException
-
getSecurityRolePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-