Class CustomerContact
java.lang.Object
ru.bitel.bgbilling.kernel.customer.common.bean.CustomerContact
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerContactfromJson(org.json.JSONObject json) setEmailList(List<CustomerContactItem> emailList) setMobileList(List<CustomerContactItem> mobileList) setPhoneList(List<CustomerContactItem> phoneList)  
- 
Constructor Details
- 
CustomerContact
public CustomerContact() 
 - 
 - 
Method Details
- 
getPhoneList
 - 
getMobileList
 - 
getEmailList
 - 
setPhoneList
 - 
setMobileList
 - 
setEmailList
 - 
fromJson
 
 -