Class UnitOfMeasureKindTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.uom.common.transfer.UnitOfMeasureKindTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the fractionDigits.Returns the isDefault.Returns the sortOrder.Returns the unitOfMeasureKindName.void
setDescription
(String description) Sets the description.void
setFractionDigits
(Integer fractionDigits) Sets the fractionDigits.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setUnitOfMeasureKindName
(String unitOfMeasureKindName) Sets the unitOfMeasureKindName.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
-
Method Details
-
getUnitOfMeasureKindName
Returns the unitOfMeasureKindName.- Returns:
- the unitOfMeasureKindName
-
setUnitOfMeasureKindName
Sets the unitOfMeasureKindName.- Parameters:
unitOfMeasureKindName
- the unitOfMeasureKindName to set
-
getFractionDigits
Returns the fractionDigits.- Returns:
- the fractionDigits
-
setFractionDigits
Sets the fractionDigits.- Parameters:
fractionDigits
- the fractionDigits 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
-