com.zion.jbuddy.bots
Class BotRemoveDenyCall

java.lang.Object
  extended by com.zion.jbuddy.bots.BotRemoveDenyCall
All Implemented Interfaces:
BotCall

public class BotRemoveDenyCall
extends Object
implements BotCall

Removes a user from a client's deny list.


Constructor Summary
BotRemoveDenyCall(String name)
          Creates a remove deny call.
 
Method Summary
 Object clone()
          Returns an exact copy of this call.
 String getName()
          Returns the user's name.
 void setName(String name)
          Sets the user's name.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BotRemoveDenyCall

public BotRemoveDenyCall(String name)
Creates a remove deny call.

Parameters:
name - the user's name
Method Detail

getName

public String getName()
Returns the user's name.


setName

public void setName(String name)
Sets the user's name.

This value can contain content variables.


clone

public Object clone()
Returns an exact copy of this call.

Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.