com.hack23.cia.web.api.content
Class PartyAction

Package class diagram package PartyAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.events.AbstractUserAction
          extended by com.hack23.cia.web.api.content.AbstractTopListAction
              extended by com.hack23.cia.web.api.content.PartyAction
All Implemented Interfaces:
ControllerAction, Serializable

public class PartyAction
extends AbstractTopListAction

The Class PartyAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
PartyAction(TopListOperationType operation, String party)
          Instantiates a new party action.
 
Method Summary
Modifier and Type Method and Description
 String getParty()
          Gets the party.
 
Methods inherited from class com.hack23.cia.web.api.content.AbstractTopListAction
getOperation
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartyAction

public PartyAction(TopListOperationType operation,
                   String party)
Instantiates a new party action.

Parameters:
operation - the operation
party - the party
Method Detail

getParty

public final String getParty()
Gets the party.

Returns:
the party


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