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 TypeMethodDescriptionvoid
clone()
boolean
getJobPK()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setLastEndTime
(Long lastEndTime) void
setLastStartTime
(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:
getBaseFactoryInstance
in classBaseValue<JobStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<JobStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<JobStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<JobStatusPK>
-
getJobPK
-
setJobPK
- Throws:
PersistenceNotNullException
-
getJobPKHasBeenModified
-
getLastStartTime
-
setLastStartTime
-
getLastStartTimeHasBeenModified
-
getLastEndTime
-
setLastEndTime
-
getLastEndTimeHasBeenModified
-