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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetEmploymentName(String employmentName) voidsetEmploymentPK(EmploymentPK employmentPK) voidsetEndTime(Long endTime) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidsetTerminationTypePK(TerminationTypePK terminationTypePK) voidsetThruTime(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:
 getBaseFactoryInstancein classBaseValue<EmploymentDetailPK>
 - 
clone
 - 
getPrimaryKey
- Specified by:
 getPrimaryKeyin classBaseValue<EmploymentDetailPK>
 - 
hashCode
 - 
toString
 - 
equals
 - 
isIdentical
 - 
hasBeenModified
- Specified by:
 hasBeenModifiedin classBaseValue<EmploymentDetailPK>
 - 
clearHasBeenModified
- Specified by:
 clearHasBeenModifiedin 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
 
 -