Class TmaPriceWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaPriceWsDto
- All Implemented Interfaces:
Serializable
Provides all amounts (tax included, duty free, tax rate), used currency and percentage applied for price and price
alteration
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondutyFreeAmount(Money dutyFreeAmount) boolean@Valid MoneyGet dutyFreeAmountPercentage appliedLink to the schema describing this REST resource.@Valid MoneyGet taxIncludedAmountApplied tax rate on amountgetType()Indicates the (class) type of the priceinthashCode()percentage(Float percentage) schemaLocation(String schemaLocation) voidsetDutyFreeAmount(Money dutyFreeAmount) voidsetPercentage(Float percentage) voidsetSchemaLocation(String schemaLocation) voidsetTaxIncludedAmount(Money taxIncludedAmount) voidsetTaxRate(Float taxRate) voidtaxIncludedAmount(Money taxIncludedAmount) toString()
-
Constructor Details
-
TmaPriceWsDto
public TmaPriceWsDto()
-
-
Method Details
-
taxIncludedAmount
-
getTaxIncludedAmount
Get taxIncludedAmount- Returns:
- taxIncludedAmount
-
setTaxIncludedAmount
-
dutyFreeAmount
-
getDutyFreeAmount
Get dutyFreeAmount- Returns:
- dutyFreeAmount
-
setDutyFreeAmount
-
percentage
-
getPercentage
Percentage applied- Returns:
- percentage
-
setPercentage
-
taxRate
-
getTaxRate
Applied tax rate on amount- Returns:
- taxRate
-
setTaxRate
-
type
-
getType
Indicates the (class) type of the price- Returns:
- type
-
setType
-
schemaLocation
-
getSchemaLocation
Link to the schema describing this REST resource.- Returns:
- schemaLocation
-
setSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-