public class BoxDocument extends net.anotheria.asg.data.AbstractASGDocument implements Box, net.anotheria.util.sorter.IComparable, net.anotheria.asg.data.MultilingualObject
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_ACCESS_OPERATION, LINK_PROP_FEATURE, LINK_PROP_HANDLER, LINK_PROP_TYPE, PROP_ATTRIBUTES, PROP_CONTENT_EN, PROP_CSS_CLASS, PROP_GUARDS, PROP_ID, PROP_LOCALIZATIONS, PROP_MEDIA_LINKS, PROP_NAME, PROP_PARAMETER1, PROP_PARAMETER10, PROP_PARAMETER2, PROP_PARAMETER3, PROP_PARAMETER4, PROP_PARAMETER5, PROP_PARAMETER6, PROP_PARAMETER7, PROP_PARAMETER8, PROP_PARAMETER9, PROP_SCRIPTS, PROP_SUBBOXES| Constructor and Description |
|---|
BoxDocument() |
BoxDocument(BoxDocument toClone) |
BoxDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributesElement(java.lang.String attribute)
Adds a new element to the list.
|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
void |
addLocalizationsElement(java.lang.String localization)
Adds a new element to the list.
|
void |
addMediaLinksElement(java.lang.String mediaLink)
Adds a new element to the list.
|
void |
addScriptsElement(java.lang.String script)
Adds a new element to the list.
|
void |
addSubboxesElement(java.lang.String subbox)
Adds a new element to the list.
|
int |
compareTo(Box comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
void |
copyLANG2LANG(java.lang.String sourceLanguage,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccessOperation()
Returns the value of the accessOperation attribute.
|
java.util.List<java.lang.String> |
getAttributes()
Returns the value of the attributes attribute.
|
java.lang.String |
getAttributesElement(int index)
Returns the element at the position index in the list.
|
int |
getAttributesSize()
Returns the number of elements in the "attributes" container
|
java.lang.String |
getContent()
Returns the current value of the content attribute.
|
java.lang.String |
getContentEN()
Returns the value of the content attribute in the "EN" domain.
|
java.lang.String |
getCssClass()
Returns the value of the cssClass attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFeature()
Returns the value of the feature 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 |
getHandler()
Returns the value of the handler attribute.
|
java.util.List<java.lang.String> |
getLocalizations()
Returns the value of the localizations attribute.
|
java.lang.String |
getLocalizationsElement(int index)
Returns the element at the position index in the list.
|
int |
getLocalizationsSize()
Returns the number of elements in the "localizations" container
|
java.util.List<java.lang.String> |
getMediaLinks()
Returns the value of the mediaLinks attribute.
|
java.lang.String |
getMediaLinksElement(int index)
Returns the element at the position index in the list.
|
int |
getMediaLinksSize()
Returns the number of elements in the "mediaLinks" container
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getParameter1()
Returns the value of the parameter1 attribute.
|
java.lang.String |
getParameter10()
Returns the value of the parameter10 attribute.
|
java.lang.String |
getParameter2()
Returns the value of the parameter2 attribute.
|
java.lang.String |
getParameter3()
Returns the value of the parameter3 attribute.
|
java.lang.String |
getParameter4()
Returns the value of the parameter4 attribute.
|
java.lang.String |
getParameter5()
Returns the value of the parameter5 attribute.
|
java.lang.String |
getParameter6()
Returns the value of the parameter6 attribute.
|
java.lang.String |
getParameter7()
Returns the value of the parameter7 attribute.
|
java.lang.String |
getParameter8()
Returns the value of the parameter8 attribute.
|
java.lang.String |
getParameter9()
Returns the value of the parameter9 attribute.
|
java.util.List<java.lang.String> |
getScripts()
Returns the value of the scripts attribute.
|
java.lang.String |
getScriptsElement(int index)
Returns the element at the position index in the list.
|
int |
getScriptsSize()
Returns the number of elements in the "scripts" container
|
java.util.List<java.lang.String> |
getSubboxes()
Returns the value of the subboxes attribute.
|
java.lang.String |
getSubboxesElement(int index)
Returns the element at the position index in the list.
|
int |
getSubboxesSize()
Returns the number of elements in the "subboxes" container
|
java.lang.String |
getType()
Returns the value of the type attribute.
|
boolean |
isMultilingualDisabledInstance() |
void |
removeAttributesElement(int index)
Removes the element at position index from the list.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
removeLocalizationsElement(int index)
Removes the element at position index from the list.
|
void |
removeMediaLinksElement(int index)
Removes the element at position index from the list.
|
void |
removeScriptsElement(int index)
Removes the element at position index from the list.
|
void |
removeSubboxesElement(int index)
Removes the element at position index from the list.
|
void |
setAccessOperation(java.lang.String value)
Sets the value of the accessOperation attribute.
|
void |
setAttributes(java.util.List<java.lang.String> value)
Sets the value of the attributes attribute.
|
void |
setContent(java.lang.String value)
Sets the value of the content attribute in the current domain.
|
void |
setContentEN(java.lang.String value)
Sets the value of the content attribute in the domain "EN"
|
void |
setCssClass(java.lang.String value)
Sets the value of the cssClass attribute.
|
void |
setFeature(java.lang.String value)
Sets the value of the feature attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setHandler(java.lang.String value)
Sets the value of the handler attribute.
|
void |
setLocalizations(java.util.List<java.lang.String> value)
Sets the value of the localizations attribute.
|
void |
setMediaLinks(java.util.List<java.lang.String> value)
Sets the value of the mediaLinks attribute.
|
void |
setMultilingualDisabledInstance(boolean value) |
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setParameter1(java.lang.String value)
Sets the value of the parameter1 attribute.
|
void |
setParameter10(java.lang.String value)
Sets the value of the parameter10 attribute.
|
void |
setParameter2(java.lang.String value)
Sets the value of the parameter2 attribute.
|
void |
setParameter3(java.lang.String value)
Sets the value of the parameter3 attribute.
|
void |
setParameter4(java.lang.String value)
Sets the value of the parameter4 attribute.
|
void |
setParameter5(java.lang.String value)
Sets the value of the parameter5 attribute.
|
void |
setParameter6(java.lang.String value)
Sets the value of the parameter6 attribute.
|
void |
setParameter7(java.lang.String value)
Sets the value of the parameter7 attribute.
|
void |
setParameter8(java.lang.String value)
Sets the value of the parameter8 attribute.
|
void |
setParameter9(java.lang.String value)
Sets the value of the parameter9 attribute.
|
void |
setScripts(java.util.List<java.lang.String> value)
Sets the value of the scripts attribute.
|
void |
setSubboxes(java.util.List<java.lang.String> value)
Sets the value of the subboxes attribute.
|
void |
setType(java.lang.String value)
Sets the value of the type attribute.
|
void |
swapAttributesElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapGuardsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapLocalizationsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapMediaLinksElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapScriptsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapSubboxesElement(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 BoxDocument()
public BoxDocument(java.lang.String id)
public BoxDocument(BoxDocument toClone)
public java.lang.String getName()
Boxpublic void setName(java.lang.String value)
Boxpublic java.lang.String getContentEN()
BoxgetContentEN in interface Boxpublic java.lang.String getContent()
BoxgetContent in interface Boxpublic void setContentEN(java.lang.String value)
BoxsetContentEN in interface Boxpublic void setContent(java.lang.String value)
BoxsetContent in interface Boxpublic java.util.List<java.lang.String> getMediaLinks()
BoxgetMediaLinks in interface Boxpublic void setMediaLinks(java.util.List<java.lang.String> value)
BoxsetMediaLinks in interface Boxpublic java.util.List<java.lang.String> getScripts()
BoxgetScripts in interface Boxpublic void setScripts(java.util.List<java.lang.String> value)
BoxsetScripts in interface Boxpublic java.util.List<java.lang.String> getLocalizations()
BoxgetLocalizations in interface Boxpublic void setLocalizations(java.util.List<java.lang.String> value)
BoxsetLocalizations in interface Boxpublic java.util.List<java.lang.String> getSubboxes()
BoxgetSubboxes in interface Boxpublic void setSubboxes(java.util.List<java.lang.String> value)
BoxsetSubboxes in interface Boxpublic java.lang.String getCssClass()
BoxgetCssClass in interface Boxpublic void setCssClass(java.lang.String value)
BoxsetCssClass in interface Boxpublic java.lang.String getParameter1()
BoxgetParameter1 in interface Boxpublic void setParameter1(java.lang.String value)
BoxsetParameter1 in interface Boxpublic java.lang.String getParameter2()
BoxgetParameter2 in interface Boxpublic void setParameter2(java.lang.String value)
BoxsetParameter2 in interface Boxpublic java.lang.String getParameter3()
BoxgetParameter3 in interface Boxpublic void setParameter3(java.lang.String value)
BoxsetParameter3 in interface Boxpublic java.lang.String getParameter4()
BoxgetParameter4 in interface Boxpublic void setParameter4(java.lang.String value)
BoxsetParameter4 in interface Boxpublic java.lang.String getParameter5()
BoxgetParameter5 in interface Boxpublic void setParameter5(java.lang.String value)
BoxsetParameter5 in interface Boxpublic java.lang.String getParameter6()
BoxgetParameter6 in interface Boxpublic void setParameter6(java.lang.String value)
BoxsetParameter6 in interface Boxpublic java.lang.String getParameter7()
BoxgetParameter7 in interface Boxpublic void setParameter7(java.lang.String value)
BoxsetParameter7 in interface Boxpublic java.lang.String getParameter8()
BoxgetParameter8 in interface Boxpublic void setParameter8(java.lang.String value)
BoxsetParameter8 in interface Boxpublic java.lang.String getParameter9()
BoxgetParameter9 in interface Boxpublic void setParameter9(java.lang.String value)
BoxsetParameter9 in interface Boxpublic java.lang.String getParameter10()
BoxgetParameter10 in interface Boxpublic void setParameter10(java.lang.String value)
BoxsetParameter10 in interface Boxpublic java.util.List<java.lang.String> getGuards()
Boxpublic void setGuards(java.util.List<java.lang.String> value)
Boxpublic java.util.List<java.lang.String> getAttributes()
BoxgetAttributes in interface Boxpublic void setAttributes(java.util.List<java.lang.String> value)
BoxsetAttributes in interface Boxpublic java.lang.String getType()
Boxpublic void setType(java.lang.String value)
Boxpublic java.lang.String getHandler()
BoxgetHandler in interface Boxpublic void setHandler(java.lang.String value)
BoxsetHandler in interface Boxpublic java.lang.String getAccessOperation()
BoxgetAccessOperation in interface Boxpublic void setAccessOperation(java.lang.String value)
BoxsetAccessOperation in interface Boxpublic java.lang.String getFeature()
BoxgetFeature in interface Boxpublic void setFeature(java.lang.String value)
BoxsetFeature in interface Boxpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getMediaLinksSize()
BoxgetMediaLinksSize in interface Boxpublic void addMediaLinksElement(java.lang.String mediaLink)
BoxaddMediaLinksElement in interface Boxpublic void removeMediaLinksElement(int index)
BoxremoveMediaLinksElement in interface Boxpublic void swapMediaLinksElement(int index1,
int index2)
BoxswapMediaLinksElement in interface Boxpublic java.lang.String getMediaLinksElement(int index)
BoxgetMediaLinksElement in interface Boxpublic int getScriptsSize()
BoxgetScriptsSize in interface Boxpublic void addScriptsElement(java.lang.String script)
BoxaddScriptsElement in interface Boxpublic void removeScriptsElement(int index)
BoxremoveScriptsElement in interface Boxpublic void swapScriptsElement(int index1,
int index2)
BoxswapScriptsElement in interface Boxpublic java.lang.String getScriptsElement(int index)
BoxgetScriptsElement in interface Boxpublic int getLocalizationsSize()
BoxgetLocalizationsSize in interface Boxpublic void addLocalizationsElement(java.lang.String localization)
BoxaddLocalizationsElement in interface Boxpublic void removeLocalizationsElement(int index)
BoxremoveLocalizationsElement in interface Boxpublic void swapLocalizationsElement(int index1,
int index2)
BoxswapLocalizationsElement in interface Boxpublic java.lang.String getLocalizationsElement(int index)
BoxgetLocalizationsElement in interface Boxpublic int getSubboxesSize()
BoxgetSubboxesSize in interface Boxpublic void addSubboxesElement(java.lang.String subbox)
BoxaddSubboxesElement in interface Boxpublic void removeSubboxesElement(int index)
BoxremoveSubboxesElement in interface Boxpublic void swapSubboxesElement(int index1,
int index2)
BoxswapSubboxesElement in interface Boxpublic java.lang.String getSubboxesElement(int index)
BoxgetSubboxesElement in interface Boxpublic int getGuardsSize()
BoxgetGuardsSize in interface Boxpublic void addGuardsElement(java.lang.String guard)
BoxaddGuardsElement in interface Boxpublic void removeGuardsElement(int index)
BoxremoveGuardsElement in interface Boxpublic void swapGuardsElement(int index1,
int index2)
BoxswapGuardsElement in interface Boxpublic java.lang.String getGuardsElement(int index)
BoxgetGuardsElement in interface Boxpublic int getAttributesSize()
BoxgetAttributesSize in interface Boxpublic void addAttributesElement(java.lang.String attribute)
BoxaddAttributesElement in interface Boxpublic void removeAttributesElement(int index)
BoxremoveAttributesElement in interface Boxpublic void swapAttributesElement(int index1,
int index2)
BoxswapAttributesElement in interface Boxpublic java.lang.String getAttributesElement(int index)
BoxgetAttributesElement in interface Boxpublic int compareTo(Box 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 void copyLANG2LANG(java.lang.String sourceLanguage,
java.lang.String destLanguage)
BoxcopyLANG2LANG in interface Boxpublic boolean isMultilingualDisabledInstance()
isMultilingualDisabledInstance in interface net.anotheria.asg.data.MultilingualObjectpublic void setMultilingualDisabledInstance(boolean value)
setMultilingualDisabledInstance in interface net.anotheria.asg.data.MultilingualObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.