Class LeaveResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.employee.common.transfer.LeaveResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLeaveResultTransfer
(String leaveName, LeaveTransfer leave) Creates a new instance of LeaveResultTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetLeave()
Returns the leave.Returns the leaveName.void
setLeave
(LeaveTransfer leave) Sets the leave.void
setLeaveName
(String leaveName) Sets the leaveName.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
-
LeaveResultTransfer
Creates a new instance of LeaveResultTransfer
-
-
Method Details
-
getLeaveName
Returns the leaveName.- Returns:
- the leaveName
-
setLeaveName
Sets the leaveName.- Parameters:
leaveName
- the leaveName to set
-
getLeave
Returns the leave.- Returns:
- the leave
-
setLeave
Sets the leave.- Parameters:
leave
- the leave to set
-