Class ScaleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.scale.common.transfer.ScaleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScaleTransfer
(String scaleName, ScaleTypeTransfer scaleType, ServerServiceTransfer serverService, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ScaleTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.Returns the scaleName.Returns the scaleType.Returns the serverService.Returns the sortOrder.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setScaleName
(String scaleName) Sets the scaleName.void
setScaleType
(ScaleTypeTransfer scaleType) Sets the scaleType.void
setServerService
(ServerServiceTransfer serverService) Sets the serverService.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
-
ScaleTransfer
public ScaleTransfer(String scaleName, ScaleTypeTransfer scaleType, ServerServiceTransfer serverService, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ScaleTransfer
-
-
Method Details
-
getScaleName
Returns the scaleName.- Returns:
- the scaleName
-
setScaleName
Sets the scaleName.- Parameters:
scaleName
- the scaleName to set
-
getScaleType
Returns the scaleType.- Returns:
- the scaleType
-
setScaleType
Sets the scaleType.- Parameters:
scaleType
- the scaleType to set
-
getServerService
Returns the serverService.- Returns:
- the serverService
-
setServerService
Sets the serverService.- Parameters:
serverService
- the serverService 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
-