Class HarmonizedTariffScheduleCodeResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.HarmonizedTariffScheduleCodeResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeResultTransfer(String countryGeoCodeName, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Creates a new instance of HarmonizedTariffScheduleCodeResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCodeName.Returns the harmonizedTariffScheduleCode.Returns the harmonizedTariffScheduleCodeName.voidsetCountryGeoCodeName(String countryGeoCodeName) Sets the countryGeoCodeName.voidsetHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Sets the harmonizedTariffScheduleCode.voidsetHarmonizedTariffScheduleCodeName(String harmonizedTariffScheduleCodeName) Sets the harmonizedTariffScheduleCodeName.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
-
HarmonizedTariffScheduleCodeResultTransfer
public HarmonizedTariffScheduleCodeResultTransfer(String countryGeoCodeName, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Creates a new instance of HarmonizedTariffScheduleCodeResultTransfer
-
-
Method Details
-
getCountryGeoCodeName
Returns the countryGeoCodeName.- Returns:
- the countryGeoCodeName
-
setCountryGeoCodeName
Sets the countryGeoCodeName.- Parameters:
countryGeoCodeName- the countryGeoCodeName to set
-
getHarmonizedTariffScheduleCodeName
Returns the harmonizedTariffScheduleCodeName.- Returns:
- the harmonizedTariffScheduleCodeName
-
setHarmonizedTariffScheduleCodeName
Sets the harmonizedTariffScheduleCodeName.- Parameters:
harmonizedTariffScheduleCodeName- the harmonizedTariffScheduleCodeName to set
-
getHarmonizedTariffScheduleCode
Returns the harmonizedTariffScheduleCode.- Returns:
- the harmonizedTariffScheduleCode
-
setHarmonizedTariffScheduleCode
public void setHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Sets the harmonizedTariffScheduleCode.- Parameters:
harmonizedTariffScheduleCode- the harmonizedTariffScheduleCode to set
-