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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetWorkflowDestinationName(String workflowDestinationName) voidsetWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidsetWorkflowStepPK(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:
getBaseFactoryInstancein classBaseValue<WorkflowDestinationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowDestinationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowDestinationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-