Class EmploymentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EmploymentDetailPK>
com.echothree.model.data.employee.server.value.EmploymentDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EmploymentDetailValue
extends BaseValue<EmploymentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEmploymentDetailValue
(EmploymentDetailPK employmentDetailPK, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValueEmploymentDetailValue
(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setEmploymentName
(String employmentName) void
setEmploymentPK
(EmploymentPK employmentPK) void
setEndTime
(Long endTime) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
setTerminationTypePK
(TerminationTypePK terminationTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EmploymentDetailValue
public EmploymentDetailValue(EmploymentDetailPK employmentDetailPK, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EmploymentDetailValue- Throws:
PersistenceNotNullException
-
EmploymentDetailValue
public EmploymentDetailValue(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EmploymentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EmploymentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EmploymentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EmploymentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EmploymentDetailPK>
-
getEmploymentPK
-
setEmploymentPK
- Throws:
PersistenceNotNullException
-
getEmploymentPKHasBeenModified
-
getEmploymentName
-
setEmploymentName
- Throws:
PersistenceNotNullException
-
getEmploymentNameHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getStartTime
-
setStartTime
- Throws:
PersistenceNotNullException
-
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
-
getEndTimeHasBeenModified
-
getTerminationTypePK
-
setTerminationTypePK
-
getTerminationTypePKHasBeenModified
-
getTerminationReasonPK
-
setTerminationReasonPK
-
getTerminationReasonPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-