Class ServiceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ServiceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTransfer
(String serviceName, Integer port, ProtocolTransfer protocol, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ServiceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.getPort()
Returns the port.Returns the protocol.Returns the serviceName.Returns the sortOrder.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
Sets the port.void
setProtocol
(ProtocolTransfer protocol) Sets the protocol.void
setServiceName
(String serviceName) Sets the serviceName.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.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
-
ServiceTransfer
public ServiceTransfer(String serviceName, Integer port, ProtocolTransfer protocol, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ServiceTransfer
-
-
Method Details
-
getServiceName
Returns the serviceName.- Returns:
- the serviceName
-
setServiceName
Sets the serviceName.- Parameters:
serviceName
- the serviceName to set
-
getPort
Returns the port.- Returns:
- the port
-
setPort
Sets the port.- Parameters:
port
- the port to set
-
getProtocol
Returns the protocol.- Returns:
- the protocol
-
setProtocol
Sets the protocol.- Parameters:
protocol
- the protocol to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-