Class EmploymentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.employee.server.entity.EmploymentDetail
- 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 EmploymentDetailEmploymentDetail
(EmploymentDetailValue value, EntityPermission entityPermission) Creates a new instance of EmploymentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCompanyParty
(EntityPermission entityPermission) getCompanyParty
(Session session) getCompanyParty
(Session session, EntityPermission entityPermission) getCompanyPartyForUpdate
(Session session) boolean
getEmployment
(EntityPermission entityPermission) getEmployment
(Session session) getEmployment
(Session session, EntityPermission entityPermission) getEmploymentForUpdate
(Session session) boolean
boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
getTerminationReason
(EntityPermission entityPermission) getTerminationReason
(Session session) getTerminationReason
(Session session, EntityPermission entityPermission) getTerminationReasonForUpdate
(Session session) boolean
getTerminationType
(EntityPermission entityPermission) getTerminationType
(Session session) getTerminationType
(Session session, EntityPermission entityPermission) getTerminationTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCompanyParty
(Party entity) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setEmployment
(Employment entity) void
void
setEmploymentName
(String employmentName) void
setEmploymentPK
(EmploymentPK employmentPK) void
setEndTime
(Long endTime) void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
void
setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
setTerminationType
(TerminationType entity) void
setTerminationTypePK
(TerminationTypePK terminationTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EmploymentDetail
Creates a new instance of EmploymentDetail- Throws:
PersistenceException
-
EmploymentDetail
Creates a new instance of EmploymentDetail
-
-
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
-
getEmploymentDetailValue
-
setEmploymentDetailValue
public void setEmploymentDetailValue(EmploymentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEmploymentPK
-
getEmployment
-
getEmployment
-
getEmployment
-
getEmployment
-
getEmploymentForUpdate
-
getEmploymentForUpdate
-
setEmploymentPK
public void setEmploymentPK(EmploymentPK employmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEmployment
-
getEmploymentPKHasBeenModified
-
getEmploymentName
-
setEmploymentName
public void setEmploymentName(String employmentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEmploymentNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCompanyPartyPK
-
getCompanyParty
-
getCompanyParty
-
getCompanyParty
-
getCompanyParty
-
getCompanyPartyForUpdate
-
getCompanyPartyForUpdate
-
setCompanyPartyPK
public void setCompanyPartyPK(PartyPK companyPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCompanyParty
-
getCompanyPartyPKHasBeenModified
-
getStartTime
-
setStartTime
public void setStartTime(Long startTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
public void setEndTime(Long endTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEndTimeHasBeenModified
-
getTerminationTypePK
-
getTerminationType
-
getTerminationType
-
getTerminationType
-
getTerminationType
-
getTerminationTypeForUpdate
-
getTerminationTypeForUpdate
-
setTerminationTypePK
public void setTerminationTypePK(TerminationTypePK terminationTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTerminationType
-
getTerminationTypePKHasBeenModified
-
getTerminationReasonPK
-
getTerminationReason
-
getTerminationReason
-
getTerminationReason
-
getTerminationReason
-
getTerminationReasonForUpdate
-
getTerminationReasonForUpdate
-
setTerminationReasonPK
public void setTerminationReasonPK(TerminationReasonPK terminationReasonPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTerminationReason
-
getTerminationReasonPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-