Class ServerServiceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ServerServiceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerServiceTransfer
(ServerTransfer server, ServiceTransfer service) Creates a new instance of ServerServiceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the server.Returns the service.void
setServer
(ServerTransfer server) Sets the server.void
setService
(ServiceTransfer service) Sets the service.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
-
ServerServiceTransfer
Creates a new instance of ServerServiceTransfer
-
-
Method Details
-
getServer
Returns the server.- Returns:
- the server
-
setServer
Sets the server.- Parameters:
server
- the server to set
-
getService
Returns the service.- Returns:
- the service
-
setService
Sets the service.- Parameters:
service
- the service to set
-