|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.script.ScriptLibraryLinked
public class ScriptLibraryLinked
Field Summary | |
---|---|
protected String |
scriptName
|
protected String |
scriptReadonly
|
protected String |
xlinkHref
|
protected String |
xlinkType
|
Constructor Summary | |
---|---|
ScriptLibraryLinked()
|
Method Summary | |
---|---|
String |
getScriptName()
Gets the value of the scriptName property. |
String |
getScriptReadonly()
Gets the value of the scriptReadonly property. |
String |
getXlinkHref()
Gets the value of the xlinkHref property. |
String |
getXlinkType()
Gets the value of the xlinkType property. |
void |
setScriptName(String value)
Sets the value of the scriptName property. |
void |
setScriptReadonly(String value)
Sets the value of the scriptReadonly property. |
void |
setXlinkHref(String value)
Sets the value of the xlinkHref property. |
void |
setXlinkType(String value)
Sets the value of the xlinkType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String scriptName
protected String scriptReadonly
protected String xlinkHref
protected String xlinkType
Constructor Detail |
---|
public ScriptLibraryLinked()
Method Detail |
---|
public String getScriptName()
String
public String getScriptReadonly()
String
public String getXlinkHref()
String
public String getXlinkType()
String
public void setScriptName(String value)
value
- allowed object is String
public void setScriptReadonly(String value)
value
- allowed object is String
public void setXlinkHref(String value)
value
- allowed object is String
public void setXlinkType(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |