public class UnitOfMeasure extends MutableEntity<UnitOfMeasure>
| Modifier and Type | Class and Description |
|---|---|
static class |
UnitOfMeasure.RoundingScheme |
| Modifier and Type | Field and Description |
|---|---|
protected String |
changedBy |
protected Date |
created |
protected boolean |
deleted |
protected String |
displayedAs |
protected String |
id |
protected String |
name |
protected String |
organizationID |
protected static ResourcePath |
resourcePath |
protected String |
roundingScheme |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
UnitOfMeasure() |
UnitOfMeasure(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
static UnitOfMeasure |
create(UnitOfMeasure unitOfMeasure) |
static UnitOfMeasure[] |
getAll() |
static UnitOfMeasure |
getByID(String ID) |
String |
getChangedBy() |
Date |
getCreated() |
String |
getDisplayedAs() |
String |
getID() |
String |
getName() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
UnitOfMeasure.RoundingScheme |
getRoundingScheme() |
String |
getRoundingSchemeAsString() |
Date |
getUpdated() |
boolean |
isDeleted() |
protected static ResourcePath |
ResourcePath() |
void |
setDeleted(boolean deleted) |
void |
setDisplayedAs(String displayedAs) |
void |
setName(String name) |
void |
setRoundingScheme(UnitOfMeasure.RoundingScheme roundingScheme) |
savecreate, create, createExplicitPath, retire, retire, retire, retireExplicitPathprotected String id
protected String name
protected String organizationID
protected String displayedAs
protected boolean deleted
protected Date updated
protected String changedBy
protected Date created
protected String roundingScheme
protected static ResourcePath resourcePath
public UnitOfMeasure(BillForwardClient client_)
public UnitOfMeasure()
public String getID()
public String getName()
public void setName(String name)
public String getDisplayedAs()
public void setDisplayedAs(String displayedAs)
public void setRoundingScheme(UnitOfMeasure.RoundingScheme roundingScheme)
public String getRoundingSchemeAsString()
public UnitOfMeasure.RoundingScheme getRoundingScheme()
public boolean isDeleted()
public void setDeleted(boolean deleted)
public String getOrganizationID()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public static UnitOfMeasure create(UnitOfMeasure unitOfMeasure) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static UnitOfMeasure getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static UnitOfMeasure[] getAll() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.