public class Contact extends ContactBase implements Serializable
| Constructor and Description |
|---|
Contact() |
Contact(long id,
String name,
boolean allowedToEditSite,
String city,
String country,
String firstName,
String lastName,
String phone,
String postalCode,
String state,
String title,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCity()
Gets the city value for this Contact.
|
String |
getCountry()
Gets the country value for this Contact.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFirstName()
Gets the firstName value for this Contact.
|
String |
getLastName()
Gets the lastName value for this Contact.
|
String |
getPhone()
Gets the phone value for this Contact.
|
String |
getPostalCode()
Gets the postalCode value for this Contact.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getState()
Gets the state value for this Contact.
|
String |
getTitle()
Gets the title value for this Contact.
|
String |
getType()
Gets the type value for this Contact.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isAllowedToEditSite()
Gets the allowedToEditSite value for this Contact.
|
void |
setAllowedToEditSite(boolean allowedToEditSite)
Sets the allowedToEditSite value for this Contact.
|
void |
setCity(String city)
Sets the city value for this Contact.
|
void |
setCountry(String country)
Sets the country value for this Contact.
|
void |
setFirstName(String firstName)
Sets the firstName value for this Contact.
|
void |
setLastName(String lastName)
Sets the lastName value for this Contact.
|
void |
setPhone(String phone)
Sets the phone value for this Contact.
|
void |
setPostalCode(String postalCode)
Sets the postalCode value for this Contact.
|
void |
setState(String state)
Sets the state value for this Contact.
|
void |
setTitle(String title)
Sets the title value for this Contact.
|
void |
setType(String type)
Sets the type value for this Contact.
|
public boolean isAllowedToEditSite()
public void setAllowedToEditSite(boolean allowedToEditSite)
allowedToEditSite - public String getCity()
public void setCity(String city)
city - public String getCountry()
public void setCountry(String country)
country - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public String getPhone()
public void setPhone(String phone)
phone - public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - public String getState()
public void setState(String state)
state - public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - public boolean equals(Object obj)
equals in class ContactBasepublic int hashCode()
hashCode in class ContactBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.