Class EntityAttributeWorkflowValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeWorkflowPK>
com.echothree.model.data.core.server.value.EntityAttributeWorkflowValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityAttributeWorkflowValue
extends BaseValue<EntityAttributeWorkflowPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeWorkflowValue(EntityAttributePK entityAttributePK, WorkflowPK workflowPK, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeWorkflowValueEntityAttributeWorkflowValue(EntityAttributeWorkflowPK entityAttributeWorkflowPK, EntityAttributePK entityAttributePK, WorkflowPK workflowPK, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeWorkflowValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetWorkflowPK(WorkflowPK workflowPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeWorkflowValue
public EntityAttributeWorkflowValue(EntityAttributeWorkflowPK entityAttributeWorkflowPK, EntityAttributePK entityAttributePK, WorkflowPK workflowPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeWorkflowValue- Throws:
PersistenceNotNullException
-
EntityAttributeWorkflowValue
public EntityAttributeWorkflowValue(EntityAttributePK entityAttributePK, WorkflowPK workflowPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeWorkflowValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAttributeWorkflowPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeWorkflowPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeWorkflowPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAttributeWorkflowPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getWorkflowPK
-
setWorkflowPK
- Throws:
PersistenceNotNullException
-
getWorkflowPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-