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