public class PricingComponentTier extends MutableEntity<PricingComponentTier>
| Modifier and Type | Class and Description |
|---|---|
static class |
PricingComponentTier.PricingComponentTierType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
changedBy |
protected String |
consistentPricingComponentID |
protected Date |
created |
protected String |
id |
protected int |
lowerThreshold |
protected String |
organizationID |
protected BigDecimal |
price |
protected String |
pricingComponentID |
protected String |
pricingComponentVersionID |
protected String |
pricingType |
protected String |
productRatePlanID |
protected static ResourcePath |
resourcePath |
protected int |
upperThreshold |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
PricingComponentTier() |
PricingComponentTier(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangedBy() |
Date |
getCreated() |
String |
getId() |
int |
getLowerThreshold() |
String |
getOrganizationID() |
BigDecimal |
getPrice() |
PricingComponentTier.PricingComponentTierType |
getPricingType() |
String |
getPricingTypeAsString() |
protected ResourcePath |
getResourcePath() |
int |
getUpperThreshold() |
protected static ResourcePath |
ResourcePath() |
void |
setLowerThreshold(int lowerThreshold) |
void |
setPrice(BigDecimal price) |
void |
setPricingType(PricingComponentTier.PricingComponentTierType pricingType) |
void |
setUpperThreshold(int upperThreshold) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String consistentPricingComponentID
protected String organizationID
protected int lowerThreshold
protected int upperThreshold
protected String productRatePlanID
protected String pricingComponentID
protected String pricingComponentVersionID
protected String pricingType
protected BigDecimal price
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public PricingComponentTier(BillForwardClient client_)
public PricingComponentTier()
public int getLowerThreshold()
public void setLowerThreshold(int lowerThreshold)
public int getUpperThreshold()
public void setUpperThreshold(int upperThreshold)
public PricingComponentTier.PricingComponentTierType getPricingType()
public String getPricingTypeAsString()
public void setPricingType(PricingComponentTier.PricingComponentTierType pricingType)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public String getId()
public String getOrganizationID()
public String getChangedBy()
public Date getCreated()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.