public class ContactList extends Object implements Serializable
| Constructor and Description |
|---|
ContactList() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getContactsCount()
GETTER
TODO: Write general description for this method
|
String |
getListEmailId()
GETTER
TODO: Write general description for this method
|
String |
getListId()
GETTER
TODO: Write general description for this method
|
String |
getListName()
GETTER
TODO: Write general description for this method
|
void |
setContactsCount(Integer value)
SETTER
TODO: Write general description for this method
|
void |
setListEmailId(String value)
SETTER
TODO: Write general description for this method
|
void |
setListId(String value)
SETTER
TODO: Write general description for this method
|
void |
setListName(String value)
SETTER
TODO: Write general description for this method
|
public String getListId()
public void setListId(String value)
public String getListName()
public void setListName(String value)
public String getListEmailId()
public void setListEmailId(String value)
public Integer getContactsCount()
public void setContactsCount(Integer value)
Copyright © 2017. All rights reserved.