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