Class Price
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Price
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class Price
extends Object
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 MoneyAll taxes excluded amount (expressed in the given currency)Percentage to apply for ProdOfferPriceAlteration@Valid MoneyAll taxes included amount (expressed in the given currency)Tax 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
All taxes excluded amount (expressed in the given currency)- Returns:
- dutyFreeAmount
-
setDutyFreeAmount
-
taxIncludedAmount
-
getTaxIncludedAmount
All taxes included amount (expressed in the given currency)- 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
-