Interface Box
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
BoxDocument
public interface Box
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "accessOperation" for internal storage and queries.static final StringConstant property name for "feature" for internal storage and queries.static final StringConstant property name for "handler" for internal storage and queries.static final StringConstant property name for "type" for internal storage and queries.static final StringConstant property name for "attributes" for internal storage and queries.static final StringConstant property name for "content" and domain "EN" for internal storage and queries.static final StringConstant property name for "cssClass" for internal storage and queries.static final StringConstant property name for "guards" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "localizations" for internal storage and queries.static final StringConstant property name for "mediaLinks" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "parameter1" for internal storage and queries.static final StringConstant property name for "parameter10" for internal storage and queries.static final StringConstant property name for "parameter2" for internal storage and queries.static final StringConstant property name for "parameter3" for internal storage and queries.static final StringConstant property name for "parameter4" for internal storage and queries.static final StringConstant property name for "parameter5" for internal storage and queries.static final StringConstant property name for "parameter6" for internal storage and queries.static final StringConstant property name for "parameter7" for internal storage and queries.static final StringConstant property name for "parameter8" for internal storage and queries.static final StringConstant property name for "parameter9" for internal storage and queries.static final StringConstant property name for "scripts" for internal storage and queries.static final StringConstant property name for "subboxes" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributesElement(String attribute) Adds a new element to the list.voidaddGuardsElement(String guard) Adds a new element to the list.voidaddLocalizationsElement(String localization) Adds a new element to the list.voidaddMediaLinksElement(String mediaLink) Adds a new element to the list.voidaddScriptsElement(String script) Adds a new element to the list.voidaddSubboxesElement(String subbox) Adds a new element to the list.voidcopyLANG2LANG(String sourceLanguge, String destLanguage) Copies all multilingual properties from source language to destination languageReturns the value of the accessOperation attribute.Returns the value of the attributes attribute.getAttributesElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "attributes" containerReturns the current value of the content attribute.Returns the value of the content attribute in the "EN" domain.Returns the value of the cssClass attribute.Returns the value of the feature attribute.Returns the value of the guards attribute.getGuardsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "guards" containerReturns the value of the handler attribute.Returns the value of the localizations attribute.getLocalizationsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "localizations" containerReturns the value of the mediaLinks attribute.getMediaLinksElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "mediaLinks" containergetName()Returns the value of the name attribute.Returns the value of the parameter1 attribute.Returns the value of the parameter10 attribute.Returns the value of the parameter2 attribute.Returns the value of the parameter3 attribute.Returns the value of the parameter4 attribute.Returns the value of the parameter5 attribute.Returns the value of the parameter6 attribute.Returns the value of the parameter7 attribute.Returns the value of the parameter8 attribute.Returns the value of the parameter9 attribute.Returns the value of the scripts attribute.getScriptsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "scripts" containerReturns the value of the subboxes attribute.getSubboxesElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "subboxes" containergetType()Returns the value of the type attribute.voidremoveAttributesElement(int index) Removes the element at position index from the list.voidremoveGuardsElement(int index) Removes the element at position index from the list.voidremoveLocalizationsElement(int index) Removes the element at position index from the list.voidremoveMediaLinksElement(int index) Removes the element at position index from the list.voidremoveScriptsElement(int index) Removes the element at position index from the list.voidremoveSubboxesElement(int index) Removes the element at position index from the list.voidsetAccessOperation(String value) Sets the value of the accessOperation attribute.voidsetAttributes(List<String> value) Sets the value of the attributes attribute.voidsetContent(String value) Sets the value of the content attribute in the current domain.voidsetContentEN(String value) Sets the value of the content attribute in the domain "EN"voidsetCssClass(String value) Sets the value of the cssClass attribute.voidsetFeature(String value) Sets the value of the feature attribute.voidSets the value of the guards attribute.voidsetHandler(String value) Sets the value of the handler attribute.voidsetLocalizations(List<String> value) Sets the value of the localizations attribute.voidsetMediaLinks(List<String> value) Sets the value of the mediaLinks attribute.voidSets the value of the name attribute.voidsetParameter1(String value) Sets the value of the parameter1 attribute.voidsetParameter10(String value) Sets the value of the parameter10 attribute.voidsetParameter2(String value) Sets the value of the parameter2 attribute.voidsetParameter3(String value) Sets the value of the parameter3 attribute.voidsetParameter4(String value) Sets the value of the parameter4 attribute.voidsetParameter5(String value) Sets the value of the parameter5 attribute.voidsetParameter6(String value) Sets the value of the parameter6 attribute.voidsetParameter7(String value) Sets the value of the parameter7 attribute.voidsetParameter8(String value) Sets the value of the parameter8 attribute.voidsetParameter9(String value) Sets the value of the parameter9 attribute.voidsetScripts(List<String> value) Sets the value of the scripts attribute.voidsetSubboxes(List<String> value) Sets the value of the subboxes attribute.voidSets the value of the type attribute.voidswapAttributesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapGuardsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapLocalizationsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapMediaLinksElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapScriptsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapSubboxesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.Methods inherited from interface net.anotheria.asg.data.DataObject
clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
-
PROP_CONTENT_EN
Constant property name for "content" and domain "EN" for internal storage and queries.- See Also:
-
PROP_MEDIA_LINKS
Constant property name for "mediaLinks" for internal storage and queries.- See Also:
-
PROP_SCRIPTS
Constant property name for "scripts" for internal storage and queries.- See Also:
-
PROP_LOCALIZATIONS
Constant property name for "localizations" for internal storage and queries.- See Also:
-
PROP_SUBBOXES
Constant property name for "subboxes" for internal storage and queries.- See Also:
-
PROP_CSS_CLASS
Constant property name for "cssClass" for internal storage and queries.- See Also:
-
PROP_PARAMETER1
Constant property name for "parameter1" for internal storage and queries.- See Also:
-
PROP_PARAMETER2
Constant property name for "parameter2" for internal storage and queries.- See Also:
-
PROP_PARAMETER3
Constant property name for "parameter3" for internal storage and queries.- See Also:
-
PROP_PARAMETER4
Constant property name for "parameter4" for internal storage and queries.- See Also:
-
PROP_PARAMETER5
Constant property name for "parameter5" for internal storage and queries.- See Also:
-
PROP_PARAMETER6
Constant property name for "parameter6" for internal storage and queries.- See Also:
-
PROP_PARAMETER7
Constant property name for "parameter7" for internal storage and queries.- See Also:
-
PROP_PARAMETER8
Constant property name for "parameter8" for internal storage and queries.- See Also:
-
PROP_PARAMETER9
Constant property name for "parameter9" for internal storage and queries.- See Also:
-
PROP_PARAMETER10
Constant property name for "parameter10" for internal storage and queries.- See Also:
-
PROP_GUARDS
Constant property name for "guards" for internal storage and queries.- See Also:
-
PROP_ATTRIBUTES
Constant property name for "attributes" for internal storage and queries.- See Also:
-
LINK_PROP_TYPE
Constant property name for "type" for internal storage and queries.- See Also:
-
LINK_PROP_HANDLER
Constant property name for "handler" for internal storage and queries.- See Also:
-
LINK_PROP_ACCESS_OPERATION
Constant property name for "accessOperation" for internal storage and queries.- See Also:
-
LINK_PROP_FEATURE
Constant property name for "feature" for internal storage and queries.- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the name attribute. -
setName
Sets the value of the name attribute. -
getContentEN
String getContentEN()Returns the value of the content attribute in the "EN" domain. -
getContent
String getContent()Returns the current value of the content attribute. Current means in the currently selected domain. -
setContentEN
Sets the value of the content attribute in the domain "EN" -
setContent
Sets the value of the content attribute in the current domain. Current means in the currently selected domain. -
getMediaLinks
Returns the value of the mediaLinks attribute. -
setMediaLinks
Sets the value of the mediaLinks attribute. -
getScripts
Returns the value of the scripts attribute. -
setScripts
Sets the value of the scripts attribute. -
getLocalizations
Returns the value of the localizations attribute. -
setLocalizations
Sets the value of the localizations attribute. -
getSubboxes
Returns the value of the subboxes attribute. -
setSubboxes
Sets the value of the subboxes attribute. -
getCssClass
String getCssClass()Returns the value of the cssClass attribute. -
setCssClass
Sets the value of the cssClass attribute. -
getParameter1
String getParameter1()Returns the value of the parameter1 attribute. -
setParameter1
Sets the value of the parameter1 attribute. -
getParameter2
String getParameter2()Returns the value of the parameter2 attribute. -
setParameter2
Sets the value of the parameter2 attribute. -
getParameter3
String getParameter3()Returns the value of the parameter3 attribute. -
setParameter3
Sets the value of the parameter3 attribute. -
getParameter4
String getParameter4()Returns the value of the parameter4 attribute. -
setParameter4
Sets the value of the parameter4 attribute. -
getParameter5
String getParameter5()Returns the value of the parameter5 attribute. -
setParameter5
Sets the value of the parameter5 attribute. -
getParameter6
String getParameter6()Returns the value of the parameter6 attribute. -
setParameter6
Sets the value of the parameter6 attribute. -
getParameter7
String getParameter7()Returns the value of the parameter7 attribute. -
setParameter7
Sets the value of the parameter7 attribute. -
getParameter8
String getParameter8()Returns the value of the parameter8 attribute. -
setParameter8
Sets the value of the parameter8 attribute. -
getParameter9
String getParameter9()Returns the value of the parameter9 attribute. -
setParameter9
Sets the value of the parameter9 attribute. -
getParameter10
String getParameter10()Returns the value of the parameter10 attribute. -
setParameter10
Sets the value of the parameter10 attribute. -
getGuards
Returns the value of the guards attribute. -
setGuards
Sets the value of the guards attribute. -
getAttributes
Returns the value of the attributes attribute. -
setAttributes
Sets the value of the attributes attribute. -
getType
String getType()Returns the value of the type attribute. -
setType
Sets the value of the type attribute. -
getHandler
String getHandler()Returns the value of the handler attribute. -
setHandler
Sets the value of the handler attribute. -
getAccessOperation
String getAccessOperation()Returns the value of the accessOperation attribute. -
setAccessOperation
Sets the value of the accessOperation attribute. -
getFeature
String getFeature()Returns the value of the feature attribute. -
setFeature
Sets the value of the feature attribute. -
getMediaLinksSize
int getMediaLinksSize()Returns the number of elements in the "mediaLinks" container -
addMediaLinksElement
Adds a new element to the list. -
removeMediaLinksElement
void removeMediaLinksElement(int index) Removes the element at position index from the list. -
swapMediaLinksElement
void swapMediaLinksElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getMediaLinksElement
Returns the element at the position index in the list. -
getScriptsSize
int getScriptsSize()Returns the number of elements in the "scripts" container -
addScriptsElement
Adds a new element to the list. -
removeScriptsElement
void removeScriptsElement(int index) Removes the element at position index from the list. -
swapScriptsElement
void swapScriptsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getScriptsElement
Returns the element at the position index in the list. -
getLocalizationsSize
int getLocalizationsSize()Returns the number of elements in the "localizations" container -
addLocalizationsElement
Adds a new element to the list. -
removeLocalizationsElement
void removeLocalizationsElement(int index) Removes the element at position index from the list. -
swapLocalizationsElement
void swapLocalizationsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getLocalizationsElement
Returns the element at the position index in the list. -
getSubboxesSize
int getSubboxesSize()Returns the number of elements in the "subboxes" container -
addSubboxesElement
Adds a new element to the list. -
removeSubboxesElement
void removeSubboxesElement(int index) Removes the element at position index from the list. -
swapSubboxesElement
void swapSubboxesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getSubboxesElement
Returns the element at the position index in the list. -
getGuardsSize
int getGuardsSize()Returns the number of elements in the "guards" container -
addGuardsElement
Adds a new element to the list. -
removeGuardsElement
void removeGuardsElement(int index) Removes the element at position index from the list. -
swapGuardsElement
void swapGuardsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getGuardsElement
Returns the element at the position index in the list. -
getAttributesSize
int getAttributesSize()Returns the number of elements in the "attributes" container -
addAttributesElement
Adds a new element to the list. -
removeAttributesElement
void removeAttributesElement(int index) Removes the element at position index from the list. -
swapAttributesElement
void swapAttributesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getAttributesElement
Returns the element at the position index in the list. -
copyLANG2LANG
Copies all multilingual properties from source language to destination language
-