Class ItemHarmonizedTariffScheduleCodeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemHarmonizedTariffScheduleCodeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemHarmonizedTariffScheduleCodeTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, HarmonizedTariffScheduleCodeUseTypeTransfer harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Creates a new instance of ItemHarmonizedTariffScheduleCodeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCode.Returns the harmonizedTariffScheduleCode.Returns the harmonizedTariffScheduleCodeUseType.getItem()
Returns the item.void
setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
setHarmonizedTariffScheduleCode
(HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Sets the harmonizedTariffScheduleCode.void
setHarmonizedTariffScheduleCodeUseType
(HarmonizedTariffScheduleCodeUseTypeTransfer harmonizedTariffScheduleCodeUseType) Sets the harmonizedTariffScheduleCodeUseType.void
setItem
(ItemTransfer item) Sets the item.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
-
ItemHarmonizedTariffScheduleCodeTransfer
public ItemHarmonizedTariffScheduleCodeTransfer(ItemTransfer item, CountryTransfer countryGeoCode, HarmonizedTariffScheduleCodeUseTypeTransfer harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Creates a new instance of ItemHarmonizedTariffScheduleCodeTransfer
-
-
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
-
getHarmonizedTariffScheduleCodeUseType
Returns the harmonizedTariffScheduleCodeUseType.- Returns:
- the harmonizedTariffScheduleCodeUseType
-
setHarmonizedTariffScheduleCodeUseType
public void setHarmonizedTariffScheduleCodeUseType(HarmonizedTariffScheduleCodeUseTypeTransfer harmonizedTariffScheduleCodeUseType) Sets the harmonizedTariffScheduleCodeUseType.- Parameters:
harmonizedTariffScheduleCodeUseType
- the harmonizedTariffScheduleCodeUseType to set
-
getHarmonizedTariffScheduleCode
Returns the harmonizedTariffScheduleCode.- Returns:
- the harmonizedTariffScheduleCode
-
setHarmonizedTariffScheduleCode
public void setHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Sets the harmonizedTariffScheduleCode.- Parameters:
harmonizedTariffScheduleCode
- the harmonizedTariffScheduleCode to set
-