Class JobDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<JobDetailPK>
com.echothree.model.data.job.server.value.JobDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionJobDetailValue(JobDetailPK jobDetailPK, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValueJobDetailValue(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleangetJobPK()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetJobName(String jobName) voidvoidsetRunAsPartyPK(PartyPK runAsPartyPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
JobDetailValue
public JobDetailValue(JobDetailPK jobDetailPK, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of JobDetailValue- Throws:
PersistenceNotNullException
-
JobDetailValue
public JobDetailValue(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of JobDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<JobDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<JobDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<JobDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<JobDetailPK>
-
getJobPK
-
setJobPK
- Throws:
PersistenceNotNullException
-
getJobPKHasBeenModified
-
getJobName
-
setJobName
- Throws:
PersistenceNotNullException
-
getJobNameHasBeenModified
-
getRunAsPartyPK
-
setRunAsPartyPK
- Throws:
PersistenceNotNullException
-
getRunAsPartyPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-