Class JobStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.job.server.entity.JobStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of JobStatusJobStatus(JobStatusValue value, EntityPermission entityPermission) Creates a new instance of JobStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJob()getJob(EntityPermission entityPermission) getJob(Session session, EntityPermission entityPermission) getJobForUpdate(Session session) getJobPK()booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetJobStatusValue(JobStatusValue value) voidsetLastEndTime(Long lastEndTime) voidsetLastStartTime(Long lastStartTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
JobStatus
Creates a new instance of JobStatus- Throws:
PersistenceException
-
JobStatus
Creates a new instance of JobStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getJobStatusValue
-
setJobStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getJobPK
-
getJob
-
getJob
-
getJob
-
getJob
-
getJobForUpdate
-
getJobForUpdate
-
setJobPK
-
setJob
-
getJobPKHasBeenModified
-
getLastStartTime
-
setLastStartTime
public void setLastStartTime(Long lastStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastStartTimeHasBeenModified
-
getLastEndTime
-
setLastEndTime
public void setLastEndTime(Long lastEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastEndTimeHasBeenModified
-