org.yestech.rpx.objectmodel
Class Contact

java.lang.Object
  extended by org.yestech.rpx.objectmodel.Contact
All Implemented Interfaces:
Serializable

public class Contact
extends Object
implements Serializable

Author:
A.J. Wright
See Also:
Serialized Form

Constructor Summary
Contact()
           
 
Method Summary
 boolean equals(Object o)
           
static Contact fromJson(org.json.JSONObject json)
           
 String getDisplayName()
           
 Collection<TypeValue> getEmails()
           
 int hashCode()
           
 void setDisplayName(String displayName)
           
 void setEmails(Collection<TypeValue> emails)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

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.