org.walluck.oscar.script
Class Script

java.lang.Object
  extended byorg.walluck.oscar.script.ScriptAdapter
      extended byorg.walluck.oscar.script.Script
All Implemented Interfaces:
AdminListener, AdvertListener, AIMConnectionListener, BOSListener, BuddyListListener, ChatListener, ChatNavListener, DirectClientListener, DirectIMListener, FileTransferListener, ICBMListener, IconListener, ICQListener, IMWindowListener, 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
 java.lang.String getAuthor()
          Get the value of author.
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getFilename()
          Get the filename value.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getURL()
          Get the URL value.
 java.lang.String getVersion()
          Get the value of version.
 void setAuthor(java.lang.String author)
          Set the value of author.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setFilename(java.lang.String filename)
          Set the filename value.
 void setName(java.lang.String name)
          Set the value of name.
 void setURL(java.lang.String url)
          Set the URL value.
 void setVersion(java.lang.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 java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

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

Parameters:
name - Value to assign to name.

getVersion

public java.lang.String getVersion()
Get the value of version.

Returns:
value of version.

setVersion

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

Parameters:
version - Value to assign to version.

getDescription

public java.lang.String getDescription()
Get the value of description.

Returns:
value of description.

setDescription

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

Parameters:
description - Value to assign to description.

getAuthor

public java.lang.String getAuthor()
Get the value of author.

Returns:
value of author.

setAuthor

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

Parameters:
author - Value to assign to author.

getURL

public java.lang.String getURL()
Get the URL value.

Returns:
the URL value.

setURL

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

Parameters:
url - The new URL value.

getFilename

public java.lang.String getFilename()
Get the filename value.

Returns:
the filename value.

setFilename

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

Parameters:
filename - The new filename value.