public interface Company extends Serializable
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.
|
String getName()
String getAddress1()
String getAddress2()
String getAddress3()
String getPostCode()
String getTelephoneNumber()
String getFaxNumber()
String getEmail()
String getFullAddress()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.