com.zion.jbuddy.bots
Class BotAddPermitCall

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

public class BotAddPermitCall
extends Object
implements BotCall

Adds a user to a client's permit list.


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

BotAddPermitCall

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