com.zion.jbuddy.bots
Class BotAddDenyCall

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

public class BotAddDenyCall
extends Object
implements BotCall

Adds a user to a client's deny list.


Constructor Summary
BotAddDenyCall(String name)
          Creates an add 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

BotAddDenyCall

public BotAddDenyCall(String name)
Creates an add 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.