public class CommonOrganisation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonOrganisation.OrganisationType |
| Constructor and Description |
|---|
CommonOrganisation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAbn()
Australian Business Number for the organisation
|
String |
getAcn()
Australian Company Number for the organisation.
|
String |
getAgentFirstName()
The first name of the individual providing access on behalf of the organisation.
|
String |
getAgentLastName()
The last name of the individual providing access on behalf of the organisation.
|
String |
getAgentRole()
The role of the individual identified as the agent who is providing authorisation.
|
String |
getBusinessName()
Name of the organisation
|
java.time.LocalDate |
getEstablishmentDate()
The date the organisation described was established
|
String |
getIndustryCode()
[ANZSIC (2006)](http://www.abs.gov.au/anzsic) code for the organisation.
|
Boolean |
getIsACNCRegistered()
True if registered with the ACNC.
|
java.time.OffsetDateTime |
getLastUpdateTime()
The date and time that this record was last updated by the customer.
|
String |
getLegalName()
Legal name, if different to the business name
|
CommonOrganisation.OrganisationType |
getOrganisationType()
Get organisationType
|
String |
getRegisteredCountry()
Enumeration with values from [ISO 3166 Alpha-3](https://www.iso.org/iso-3166-country-codes.html) country codes.
|
String |
getShortName()
Short name used for communication, if different to the business name
|
int |
hashCode() |
void |
setAbn(String abn) |
void |
setAcn(String acn) |
void |
setAgentFirstName(String agentFirstName) |
void |
setAgentLastName(String agentLastName) |
void |
setAgentRole(String agentRole) |
void |
setBusinessName(String businessName) |
void |
setEstablishmentDate(java.time.LocalDate establishmentDate) |
void |
setIndustryCode(String industryCode) |
void |
setIsACNCRegistered(Boolean isACNCRegistered) |
void |
setLastUpdateTime(java.time.OffsetDateTime lastUpdateTime) |
void |
setLegalName(String legalName) |
void |
setOrganisationType(CommonOrganisation.OrganisationType organisationType) |
void |
setRegisteredCountry(String registeredCountry) |
void |
setShortName(String shortName) |
String |
toString() |
public String getAbn()
public void setAbn(String abn)
public String getAcn()
public void setAcn(String acn)
public String getAgentFirstName()
public void setAgentFirstName(String agentFirstName)
public String getAgentLastName()
public void setAgentLastName(String agentLastName)
public String getAgentRole()
public void setAgentRole(String agentRole)
public String getBusinessName()
public void setBusinessName(String businessName)
public java.time.LocalDate getEstablishmentDate()
public void setEstablishmentDate(java.time.LocalDate establishmentDate)
public String getIndustryCode()
public void setIndustryCode(String industryCode)
public Boolean getIsACNCRegistered()
public void setIsACNCRegistered(Boolean isACNCRegistered)
public java.time.OffsetDateTime getLastUpdateTime()
public void setLastUpdateTime(java.time.OffsetDateTime lastUpdateTime)
public String getLegalName()
public void setLegalName(String legalName)
public CommonOrganisation.OrganisationType getOrganisationType()
public void setOrganisationType(CommonOrganisation.OrganisationType organisationType)
public String getRegisteredCountry()
public void setRegisteredCountry(String registeredCountry)
public String getShortName()
public void setShortName(String shortName)
Copyright © 2019. All rights reserved.