public class ContactDataitem
extends java.lang.Object
PersonDataitem| Constructor | Description |
|---|---|
ContactDataitem() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAddress() |
Gets the address.
|
java.util.List<java.lang.String> |
getAsList() |
Gets the as list.
|
java.lang.String |
getMail() |
Gets the mail.
|
java.lang.String |
getMobile() |
Gets the mobile.
|
java.lang.String |
getName() |
Gets the name.
|
java.lang.String |
getOrganisation() |
Gets the organisation.
|
java.lang.String |
getPhone() |
Gets the phone.
|
java.lang.String |
getSubtype() |
Gets the subtype.
|
java.lang.String |
getType() |
Gets the type.
|
void |
setAddress(java.lang.String address) |
Sets the address.
|
void |
setMail(java.lang.String mail) |
Sets the mail.
|
void |
setMobile(java.lang.String mobile) |
Sets the mobile.
|
void |
setOrganisation(java.lang.String organisation) |
Sets the organisation.
|
void |
setPhone(java.lang.String phone) |
Sets the phone.
|
void |
setSubtype(java.lang.String subtype) |
Sets the subtype.
|
void |
setType(java.lang.String type) |
Sets the type.
|
java.lang.String |
toString() |
public java.lang.String getOrganisation()
public void setOrganisation(java.lang.String organisation)
organisation - the new organisationpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype - the new subtypepublic java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - the new addresspublic java.lang.String getMobile()
public void setMobile(java.lang.String mobile)
mobile - the new mobilepublic java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone - the new phonepublic java.lang.String getMail()
public void setMail(java.lang.String mail)
mail - the new mailpublic java.lang.String getName()
public java.util.List<java.lang.String> getAsList()
public java.lang.String toString()
toString in class java.lang.Object