com.hack23.cia.service.api.content
Class PartyRequest

Package class diagram package PartyRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.content.AbstractContentRequest
          extended by com.hack23.cia.service.api.content.AbstractTopListRequest
              extended by com.hack23.cia.service.api.content.PartyRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class PartyRequest
extends AbstractTopListRequest

The Class PartyRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
PartyRequest(Long userSessionId, String party, TopListOperationType operation)
          Instantiates a new party request.
 
Method Summary
Modifier and Type Method and Description
 String getParty()
          Gets the party.
 
Methods inherited from class com.hack23.cia.service.api.content.AbstractTopListRequest
getOperation
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartyRequest

public PartyRequest(Long userSessionId,
                    String party,
                    TopListOperationType operation)
Instantiates a new party request.

Parameters:
userSessionId - the user session id
party - the party
operation - the operation
Method Detail

getParty

public final String getParty()
Gets the party.

Returns:
the party


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.