public class ScriptDocument extends net.anotheria.asg.data.AbstractASGDocument implements Script, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_FILE, PROP_BROWSER_FILTERING, PROP_CONTENT, PROP_GUARDS, PROP_ID, PROP_LINK, PROP_NAME| Constructor and Description |
|---|
ScriptDocument() |
ScriptDocument(ScriptDocument toClone) |
ScriptDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
int |
compareTo(Script comparable) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBrowserFiltering()
Returns the value of the browserFiltering attribute.
|
java.lang.String |
getContent()
Returns the value of the content attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFile()
Returns the value of the file attribute.
|
java.lang.String |
getFootprint() |
java.util.List<java.lang.String> |
getGuards()
Returns the value of the guards attribute.
|
java.lang.String |
getGuardsElement(int index)
Returns the element at the position index in the list.
|
int |
getGuardsSize()
Returns the number of elements in the "guards" container
|
java.lang.String |
getLink()
Returns the value of the link attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
setBrowserFiltering(java.lang.String value)
Sets the value of the browserFiltering attribute.
|
void |
setContent(java.lang.String value)
Sets the value of the content attribute.
|
void |
setFile(java.lang.String value)
Sets the value of the file attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setLink(java.lang.String value)
Sets the value of the link attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
swapGuardsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic ScriptDocument()
public ScriptDocument(java.lang.String id)
public ScriptDocument(ScriptDocument toClone)
public java.lang.String getName()
Scriptpublic void setName(java.lang.String value)
Scriptpublic java.lang.String getLink()
Scriptpublic void setLink(java.lang.String value)
Scriptpublic java.lang.String getContent()
ScriptgetContent in interface Scriptpublic void setContent(java.lang.String value)
ScriptsetContent in interface Scriptpublic java.lang.String getBrowserFiltering()
ScriptgetBrowserFiltering in interface Scriptpublic void setBrowserFiltering(java.lang.String value)
ScriptsetBrowserFiltering in interface Scriptpublic java.util.List<java.lang.String> getGuards()
Scriptpublic void setGuards(java.util.List<java.lang.String> value)
Scriptpublic java.lang.String getFile()
Scriptpublic void setFile(java.lang.String value)
Scriptpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getGuardsSize()
ScriptgetGuardsSize in interface Scriptpublic void addGuardsElement(java.lang.String guard)
ScriptaddGuardsElement in interface Scriptpublic void removeGuardsElement(int index)
ScriptremoveGuardsElement in interface Scriptpublic void swapGuardsElement(int index1,
int index2)
ScriptswapGuardsElement in interface Scriptpublic java.lang.String getGuardsElement(int index)
ScriptgetGuardsElement in interface Scriptpublic int compareTo(Script comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.