public class AccountInfo extends Object
| Constructor and Description |
|---|
AccountInfo(BusinessObject accountBO,
String accountTitle,
String objectERPId,
Collection<Address> addresses) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObject |
getAccountBO() |
String |
getAccountTitle() |
Collection<Address> |
getAddresses() |
String |
getObjectERPId() |
public AccountInfo(BusinessObject accountBO, String accountTitle, String objectERPId, Collection<Address> addresses)
public BusinessObject getAccountBO()
public String getAccountTitle()
public Collection<Address> getAddresses()
public String getObjectERPId()