com.hack23.cia.web.api.user
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.user.AbstractUserAction
          extended by com.hack23.cia.web.api.user.AbstractParliamentAction
              extended by com.hack23.cia.web.api.user.AbstractTopListAction
                  extended by com.hack23.cia.web.api.user.PartyAction
All Implemented Interfaces:
ControllerAction, Serializable

public class PartyAction
extends AbstractTopListAction

The Class PartyAction.

See Also:
Serialized Form

Constructor Summary
PartyAction(TopListOperationType operation, String party)
          Instantiates a new party action.
 
Method Summary
 String getParty()
          Gets the party.
 
Methods inherited from class com.hack23.cia.web.api.user.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-2009 www.hack23.com. All Rights Reserved.