@Deprecated public class Contact extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
city
Deprecated.
|
protected String |
email
Deprecated.
|
protected String |
name
Deprecated.
|
protected String |
phone
Deprecated.
|
protected String |
postCode
Deprecated.
|
static String |
PROPERTY_CITY
Deprecated.
|
static String |
PROPERTY_EMAIL
Deprecated.
|
static String |
PROPERTY_LAST_NAME
Deprecated.
|
static String |
PROPERTY_PHONE
Deprecated.
|
static String |
PROPERTY_POSTCODE
Deprecated.
|
| Constructor and Description |
|---|
Contact()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Deprecated.
|
String |
getEmail()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getPhone()
Deprecated.
|
String |
getPostCode()
Deprecated.
|
void |
setCity(String city)
Deprecated.
|
void |
setEmail(String email)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPhone(String phone)
Deprecated.
|
void |
setPostCode(String postCode)
Deprecated.
|
public static final String PROPERTY_LAST_NAME
public static final String PROPERTY_EMAIL
public static final String PROPERTY_PHONE
public static final String PROPERTY_POSTCODE
public static final String PROPERTY_CITY
protected String name
protected String email
protected String phone
protected String postCode
protected String city
public String getEmail()
public void setEmail(String email)
public String getPhone()
public void setPhone(String phone)
public String getPostCode()
public void setPostCode(String postCode)
public String getCity()
public void setCity(String city)
public String getName()
public void setName(String name)
Copyright © 2011-2013 CodeLutin. All Rights Reserved.