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