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