Class JobStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<JobStatusPK>
com.echothree.model.data.job.server.value.JobStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionJobStatusValue(JobPK jobPK, Long lastStartTime, Long lastEndTime) Creates a new instance of JobStatusValueJobStatusValue(JobStatusPK jobStatusPK, JobPK jobPK, Long lastStartTime, Long lastEndTime) Creates a new instance of JobStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetJobPK()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetLastEndTime(Long lastEndTime) voidsetLastStartTime(Long lastStartTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
JobStatusValue
public JobStatusValue(JobStatusPK jobStatusPK, JobPK jobPK, Long lastStartTime, Long lastEndTime) throws PersistenceNotNullException Creates a new instance of JobStatusValue- Throws:
PersistenceNotNullException
-
JobStatusValue
public JobStatusValue(JobPK jobPK, Long lastStartTime, Long lastEndTime) throws PersistenceNotNullException Creates a new instance of JobStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<JobStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<JobStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<JobStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<JobStatusPK>
-
getJobPK
-
setJobPK
- Throws:
PersistenceNotNullException
-
getJobPKHasBeenModified
-
getLastStartTime
-
setLastStartTime
-
getLastStartTimeHasBeenModified
-
getLastEndTime
-
setLastEndTime
-
getLastEndTimeHasBeenModified
-