org.yestech.rpx.objectmodel
Class GetContactsResponse

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

public class GetContactsResponse
extends Object
implements Serializable

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

Constructor Summary
GetContactsResponse()
           
 
Method Summary
 boolean equals(Object o)
           
static GetContactsResponse fromJson(org.json.JSONObject json)
           
 Collection<Contact> getEntry()
           
 int getItemsPerPage()
           
 int getStartIndex()
           
 RPXStat getStat()
           
 int getTotalResults()
           
 int hashCode()
           
 void setEntry(Collection<Contact> entry)
           
 void setItemsPerPage(int itemsPerPage)
           
 void setStartIndex(int startIndex)
           
 void setStat(RPXStat stat)
           
 void setTotalResults(int totalResults)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetContactsResponse

public GetContactsResponse()
Method Detail

getStartIndex

public int getStartIndex()

setStartIndex

public void setStartIndex(int startIndex)

getItemsPerPage

public int getItemsPerPage()

setItemsPerPage

public void setItemsPerPage(int itemsPerPage)

getTotalResults

public int getTotalResults()

setTotalResults

public void setTotalResults(int totalResults)

getStat

public RPXStat getStat()

setStat

public void setStat(RPXStat stat)

getEntry

public Collection<Contact> getEntry()

setEntry

public void setEntry(Collection<Contact> entry)

fromJson

public static GetContactsResponse fromJson(org.json.JSONObject json)
                                    throws org.json.JSONException
Throws:
org.json.JSONException

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


Copyright © 2010 YES Technology Association. All Rights Reserved.