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 TypeMethodDescriptionboolean
boolean
getJob()
getJob
(EntityPermission entityPermission) getJob
(Session session, EntityPermission entityPermission) getJobForUpdate
(Session session) boolean
getJobPK()
boolean
getRunAsParty
(EntityPermission entityPermission) getRunAsParty
(Session session) getRunAsParty
(Session session, EntityPermission entityPermission) getRunAsPartyForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setJobDetailValue
(JobDetailValue value) void
setJobName
(String jobName) void
void
setRunAsParty
(Party entity) void
setRunAsPartyPK
(PartyPK runAsPartyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getJobDetailValue
-
setJobDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-