public class ResponseCommonCustomerData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseCommonCustomerData.CustomerUType |
| Constructor and Description |
|---|
ResponseCommonCustomerData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ResponseCommonCustomerData.CustomerUType |
getCustomerUType()
Get customerUType
|
CommonOrganisation |
getOrganisation()
Get organisation
|
CommonPerson |
getPerson()
Get person
|
int |
hashCode() |
void |
setCustomerUType(ResponseCommonCustomerData.CustomerUType customerUType) |
void |
setOrganisation(CommonOrganisation organisation) |
void |
setPerson(CommonPerson person) |
String |
toString() |
public ResponseCommonCustomerData.CustomerUType getCustomerUType()
public void setCustomerUType(ResponseCommonCustomerData.CustomerUType customerUType)
public CommonOrganisation getOrganisation()
public void setOrganisation(CommonOrganisation organisation)
public CommonPerson getPerson()
public void setPerson(CommonPerson person)
Copyright © 2019. All rights reserved.