public abstract class Amendment extends InsertableEntity<Amendment>
| Modifier and Type | Class and Description |
|---|---|
static class |
Amendment.AmendmentState |
static class |
Amendment.AmendmentType |
| Modifier and Type | Field and Description |
|---|---|
protected Date |
actionedTime |
protected Date |
actioningTime |
protected String |
changedBy |
protected Date |
created |
protected Boolean |
deleted |
protected String |
id |
protected Date |
nextOverdueCheckTime |
protected Date |
nextStatusCheckTime |
protected String |
organizationID |
protected String |
state |
protected String |
subscriptionID |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
Amendment() |
|
Amendment(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getActionedTime() |
Date |
getActioningTime() |
String |
getChangedBy() |
Date |
getCreated() |
Boolean |
getDeleted() |
String |
getID() |
Date |
getNextOverdueCheckTime() |
Date |
getNextStatusCheckTime() |
String |
getOrganizationID() |
Amendment.AmendmentState |
getState() |
String |
getStateAsString() |
String |
getSubscriptionID() |
static GatewayTypeMapping[] |
getTypeMappings() |
Date |
getUpdated() |
void |
setActioningTime(Date actioningTime) |
void |
setDeleted(Boolean deleted) |
void |
setSubscriptionID(String subscriptionID) |
create, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, getResourcePath, setClient, toStringprotected String id
protected String organizationID
protected String subscriptionID
protected Date actioningTime
protected Date actionedTime
protected String state
protected Date nextStatusCheckTime
protected Date nextOverdueCheckTime
protected Boolean deleted
protected Date created
protected Date updated
protected String changedBy
public Amendment(BillForwardClient client_)
protected Amendment()
public String getID()
public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
public Date getActioningTime()
public void setActioningTime(Date actioningTime)
public Boolean getDeleted()
public void setDeleted(Boolean deleted)
public String getOrganizationID()
public Date getActionedTime()
public String getStateAsString()
public Amendment.AmendmentState getState()
public Date getNextStatusCheckTime()
public Date getNextOverdueCheckTime()
public Date getCreated()
public Date getUpdated()
public String getChangedBy()
public static GatewayTypeMapping[] getTypeMappings()
Copyright © 2015 BillForward. All rights reserved.