Class JobDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.job.server.entity.JobDetail
- 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 JobDetailJobDetail(JobDetailValue value, EntityPermission entityPermission) Creates a new instance of JobDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetJob()getJob(EntityPermission entityPermission) getJob(Session session, EntityPermission entityPermission) getJobForUpdate(Session session) booleangetJobPK()booleangetRunAsParty(EntityPermission entityPermission) getRunAsParty(Session session) getRunAsParty(Session session, EntityPermission entityPermission) getRunAsPartyForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetJobDetailValue(JobDetailValue value) voidsetJobName(String jobName) voidvoidsetRunAsParty(Party entity) voidsetRunAsPartyPK(PartyPK runAsPartyPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
JobDetail
Creates a new instance of JobDetail- Throws:
PersistenceException
-
JobDetail
Creates a new instance of JobDetail
-
-
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
-
getJobDetailValue
-
setJobDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getJobPK
-
getJob
-
getJob
-
getJob
-
getJob
-
getJobForUpdate
-
getJobForUpdate
-
setJobPK
-
setJob
-
getJobPKHasBeenModified
-
getJobName
-
setJobName
public void setJobName(String jobName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getJobNameHasBeenModified
-
getRunAsPartyPK
-
getRunAsParty
-
getRunAsParty
-
getRunAsParty
-
getRunAsParty
-
getRunAsPartyForUpdate
-
getRunAsPartyForUpdate
-
setRunAsPartyPK
public void setRunAsPartyPK(PartyPK runAsPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRunAsParty
-
getRunAsPartyPKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-