|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.script.ScriptAdapter
org.walluck.oscar.script.Script
public class Script
Every script should extend this.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Script()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |