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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(JobDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<JobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<JobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<JobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<JobPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-