Class Price
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Price
Provides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price Alteration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) dutyFreeAmount(Money dutyFreeAmount) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid MoneyGet dutyFreeAmountPercentage to apply for ProdOfferPriceAlteration@Valid MoneyGet taxIncludedAmountTax rateinthashCode()percentage(Float percentage) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDutyFreeAmount(Money dutyFreeAmount) voidsetPercentage(Float percentage) voidsetTaxIncludedAmount(Money taxIncludedAmount) voidsetTaxRate(Float taxRate) taxIncludedAmount(Money taxIncludedAmount) toString()
-
Constructor Details
-
Price
public Price()
-
-
Method Details
-
percentage
-
getPercentage
Percentage to apply for ProdOfferPriceAlteration- Returns:
- percentage
-
setPercentage
-
taxRate
-
getTaxRate
Tax rate- Returns:
- taxRate
-
setTaxRate
-
dutyFreeAmount
-
getDutyFreeAmount
Get dutyFreeAmount- Returns:
- dutyFreeAmount
-
setDutyFreeAmount
-
taxIncludedAmount
-
getTaxIncludedAmount
Get taxIncludedAmount- Returns:
- taxIncludedAmount
-
setTaxIncludedAmount
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-