Class ProductPrice
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductPrice
An amount, usually of money, that represents the actual price paid by a Customer for a purchase, a rent or a lease of a Product. The price is valid for a defined period of time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatSchemaLocation(String atSchemaLocation) billingAccount(BillingAccountRef billingAccount) description(String description) booleanA link to the schema describing this REST resourceIndicates the type of ProductPrice class@Valid BillingAccountRefGet billingAccountA narrative that explains in detail the semantics of this product pricegetId()Unique identifier of a productOfferingPricegetName()A short descriptive name such as \"Subscription price\"@Valid PricegetPrice()Get priceA category that describes the price, such as recurring, discount, allowance, penalty, and so forth@Valid PriceAlterationGet prodPriceAlterationCould be month, week...Could be minutes, GB...inthashCode()prodPriceAlteration(PriceAlteration prodPriceAlteration) recurringChargePeriod(String recurringChargePeriod) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetBillingAccount(BillingAccountRef billingAccount) voidsetDescription(String description) voidvoidvoidvoidsetPriceType(String priceType) voidsetProdPriceAlteration(PriceAlteration prodPriceAlteration) voidsetRecurringChargePeriod(String recurringChargePeriod) voidsetUnitOfMeasure(String unitOfMeasure) toString()unitOfMeasure(String unitOfMeasure)
-
Constructor Details
-
ProductPrice
public ProductPrice()
-
-
Method Details
-
id
-
getId
Unique identifier of a productOfferingPrice- Returns:
- id
-
setId
-
name
-
getName
A short descriptive name such as \"Subscription price\"- Returns:
- name
-
setName
-
description
-
getDescription
A narrative that explains in detail the semantics of this product price- Returns:
- description
-
setDescription
-
priceType
-
getPriceType
A category that describes the price, such as recurring, discount, allowance, penalty, and so forth- Returns:
- priceType
-
setPriceType
-
recurringChargePeriod
-
getRecurringChargePeriod
Could be month, week...- Returns:
- recurringChargePeriod
-
setRecurringChargePeriod
-
unitOfMeasure
-
getUnitOfMeasure
Could be minutes, GB...- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
atType
-
getAtType
Indicates the type of ProductPrice class- Returns:
- atType
-
setAtType
-
atSchemaLocation
-
getAtSchemaLocation
A link to the schema describing this REST resource- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
prodPriceAlteration
-
getProdPriceAlteration
Get prodPriceAlteration- Returns:
- prodPriceAlteration
-
setProdPriceAlteration
-
billingAccount
-
getBillingAccount
Get billingAccount- Returns:
- billingAccount
-
setBillingAccount
-
equals
-
hashCode
public int hashCode() -
toString
-