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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
getJobPK()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setJobName
(String jobName) void
void
setRunAsPartyPK
(PartyPK runAsPartyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<JobDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<JobDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<JobDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-