public class Address extends MutableEntity<Address>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
addressLine3 |
protected String |
changedBy |
protected String |
city |
protected String |
country |
protected Date |
created |
protected Boolean |
deleted |
protected String |
id |
protected String |
landline |
protected String |
organizationID |
protected String |
postcode |
protected Boolean |
primaryAddress |
protected String |
profileID |
protected String |
province |
protected static ResourcePath |
resourcePath |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
Address() |
Address(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
static Address |
create(Address address) |
String |
getAddressLine1() |
String |
getAddressLine2() |
String |
getAddressLine3() |
static Address[] |
getAll() |
static Address |
getByID(String ID) |
String |
getChangedBy() |
String |
getCity() |
String |
getCountry() |
Date |
getCreated() |
Boolean |
getDeleted() |
String |
getID() |
String |
getLandline() |
String |
getOrganizationID() |
String |
getPostcode() |
Boolean |
getPrimaryAddress() |
String |
getProfileID() |
String |
getProvince() |
ResourcePath |
getResourcePath() |
Date |
getUpdated() |
static ResourcePath |
ResourcePath() |
void |
setAddressLine1(String addressLine1) |
void |
setAddressLine2(String addressLine2) |
void |
setAddressLine3(String addressLine3) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setDeleted(Boolean deleted) |
void |
setLandline(String landline) |
void |
setPostcode(String postcode) |
void |
setPrimaryAddress(Boolean primaryAddress) |
void |
setProfileID(String profileID) |
void |
setProvince(String province) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String profileID
protected String organizationID
protected String addressLine1
protected String addressLine2
protected String addressLine3
protected String city
protected String province
protected String country
protected String postcode
protected String landline
protected Boolean primaryAddress
protected Boolean deleted
protected Date updated
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public Address(BillForwardClient client_)
public Address()
public String getID()
public String getProfileID()
public void setProfileID(String profileID)
public String getOrganizationID()
public String getAddressLine1()
public void setAddressLine1(String addressLine1)
public String getAddressLine2()
public void setAddressLine2(String addressLine2)
public String getAddressLine3()
public void setAddressLine3(String addressLine3)
public String getCity()
public void setCity(String city)
public String getProvince()
public void setProvince(String province)
public String getCountry()
public void setCountry(String country)
public String getPostcode()
public void setPostcode(String postcode)
public String getLandline()
public void setLandline(String landline)
public Boolean getPrimaryAddress()
public void setPrimaryAddress(Boolean primaryAddress)
public Boolean getDeleted()
public void setDeleted(Boolean deleted)
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public static Address create(Address address) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Address getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Address[] getAll() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ResourcePath getResourcePath()
getResourcePath in class BillingEntitypublic static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.