Class PriceAlteration
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.PriceAlteration
Deprecated.
Is an amount, usually of money, that modifies the price charged for an order item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationDuration(Integer applicationDuration) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.description(String description) Deprecated.booleanDeprecated.Deprecated.Duration during which the alteration applies on the order item price (for instance 2 months free of charge for the recurring charge)Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity nameDeprecated.A narrative that explains in detail the semantics of this order item price alterationgetName()Deprecated.Name of the order item price alteration@NotNull @Valid PricegetPrice()Deprecated.Get price@NotNull StringDeprecated.A category that describes the price such as recurring, one time and usage.Deprecated.Priority level for applying this alteration among all the defined alterations on the order item price@Valid ProductOfferingPriceRefDeprecated.Get productOfferingPriceDeprecated.Could be month, week...Deprecated.Could be minutes, GB...inthashCode()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.productOfferingPrice(ProductOfferingPriceRef productOfferingPrice) Deprecated.recurringChargePeriod(String recurringChargePeriod) Deprecated.voidsetApplicationDuration(Integer applicationDuration) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidDeprecated.voidsetPriceType(String priceType) Deprecated.voidsetPriority(Integer priority) Deprecated.voidsetProductOfferingPrice(ProductOfferingPriceRef productOfferingPrice) Deprecated.voidsetRecurringChargePeriod(String recurringChargePeriod) Deprecated.voidsetUnitOfMeasure(String unitOfMeasure) Deprecated.toString()Deprecated.unitOfMeasure(String unitOfMeasure) Deprecated.
-
Constructor Details
-
PriceAlteration
public PriceAlteration()Deprecated.
-
-
Method Details
-
applicationDuration
Deprecated. -
getApplicationDuration
Deprecated.Duration during which the alteration applies on the order item price (for instance 2 months free of charge for the recurring charge)- Returns:
- applicationDuration
-
setApplicationDuration
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.A narrative that explains in detail the semantics of this order item price alteration- Returns:
- description
-
setDescription
Deprecated. -
name
Deprecated. -
getName
Deprecated.Name of the order item price alteration- Returns:
- name
-
setName
Deprecated. -
priceType
Deprecated. -
getPriceType
Deprecated.A category that describes the price such as recurring, one time and usage.- Returns:
- priceType
-
setPriceType
Deprecated. -
priority
Deprecated. -
getPriority
Deprecated.Priority level for applying this alteration among all the defined alterations on the order item price- Returns:
- priority
-
setPriority
Deprecated. -
recurringChargePeriod
Deprecated. -
getRecurringChargePeriod
Deprecated.Could be month, week...- Returns:
- recurringChargePeriod
-
setRecurringChargePeriod
Deprecated. -
unitOfMeasure
Deprecated. -
getUnitOfMeasure
Deprecated.Could be minutes, GB...- Returns:
- unitOfMeasure
-
setUnitOfMeasure
Deprecated. -
price
Deprecated. -
getPrice
Deprecated.Get price- Returns:
- price
-
setPrice
Deprecated. -
productOfferingPrice
Deprecated. -
getProductOfferingPrice
Deprecated.Get productOfferingPrice- Returns:
- productOfferingPrice
-
setProductOfferingPrice
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-