Class WorkAssignmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkAssignmentPK>
com.echothree.model.data.workrequirement.server.value.WorkAssignmentValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkAssignmentValue
extends BaseValue<WorkAssignmentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkAssignmentValue
(WorkAssignmentDetailPK activeDetailPK, WorkAssignmentDetailPK lastDetailPK) Creates a new instance of WorkAssignmentValueWorkAssignmentValue
(WorkAssignmentPK workAssignmentPK, WorkAssignmentDetailPK activeDetailPK, WorkAssignmentDetailPK lastDetailPK) Creates a new instance of WorkAssignmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(WorkAssignmentDetailPK activeDetailPK) void
setLastDetailPK
(WorkAssignmentDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkAssignmentValue
public WorkAssignmentValue(WorkAssignmentPK workAssignmentPK, WorkAssignmentDetailPK activeDetailPK, WorkAssignmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkAssignmentValue- Throws:
PersistenceNotNullException
-
WorkAssignmentValue
public WorkAssignmentValue(WorkAssignmentDetailPK activeDetailPK, WorkAssignmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkAssignmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkAssignmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkAssignmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkAssignmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkAssignmentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-