Class NaviItemDocument
java.lang.Object
net.anotheria.anodoc.data.DataHolder
net.anotheria.anodoc.data.Document
net.anotheria.asg.data.AbstractASGDocument
net.anotheria.anosite.gen.assitedata.data.NaviItemDocument
- All Implemented Interfaces:
Serializable,Cloneable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject,NaviItem,net.anotheria.asg.data.DataObject,net.anotheria.asg.data.LockableObject,net.anotheria.asg.data.MultilingualObject,net.anotheria.util.sorter.IComparable
public class NaviItemDocument
extends net.anotheria.asg.data.AbstractASGDocument
implements NaviItem, net.anotheria.util.sorter.IComparable, net.anotheria.asg.data.MultilingualObject
- See Also:
-
Field Summary
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLEDFields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERFields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAMEFields inherited from interface net.anotheria.anosite.gen.assitedata.data.NaviItem
LINK_PROP_ACCESS_OPERATION, LINK_PROP_INTERNAL_LINK, LINK_PROP_PAGE_ALIAS, PROP_CLASS_NAME, PROP_EXTERNAL_LINK, PROP_GUARDS, PROP_ICON, PROP_ID, PROP_NAME_EN, PROP_POPUP, PROP_SUB_NAVI, PROP_TITLE_EN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGuardsElement(String guard) Adds a new element to the list.voidaddSubNaviElement(String item) Adds a new element to the list.intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyLANG2LANG(String sourceLanguage, String destLanguage) Copies all multilingual properties from source language to destination languagebooleanReturns the value of the accessOperation attribute.Returns the value of the className attribute.Returns the value of the externalLink 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" containergetIcon()Returns the value of the icon attribute.Returns the value of the internalLink attribute.getName()Returns the current value of the name attribute.Returns the value of the name attribute in the "EN" domain.Returns the value of the pageAlias attribute.booleangetPopup()Returns the value of the popup attribute.Returns the value of the subNavi attribute.getSubNaviElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "subNavi" containergetTitle()Returns the current value of the title attribute.Returns the value of the title attribute in the "EN" domain.booleanvoidremoveGuardsElement(int index) Removes the element at position index from the list.voidremoveSubNaviElement(int index) Removes the element at position index from the list.voidsetAccessOperation(String value) Sets the value of the accessOperation attribute.voidsetClassName(String value) Sets the value of the className attribute.voidsetExternalLink(String value) Sets the value of the externalLink attribute.voidSets the value of the guards attribute.voidSets the value of the icon attribute.voidsetInternalLink(String value) Sets the value of the internalLink attribute.voidsetMultilingualDisabledInstance(boolean value) voidSets the value of the name attribute in the current domain.voidSets the value of the name attribute in the domain "EN"voidsetPageAlias(String value) Sets the value of the pageAlias attribute.voidsetPopup(boolean value) Sets the value of the popup attribute.voidsetSubNavi(List<String> value) Sets the value of the subNavi attribute.voidSets the value of the title attribute in the current domain.voidsetTitleEN(String value) Sets the value of the title attribute in the domain "EN"voidswapGuardsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapSubNaviElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.toString()Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeMethods inherited from class net.anotheria.anodoc.data.Document
addDataHolder, 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, toXMLNodeMethods inherited from class net.anotheria.anodoc.data.DataHolder
getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
-
Constructor Details
-
NaviItemDocument
public NaviItemDocument() -
NaviItemDocument
-
-
Method Details
-
getNameEN
Description copied from interface:NaviItemReturns the value of the name attribute in the "EN" domain. -
getName
Description copied from interface:NaviItemReturns the current value of the name attribute. Current means in the currently selected domain. -
setNameEN
Description copied from interface:NaviItemSets the value of the name attribute in the domain "EN" -
setName
Description copied from interface:NaviItemSets the value of the name attribute in the current domain. Current means in the currently selected domain. -
getTitleEN
Description copied from interface:NaviItemReturns the value of the title attribute in the "EN" domain.- Specified by:
getTitleENin interfaceNaviItem
-
getTitle
Description copied from interface:NaviItemReturns the current value of the title attribute. Current means in the currently selected domain. -
setTitleEN
Description copied from interface:NaviItemSets the value of the title attribute in the domain "EN"- Specified by:
setTitleENin interfaceNaviItem
-
setTitle
Description copied from interface:NaviItemSets the value of the title attribute in the current domain. Current means in the currently selected domain. -
getIcon
Description copied from interface:NaviItemReturns the value of the icon attribute. -
setIcon
Description copied from interface:NaviItemSets the value of the icon attribute. -
getExternalLink
Description copied from interface:NaviItemReturns the value of the externalLink attribute.- Specified by:
getExternalLinkin interfaceNaviItem
-
setExternalLink
Description copied from interface:NaviItemSets the value of the externalLink attribute.- Specified by:
setExternalLinkin interfaceNaviItem
-
getPopup
public boolean getPopup()Description copied from interface:NaviItemReturns the value of the popup attribute. -
setPopup
public void setPopup(boolean value) Description copied from interface:NaviItemSets the value of the popup attribute. -
getClassName
Description copied from interface:NaviItemReturns the value of the className attribute.- Specified by:
getClassNamein interfaceNaviItem
-
setClassName
Description copied from interface:NaviItemSets the value of the className attribute.- Specified by:
setClassNamein interfaceNaviItem
-
getGuards
Description copied from interface:NaviItemReturns the value of the guards attribute. -
setGuards
Description copied from interface:NaviItemSets the value of the guards attribute. -
getInternalLink
Description copied from interface:NaviItemReturns the value of the internalLink attribute.- Specified by:
getInternalLinkin interfaceNaviItem
-
setInternalLink
Description copied from interface:NaviItemSets the value of the internalLink attribute.- Specified by:
setInternalLinkin interfaceNaviItem
-
getPageAlias
Description copied from interface:NaviItemReturns the value of the pageAlias attribute.- Specified by:
getPageAliasin interfaceNaviItem
-
setPageAlias
Description copied from interface:NaviItemSets the value of the pageAlias attribute.- Specified by:
setPageAliasin interfaceNaviItem
-
getAccessOperation
Description copied from interface:NaviItemReturns the value of the accessOperation attribute.- Specified by:
getAccessOperationin interfaceNaviItem
-
setAccessOperation
Description copied from interface:NaviItemSets the value of the accessOperation attribute.- Specified by:
setAccessOperationin interfaceNaviItem
-
toString
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
getGuardsSize
public int getGuardsSize()Description copied from interface:NaviItemReturns the number of elements in the "guards" container- Specified by:
getGuardsSizein interfaceNaviItem
-
addGuardsElement
Description copied from interface:NaviItemAdds a new element to the list.- Specified by:
addGuardsElementin interfaceNaviItem
-
removeGuardsElement
public void removeGuardsElement(int index) Description copied from interface:NaviItemRemoves the element at position index from the list.- Specified by:
removeGuardsElementin interfaceNaviItem
-
swapGuardsElement
public void swapGuardsElement(int index1, int index2) Description copied from interface:NaviItemSwaps elements at positions index1 and index2 in the list.- Specified by:
swapGuardsElementin interfaceNaviItem
-
getGuardsElement
Description copied from interface:NaviItemReturns the element at the position index in the list.- Specified by:
getGuardsElementin interfaceNaviItem
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
copyLANG2LANG
Description copied from interface:NaviItemCopies all multilingual properties from source language to destination language- Specified by:
copyLANG2LANGin interfaceNaviItem
-
isMultilingualDisabledInstance
public boolean isMultilingualDisabledInstance()- Specified by:
isMultilingualDisabledInstancein interfacenet.anotheria.asg.data.MultilingualObject
-
setMultilingualDisabledInstance
public void setMultilingualDisabledInstance(boolean value) - Specified by:
setMultilingualDisabledInstancein interfacenet.anotheria.asg.data.MultilingualObject
-
equals
-