Class Price
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Price
Provides all amounts (tax included, duty free, tax rate), used currency and percentage applied for price and price alteration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatSchemaLocation(String atSchemaLocation) dutyFreeAmount(Money dutyFreeAmount) booleanLink to the schema describing this REST resource.Indicates the (class) type of the price@Valid MoneyGet dutyFreeAmountPercentage applied@Valid MoneyGet taxIncludedAmountApplied tax rate on amountinthashCode()percentage(Float percentage) 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
-
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
-
atType
-
getAtType
Indicates the (class) type of the price- Returns:
- atType
-
setAtType
-
atSchemaLocation
-
getAtSchemaLocation
Link to the schema describing this REST resource.- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-