public class Script extends ScriptAdapter
Constructor and Description |
---|
Script()
Creates a new script.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public String getName()
public void setName(String name)
name
- Value to assign to name.public String getVersion()
public void setVersion(String version)
version
- Value to assign to version.public String getDescription()
public void setDescription(String description)
description
- Value to assign to description.public String getAuthor()
public void setAuthor(String author)
author
- Value to assign to author.public String getURL()
public void setURL(String url)
url
- The new URL value.public String getFilename()
public void setFilename(String filename)
filename
- The new filename value.