Class EmploymentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.employee.common.transfer.EmploymentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmploymentTransfer
(String employmentName, PartyTransfer party, CompanyTransfer company, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, TerminationTypeTransfer terminationType, TerminationReasonTransfer terminationReason) Creates a new instance of EmploymentTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the company.Returns the employmentName.Returns the endTime.getParty()
Returns the party.Returns the startTime.Returns the terminationReason.Returns the terminationType.Returns the unformattedEndTime.Returns the unformattedStartTime.void
setCompany
(CompanyTransfer company) Sets the company.void
setEmploymentName
(String employmentName) Sets the employmentName.void
setEndTime
(String endTime) Sets the endTime.void
setParty
(PartyTransfer party) Sets the party.void
setStartTime
(String startTime) Sets the startTime.void
setTerminationReason
(TerminationReasonTransfer terminationReason) Sets the terminationReason.void
setTerminationType
(TerminationTypeTransfer terminationType) Sets the terminationType.void
setUnformattedEndTime
(Long unformattedEndTime) Sets the unformattedEndTime.void
setUnformattedStartTime
(Long unformattedStartTime) Sets the unformattedStartTime.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EmploymentTransfer
public EmploymentTransfer(String employmentName, PartyTransfer party, CompanyTransfer company, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, TerminationTypeTransfer terminationType, TerminationReasonTransfer terminationReason) Creates a new instance of EmploymentTransfer
-
-
Method Details
-
getEmploymentName
Returns the employmentName.- Returns:
- the employmentName
-
setEmploymentName
Sets the employmentName.- Parameters:
employmentName
- the employmentName to set
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getCompany
Returns the company.- Returns:
- the company
-
setCompany
Sets the company.- Parameters:
company
- the company to set
-
getUnformattedStartTime
Returns the unformattedStartTime.- Returns:
- the unformattedStartTime
-
setUnformattedStartTime
Sets the unformattedStartTime.- Parameters:
unformattedStartTime
- the unformattedStartTime to set
-
getStartTime
Returns the startTime.- Returns:
- the startTime
-
setStartTime
Sets the startTime.- Parameters:
startTime
- the startTime to set
-
getUnformattedEndTime
Returns the unformattedEndTime.- Returns:
- the unformattedEndTime
-
setUnformattedEndTime
Sets the unformattedEndTime.- Parameters:
unformattedEndTime
- the unformattedEndTime to set
-
getEndTime
Returns the endTime.- Returns:
- the endTime
-
setEndTime
Sets the endTime.- Parameters:
endTime
- the endTime to set
-
getTerminationType
Returns the terminationType.- Returns:
- the terminationType
-
setTerminationType
Sets the terminationType.- Parameters:
terminationType
- the terminationType to set
-
getTerminationReason
Returns the terminationReason.- Returns:
- the terminationReason
-
setTerminationReason
Sets the terminationReason.- Parameters:
terminationReason
- the terminationReason to set
-