public class TaxationStrategy extends MutableEntity<TaxationStrategy>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changedBy |
protected String |
country |
protected Date |
created |
protected String |
currency |
protected Boolean |
deleted |
protected String |
id |
protected String |
name |
protected String |
organizationID |
protected BigDecimal |
percentage |
protected String |
province |
protected static ResourcePath |
resourcePath |
protected Date |
updated |
protected Date |
validFrom |
protected Date |
validTill |
protected String |
versionID |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
TaxationStrategy() |
TaxationStrategy(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
static TaxationStrategy |
create(TaxationStrategy taxationStrategy) |
static TaxationStrategy[] |
getAll() |
static TaxationStrategy |
getByID(String ID) |
String |
getChangedBy() |
String |
getCountry() |
Date |
getCreated() |
String |
getCurrency() |
Boolean |
getDeleted() |
String |
getID() |
String |
getName() |
String |
getOrganizationID() |
BigDecimal |
getPercentage() |
String |
getProvince() |
protected ResourcePath |
getResourcePath() |
Date |
getUpdated() |
Date |
getValidFrom() |
Date |
getValidTill() |
String |
getVersionID() |
protected static ResourcePath |
ResourcePath() |
void |
setCountry(String country) |
void |
setCurrency(String currency) |
void |
setDeleted(Boolean deleted) |
void |
setName(String name) |
void |
setPercentage(BigDecimal percentage) |
void |
setProvince(String province) |
void |
setValidFrom(Date validFrom) |
void |
setValidTill(Date validTill) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String versionID
protected String organizationID
protected String country
protected String province
protected String currency
protected String name
protected BigDecimal percentage
protected Date validTill
protected Date validFrom
protected Boolean deleted
protected Date updated
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public TaxationStrategy(BillForwardClient client_)
public TaxationStrategy()
public String getID()
public String getCountry()
public void setCountry(String country)
public String getProvince()
public void setProvince(String province)
public String getCurrency()
public void setCurrency(String currency)
public String getName()
public void setName(String name)
public BigDecimal getPercentage()
public void setPercentage(BigDecimal percentage)
public Date getValidTill()
public void setValidTill(Date validTill)
public Date getValidFrom()
public void setValidFrom(Date validFrom)
public Boolean getDeleted()
public void setDeleted(Boolean deleted)
public String getVersionID()
public String getOrganizationID()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public static TaxationStrategy create(TaxationStrategy taxationStrategy) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static TaxationStrategy getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static TaxationStrategy[] getAll() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2014 BillForward. All rights reserved.