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