public class CompanyImpl extends Object implements Company
Constructor and Description |
---|
CompanyImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress1()
Returns the first line of the company adress.
|
String |
getAddress2()
Returns the second line of the company adress.
|
String |
getAddress3()
Returns the third line of the company adress.
|
String |
getEmail()
Returns the email of the company.
|
String |
getFaxNumber()
Returns the fax number of the company.
|
String |
getFullAddress()
Returns the full address of the company.
|
String |
getName()
Returns the name of the company.
|
String |
getPostCode()
Returns the adress post code company.
|
String |
getTelephoneNumber()
Returns the telephone number of the company.
|
boolean |
isEmpty() |
static Company |
parseJson(Map<String,Object> json,
String location) |
static Company |
parsePublicAPIJson(Map<String,Object> json,
String location) |
public static Company parsePublicAPIJson(Map<String,Object> json, String location)
public String getName()
Company
public String getAddress1()
Company
getAddress1
in interface Company
public String getAddress2()
Company
getAddress2
in interface Company
public String getAddress3()
Company
getAddress3
in interface Company
public String getPostCode()
Company
getPostCode
in interface Company
public String getTelephoneNumber()
Company
getTelephoneNumber
in interface Company
public String getFaxNumber()
Company
getFaxNumber
in interface Company
public String getEmail()
Company
public boolean isEmpty()
public String getFullAddress()
Company
getFullAddress
in interface Company
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.