org.yestech.rpx.objectmodel
Class Contact
java.lang.Object
org.yestech.rpx.objectmodel.Contact
- All Implemented Interfaces:
- Serializable
public class Contact
- extends Object
- implements Serializable
- Author:
- A.J. Wright
- See Also:
- Serialized Form
Contact
public Contact()
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String displayName)
getEmails
public Collection<TypeValue> getEmails()
setEmails
public void setEmails(Collection<TypeValue> emails)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
fromJson
public static Contact fromJson(org.json.JSONObject json)
Copyright © 2010 YES Technology Association. All Rights Reserved.