Class HarmonizedTariffScheduleCodeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.HarmonizedTariffScheduleCodeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeTransfer(CountryTransfer countryGeoCode, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitTransfer firstHarmonizedTariffScheduleCodeUnit, HarmonizedTariffScheduleCodeUnitTransfer secondHarmonizedTariffScheduleCodeUnit, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of HarmonizedTariffScheduleCodeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCode.Returns the description.Returns the firstHarmonizedTariffScheduleCodeUnit.Returns the harmonizedTariffScheduleCodeName.Returns the harmonizedTariffScheduleCodeUses.Returns the isDefault.Returns the secondHarmonizedTariffScheduleCodeUnit.Returns the sortOrder.voidsetCountryGeoCode(CountryTransfer countryGeoCode) Sets the countryGeoCode.voidsetDescription(String description) Sets the description.voidsetFirstHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnitTransfer firstHarmonizedTariffScheduleCodeUnit) Sets the firstHarmonizedTariffScheduleCodeUnit.voidsetHarmonizedTariffScheduleCodeName(String harmonizedTariffScheduleCodeName) Sets the harmonizedTariffScheduleCodeName.voidsetHarmonizedTariffScheduleCodeUses(MapWrapper<HarmonizedTariffScheduleCodeUseTransfer> harmonizedTariffScheduleCodeUses) Sets the harmonizedTariffScheduleCodeUses.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetSecondHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnitTransfer secondHarmonizedTariffScheduleCodeUnit) Sets the secondHarmonizedTariffScheduleCodeUnit.voidsetSortOrder(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
-
HarmonizedTariffScheduleCodeTransfer
public HarmonizedTariffScheduleCodeTransfer(CountryTransfer countryGeoCode, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitTransfer firstHarmonizedTariffScheduleCodeUnit, HarmonizedTariffScheduleCodeUnitTransfer secondHarmonizedTariffScheduleCodeUnit, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of HarmonizedTariffScheduleCodeTransfer
-
-
Method Details
-
getCountryGeoCode
Returns the countryGeoCode.- Returns:
- the countryGeoCode
-
setCountryGeoCode
Sets the countryGeoCode.- Parameters:
countryGeoCode- the countryGeoCode to set
-
getHarmonizedTariffScheduleCodeName
Returns the harmonizedTariffScheduleCodeName.- Returns:
- the harmonizedTariffScheduleCodeName
-
setHarmonizedTariffScheduleCodeName
Sets the harmonizedTariffScheduleCodeName.- Parameters:
harmonizedTariffScheduleCodeName- the harmonizedTariffScheduleCodeName to set
-
getFirstHarmonizedTariffScheduleCodeUnit
Returns the firstHarmonizedTariffScheduleCodeUnit.- Returns:
- the firstHarmonizedTariffScheduleCodeUnit
-
setFirstHarmonizedTariffScheduleCodeUnit
public void setFirstHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnitTransfer firstHarmonizedTariffScheduleCodeUnit) Sets the firstHarmonizedTariffScheduleCodeUnit.- Parameters:
firstHarmonizedTariffScheduleCodeUnit- the firstHarmonizedTariffScheduleCodeUnit to set
-
getSecondHarmonizedTariffScheduleCodeUnit
Returns the secondHarmonizedTariffScheduleCodeUnit.- Returns:
- the secondHarmonizedTariffScheduleCodeUnit
-
setSecondHarmonizedTariffScheduleCodeUnit
public void setSecondHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnitTransfer secondHarmonizedTariffScheduleCodeUnit) Sets the secondHarmonizedTariffScheduleCodeUnit.- Parameters:
secondHarmonizedTariffScheduleCodeUnit- the secondHarmonizedTariffScheduleCodeUnit 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
-
getHarmonizedTariffScheduleCodeUses
Returns the harmonizedTariffScheduleCodeUses.- Returns:
- the harmonizedTariffScheduleCodeUses
-
setHarmonizedTariffScheduleCodeUses
public void setHarmonizedTariffScheduleCodeUses(MapWrapper<HarmonizedTariffScheduleCodeUseTransfer> harmonizedTariffScheduleCodeUses) Sets the harmonizedTariffScheduleCodeUses.- Parameters:
harmonizedTariffScheduleCodeUses- the harmonizedTariffScheduleCodeUses to set
-