sharpster.common
Class GroupResponse

java.lang.Object
  |
  +--sharpster.common.Response
        |
        +--sharpster.common.GroupResponse
All Implemented Interfaces:
java.io.Serializable

public class GroupResponse
extends Response
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GroupResponse()
           
 
Method Summary
 int getCommand()
           
 java.util.LinkedList getGroups()
           
 int getSubError()
           
 int getType()
          Get the type of this response.
 java.util.LinkedList getUsers()
           
 void setCommand(int command)
           
 void setGroups(java.util.LinkedList groups)
           
 void setSubError(int error)
           
 void setUsers(java.util.LinkedList users)
           
 java.lang.String toString()
           
 
Methods inherited from class sharpster.common.Response
getOrigin, getUser, isError, setError, setOrigin, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupResponse

public GroupResponse()
Method Detail

getSubError

public int getSubError()

setSubError

public void setSubError(int error)

getCommand

public int getCommand()

setCommand

public void setCommand(int command)

getUsers

public java.util.LinkedList getUsers()

setUsers

public void setUsers(java.util.LinkedList users)

getGroups

public java.util.LinkedList getGroups()

setGroups

public void setGroups(java.util.LinkedList groups)

getType

public int getType()
Description copied from class: Response
Get the type of this response.

Specified by:
getType in class Response

toString

public java.lang.String toString()
Overrides:
toString in class Response