Class EmployeeResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.employee.common.transfer.EmployeeResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmployeeResultTransfer
(String partyName, EmployeeTransfer employee) Creates a new instance of EmployeeResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the employee.Returns the partyName.void
setEmployee
(EmployeeTransfer employee) Sets the employee.void
setPartyName
(String partyName) Sets the partyName.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
-
EmployeeResultTransfer
Creates a new instance of EmployeeResultTransfer
-
-
Method Details
-
getPartyName
Returns the partyName.- Returns:
- the partyName
-
setPartyName
Sets the partyName.- Parameters:
partyName
- the partyName to set
-
getEmployee
Returns the employee.- Returns:
- the employee
-
setEmployee
Sets the employee.- Parameters:
employee
- the employee to set
-