org.riotfamily.riot.list.command.result
Class RefreshSiblingsResult

java.lang.Object
  extended by org.riotfamily.riot.list.command.result.RefreshSiblingsResult
All Implemented Interfaces:
CommandResult

public class RefreshSiblingsResult
extends Object
implements CommandResult


Field Summary
static String ACTION
           
 
Constructor Summary
RefreshSiblingsResult()
           
RefreshSiblingsResult(CommandContext context)
           
RefreshSiblingsResult(String objectId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAction()
           
 String getObjectId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values
Constructor Detail

RefreshSiblingsResult

public RefreshSiblingsResult()

RefreshSiblingsResult

public RefreshSiblingsResult(CommandContext context)

RefreshSiblingsResult

public RefreshSiblingsResult(String objectId)
Method Detail

getAction

public String getAction()
Specified by:
getAction in interface CommandResult

getObjectId

public String getObjectId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object