public class PricingComponentValue extends MutableEntity<PricingComponentValue>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
appliesFrom |
protected Date |
appliesTill |
protected String |
changedBy |
protected Date |
created |
protected String |
id |
protected String |
organizationID |
protected String |
pricingComponentID |
protected static ResourcePath |
resourcePath |
protected String |
subscriptionID |
protected Date |
updated |
protected int |
value |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
PricingComponentValue() |
PricingComponentValue(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
static PricingComponentValue |
create(PricingComponentValue pricingComponentValue) |
Date |
getAppliesFrom() |
Date |
getAppliesTill() |
String |
getChangedBy() |
Date |
getCreated() |
String |
getID() |
String |
getOrganizationID() |
String |
getPricingComponentID() |
protected ResourcePath |
getResourcePath() |
String |
getSubscriptionID() |
Date |
getUpdated() |
int |
getValue() |
protected static ResourcePath |
ResourcePath() |
void |
setAppliesFrom(Date appliesFrom) |
void |
setAppliesTill(Date appliesTill) |
void |
setOrganizationID(String organizationID) |
void |
setPricingComponentID(String pricingComponentID) |
void |
setSubscriptionID(String subscriptionID) |
void |
setValue(int value) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String subscriptionID
protected String organizationID
protected int value
protected String pricingComponentID
protected Date appliesFrom
protected Date appliesTill
protected Date updated
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public PricingComponentValue(BillForwardClient client_)
public PricingComponentValue()
public String getID()
public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
public String getOrganizationID()
public void setOrganizationID(String organizationID)
public int getValue()
public void setValue(int value)
public String getPricingComponentID()
public void setPricingComponentID(String pricingComponentID)
public Date getAppliesFrom()
public void setAppliesFrom(Date appliesFrom)
public Date getAppliesTill()
public void setAppliesTill(Date appliesTill)
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public static PricingComponentValue create(PricingComponentValue pricingComponentValue) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.