Class WorkflowDestinationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowDestinationDetailPK>
com.echothree.model.data.workflow.server.value.WorkflowDestinationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowDestinationDetailValue
extends BaseValue<WorkflowDestinationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDestinationDetailValue
(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationDetailValue
(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWorkflowDestinationName
(String workflowDestinationName) void
setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
setWorkflowStepPK
(WorkflowStepPK workflowStepPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowDestinationDetailValue
public WorkflowDestinationDetailValue(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationDetailValue- Throws:
PersistenceNotNullException
-
WorkflowDestinationDetailValue
public WorkflowDestinationDetailValue(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowDestinationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowDestinationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowDestinationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowDestinationDetailPK>
-
getWorkflowDestinationPK
-
setWorkflowDestinationPK
public void setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowDestinationPKHasBeenModified
-
getWorkflowStepPK
-
setWorkflowStepPK
- Throws:
PersistenceNotNullException
-
getWorkflowStepPKHasBeenModified
-
getWorkflowDestinationName
-
setWorkflowDestinationName
public void setWorkflowDestinationName(String workflowDestinationName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowDestinationNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-