Class WorkflowStepDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowStepDescriptionPK>
com.echothree.model.data.workflow.server.value.WorkflowStepDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowStepDescriptionValue
extends BaseValue<WorkflowStepDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowStepDescriptionValue
(WorkflowStepDescriptionPK workflowStepDescriptionPK, WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDescriptionValueWorkflowStepDescriptionValue
(WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(Long thruTime) void
setWorkflowStepPK
(WorkflowStepPK workflowStepPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowStepDescriptionValue
public WorkflowStepDescriptionValue(WorkflowStepDescriptionPK workflowStepDescriptionPK, WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowStepDescriptionValue- Throws:
PersistenceNotNullException
-
WorkflowStepDescriptionValue
public WorkflowStepDescriptionValue(WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowStepDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowStepDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowStepDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowStepDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowStepDescriptionPK>
-
getWorkflowStepPK
-
setWorkflowStepPK
- Throws:
PersistenceNotNullException
-
getWorkflowStepPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-