public class RecipientDataContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
private AddressTO |
address |
private CRMEmployeeTO |
contactPerson |
private String |
creditTermsType |
private LocationAliasEntity |
location |
private String |
name |
| Constructor and Description |
|---|
RecipientDataContainer() |
| Modifier and Type | Method and Description |
|---|---|
AddressTO |
getAddress() |
CRMEmployeeTO |
getContactPerson() |
String |
getCreditTermsType() |
LocationAliasEntity |
getLocation() |
String |
getName() |
void |
setAddress(AddressTO address) |
void |
setContactPerson(CRMEmployeeTO contactPerson) |
void |
setCreditTermsType(String creditTermsType) |
void |
setLocation(LocationAliasEntity location) |
void |
setName(String name) |
private String name
private AddressTO address
private String creditTermsType
private CRMEmployeeTO contactPerson
private LocationAliasEntity location
public String getName()
public void setName(String name)
public AddressTO getAddress()
public void setAddress(AddressTO address)
public String getCreditTermsType()
public void setCreditTermsType(String creditTermsType)
public CRMEmployeeTO getContactPerson()
public void setContactPerson(CRMEmployeeTO contactPerson)
public LocationAliasEntity getLocation()
public void setLocation(LocationAliasEntity location)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.