Class ItemCountryOfOriginTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemCountryOfOriginTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemCountryOfOriginTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, Integer unformattedPercent, String percent) Creates a new instance of ItemCountryOfOriginTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCode.getItem()
Returns the item.Returns the percent.Returns the unformattedPercent.void
setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
setItem
(ItemTransfer item) Sets the item.void
setPercent
(String percent) Sets the percent.void
setUnformattedPercent
(Integer unformattedPercent) Sets the unformattedPercent.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
-
ItemCountryOfOriginTransfer
public ItemCountryOfOriginTransfer(ItemTransfer item, CountryTransfer countryGeoCode, Integer unformattedPercent, String percent) Creates a new instance of ItemCountryOfOriginTransfer
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item
- the item to set
-
getCountryGeoCode
Returns the countryGeoCode.- Returns:
- the countryGeoCode
-
setCountryGeoCode
Sets the countryGeoCode.- Parameters:
countryGeoCode
- the countryGeoCode to set
-
getUnformattedPercent
Returns the unformattedPercent.- Returns:
- the unformattedPercent
-
setUnformattedPercent
Sets the unformattedPercent.- Parameters:
unformattedPercent
- the unformattedPercent to set
-
getPercent
Returns the percent.- Returns:
- the percent
-
setPercent
Sets the percent.- Parameters:
percent
- the percent to set
-