Class WorkflowEntranceDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowEntranceDescriptionPK>
com.echothree.model.data.workflow.server.value.WorkflowEntranceDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkflowEntranceDescriptionValue
extends BaseValue<WorkflowEntranceDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEntranceDescriptionValue(WorkflowEntranceDescriptionPK workflowEntranceDescriptionPK, WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceDescriptionValueWorkflowEntranceDescriptionValue(WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) voidsetWorkflowEntrancePK(WorkflowEntrancePK workflowEntrancePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowEntranceDescriptionValue
public WorkflowEntranceDescriptionValue(WorkflowEntranceDescriptionPK workflowEntranceDescriptionPK, WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceDescriptionValue- Throws:
PersistenceNotNullException
-
WorkflowEntranceDescriptionValue
public WorkflowEntranceDescriptionValue(WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkflowEntranceDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowEntranceDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowEntranceDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowEntranceDescriptionPK>
-
getWorkflowEntrancePK
-
setWorkflowEntrancePK
public void setWorkflowEntrancePK(WorkflowEntrancePK workflowEntrancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntrancePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-