org.walluck.oscar.script
Class Script

java.lang.Object
  extended by org.walluck.oscar.script.ScriptAdapter
      extended by org.walluck.oscar.script.Script
All Implemented Interfaces:
AIMConnectionListener, IMWindowListener, AdminListener, AdvertListener, BOSListener, BuddyListListener, ChatListener, ChatNavListener, DirectIMListener, FileTransferListener, ICBMListener, IconListener, DirectClientListener, ICQListener, InviteListener, Listener, LocateListener, MailListener, MiscListener, ODirListener, PopupListener, ServiceListener, SSIListener, StatsListener, TranslateListener, UserLookupListener

public class Script
extends ScriptAdapter

Every script should extend this.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
Script()
          Creates a new script.
 
Method Summary
 String getAuthor()
          Get the value of author.
 String getDescription()
          Get the value of description.
 String getFilename()
          Get the filename value.
 String getName()
          Get the value of name.
 String getURL()
          Get the URL value.
 String getVersion()
          Get the value of version.
 void setAuthor(String author)
          Set the value of author.
 void setDescription(String description)
          Set the value of description.
 void setFilename(String filename)
          Set the filename value.
 void setName(String name)
          Set the value of name.
 void setURL(String url)
          Set the URL value.
 void setVersion(String version)
          Set the value of version.
 
Methods inherited from class org.walluck.oscar.script.ScriptAdapter
accountConfirm, adSent, bosRights, buddyChange, buddylistRights, clientAutoresp, clientAutoresp, connectionEstablished, dcConnected, dimDisconnect, dimEstablished, evilNotify, ftDisconnect, ftEstablished, ftReceived, ftSent, godDamnICQ, icbmRemoveCookie, image, incomingChatMsg, incomingIMCH1, incomingIMCH2, incomingIMCH4, infoChange, infoUpdate, interestsReply, invitationSent, keyParse, locateRights, memRequest, migrate, missedCall, motd, msgAck, newConvo, newUIN, outgoingIM, paramInfo, parse, parseAck, parseAdd, parseAdded, parseAuthGranted, parseAuthReq, parseData, parseDataUnchanged, parseDel, parseIcon, parseInfoCreate, parseInfoPerms, parseMod, parsePopup, parseRights, parseRights, rateChange, rateResp, receiveAdded, receiveAuthGrant, receiveAuthGranted, receiveAuthReply, receiveAuthRequest, redirect, reply, reportAck, reportInterval, searchReply, securID, selfInfo, serverPause, serverResume, snacError, snacRequestTimedOut, srvMeta10E, srvMetaAbout, srvMetaAboutDone, srvMetaBackground, srvMetaFound, srvMetaGeneral, srvMetaGeneralDone, srvMetaInfo, srvMetaInterest, srvMetaLast, srvMetaMore, srvMetaMoreDone, srvMetaMoreEmail, srvMetaPassDone, srvMetaRandom, srvMetaRandomDone, srvMetaWork, srvOfflineMsg, srvOfflineMsgDone, translateReply, typing, typingNotification, unhandledFrame, unknownFlags, unknownType, uploadAck, userInfo, userlistChange, youveGotMail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Script

public Script()
Creates a new script.

Method Detail

getName

public String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(String name)
Set the value of name.

Parameters:
name - Value to assign to name.

getVersion

public String getVersion()
Get the value of version.

Returns:
value of version.

setVersion

public void setVersion(String version)
Set the value of version.

Parameters:
version - Value to assign to version.

getDescription

public String getDescription()
Get the value of description.

Returns:
value of description.

setDescription

public void setDescription(String description)
Set the value of description.

Parameters:
description - Value to assign to description.

getAuthor

public String getAuthor()
Get the value of author.

Returns:
value of author.

setAuthor

public void setAuthor(String author)
Set the value of author.

Parameters:
author - Value to assign to author.

getURL

public String getURL()
Get the URL value.

Returns:
the URL value.

setURL

public void setURL(String url)
Set the URL value.

Parameters:
url - The new URL value.

getFilename

public String getFilename()
Get the filename value.

Returns:
the filename value.

setFilename

public void setFilename(String filename)
Set the filename value.

Parameters:
filename - The new filename value.