Class PageTemplateDocument
- java.lang.Object
-
- net.anotheria.anodoc.data.DataHolder
-
- net.anotheria.anodoc.data.Document
-
- net.anotheria.asg.data.AbstractASGDocument
-
- net.anotheria.anosite.gen.assitedata.data.PageTemplateDocument
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject,PageTemplate,net.anotheria.asg.data.DataObject,net.anotheria.asg.data.LockableObject,net.anotheria.util.sorter.IComparable
public class PageTemplateDocument extends net.anotheria.asg.data.AbstractASGDocument implements PageTemplate, net.anotheria.util.sorter.IComparable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLED
-
Fields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIER
-
Fields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAME
-
Fields inherited from interface net.anotheria.anosite.gen.assitedata.data.PageTemplate
LINK_PROP_LAYOUT, LINK_PROP_SITE, PROP_C1FIRST, PROP_C1LAST, PROP_C2FIRST, PROP_C2LAST, PROP_C3FIRST, PROP_C3LAST, PROP_DESCRIPTION, PROP_FOOTER, PROP_HEADER, PROP_ID, PROP_LOCALIZATIONS, PROP_MEDIA_LINKS, PROP_META, PROP_NAME, PROP_SCRIPTS
-
-
Constructor Summary
Constructors Constructor Description PageTemplateDocument()PageTemplateDocument(java.lang.String id)PageTemplateDocument(PageTemplateDocument toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddC1firstElement(java.lang.String box)Adds a new element to the list.voidaddC1lastElement(java.lang.String box)Adds a new element to the list.voidaddC2firstElement(java.lang.String box)Adds a new element to the list.voidaddC2lastElement(java.lang.String box)Adds a new element to the list.voidaddC3firstElement(java.lang.String box)Adds a new element to the list.voidaddC3lastElement(java.lang.String box)Adds a new element to the list.voidaddFooterElement(java.lang.String box)Adds a new element to the list.voidaddHeaderElement(java.lang.String box)Adds a new element to the list.voidaddLocalizationsElement(java.lang.String localization)Adds a new element to the list.voidaddMediaLinksElement(java.lang.String mediaLinks)Adds a new element to the list.voidaddMetaElement(java.lang.String box)Adds a new element to the list.voidaddScriptsElement(java.lang.String scripts)Adds a new element to the list.intcompareTo(PageTemplate comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getC1first()Returns the value of the c1first attribute.java.lang.StringgetC1firstElement(int index)Returns the element at the position index in the list.intgetC1firstSize()Returns the number of elements in the "c1first" containerjava.util.List<java.lang.String>getC1last()Returns the value of the c1last attribute.java.lang.StringgetC1lastElement(int index)Returns the element at the position index in the list.intgetC1lastSize()Returns the number of elements in the "c1last" containerjava.util.List<java.lang.String>getC2first()Returns the value of the c2first attribute.java.lang.StringgetC2firstElement(int index)Returns the element at the position index in the list.intgetC2firstSize()Returns the number of elements in the "c2first" containerjava.util.List<java.lang.String>getC2last()Returns the value of the c2last attribute.java.lang.StringgetC2lastElement(int index)Returns the element at the position index in the list.intgetC2lastSize()Returns the number of elements in the "c2last" containerjava.util.List<java.lang.String>getC3first()Returns the value of the c3first attribute.java.lang.StringgetC3firstElement(int index)Returns the element at the position index in the list.intgetC3firstSize()Returns the number of elements in the "c3first" containerjava.util.List<java.lang.String>getC3last()Returns the value of the c3last attribute.java.lang.StringgetC3lastElement(int index)Returns the element at the position index in the list.intgetC3lastSize()Returns the number of elements in the "c3last" containerjava.lang.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.lang.StringgetDescription()Returns the value of the description attribute.java.util.List<java.lang.String>getFooter()Returns the value of the footer attribute.java.lang.StringgetFooterElement(int index)Returns the element at the position index in the list.intgetFooterSize()Returns the number of elements in the "footer" containerjava.lang.StringgetFootprint()java.util.List<java.lang.String>getHeader()Returns the value of the header attribute.java.lang.StringgetHeaderElement(int index)Returns the element at the position index in the list.intgetHeaderSize()Returns the number of elements in the "header" containerjava.lang.StringgetLayout()Returns the value of the layout attribute.java.util.List<java.lang.String>getLocalizations()Returns the value of the localizations attribute.java.lang.StringgetLocalizationsElement(int index)Returns the element at the position index in the list.intgetLocalizationsSize()Returns the number of elements in the "localizations" containerjava.util.List<java.lang.String>getMediaLinks()Returns the value of the mediaLinks attribute.java.lang.StringgetMediaLinksElement(int index)Returns the element at the position index in the list.intgetMediaLinksSize()Returns the number of elements in the "mediaLinks" containerjava.util.List<java.lang.String>getMeta()Returns the value of the meta attribute.java.lang.StringgetMetaElement(int index)Returns the element at the position index in the list.intgetMetaSize()Returns the number of elements in the "meta" containerjava.lang.StringgetName()Returns the value of the name attribute.java.util.List<java.lang.String>getScripts()Returns the value of the scripts attribute.java.lang.StringgetScriptsElement(int index)Returns the element at the position index in the list.intgetScriptsSize()Returns the number of elements in the "scripts" containerjava.lang.StringgetSite()Returns the value of the site attribute.voidremoveC1firstElement(int index)Removes the element at position index from the list.voidremoveC1lastElement(int index)Removes the element at position index from the list.voidremoveC2firstElement(int index)Removes the element at position index from the list.voidremoveC2lastElement(int index)Removes the element at position index from the list.voidremoveC3firstElement(int index)Removes the element at position index from the list.voidremoveC3lastElement(int index)Removes the element at position index from the list.voidremoveFooterElement(int index)Removes the element at position index from the list.voidremoveHeaderElement(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.voidremoveMetaElement(int index)Removes the element at position index from the list.voidremoveScriptsElement(int index)Removes the element at position index from the list.voidsetC1first(java.util.List<java.lang.String> value)Sets the value of the c1first attribute.voidsetC1last(java.util.List<java.lang.String> value)Sets the value of the c1last attribute.voidsetC2first(java.util.List<java.lang.String> value)Sets the value of the c2first attribute.voidsetC2last(java.util.List<java.lang.String> value)Sets the value of the c2last attribute.voidsetC3first(java.util.List<java.lang.String> value)Sets the value of the c3first attribute.voidsetC3last(java.util.List<java.lang.String> value)Sets the value of the c3last attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute.voidsetFooter(java.util.List<java.lang.String> value)Sets the value of the footer attribute.voidsetHeader(java.util.List<java.lang.String> value)Sets the value of the header attribute.voidsetLayout(java.lang.String value)Sets the value of the layout attribute.voidsetLocalizations(java.util.List<java.lang.String> value)Sets the value of the localizations attribute.voidsetMediaLinks(java.util.List<java.lang.String> value)Sets the value of the mediaLinks attribute.voidsetMeta(java.util.List<java.lang.String> value)Sets the value of the meta attribute.voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetScripts(java.util.List<java.lang.String> value)Sets the value of the scripts attribute.voidsetSite(java.lang.String value)Sets the value of the site attribute.voidswapC1firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC1lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC2firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC2lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC3firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC3lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapFooterElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapHeaderElement(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.voidswapMetaElement(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.java.lang.StringtoString()-
Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTime
-
Methods 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, toXMLNode
-
-
-
-
Constructor Detail
-
PageTemplateDocument
public PageTemplateDocument()
-
PageTemplateDocument
public PageTemplateDocument(java.lang.String id)
-
PageTemplateDocument
public PageTemplateDocument(PageTemplateDocument toClone)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:PageTemplateReturns the value of the name attribute.- Specified by:
getNamein interfacePageTemplate
-
setName
public void setName(java.lang.String value)
Description copied from interface:PageTemplateSets the value of the name attribute.- Specified by:
setNamein interfacePageTemplate
-
getMediaLinks
public java.util.List<java.lang.String> getMediaLinks()
Description copied from interface:PageTemplateReturns the value of the mediaLinks attribute.- Specified by:
getMediaLinksin interfacePageTemplate
-
setMediaLinks
public void setMediaLinks(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the mediaLinks attribute.- Specified by:
setMediaLinksin interfacePageTemplate
-
getScripts
public java.util.List<java.lang.String> getScripts()
Description copied from interface:PageTemplateReturns the value of the scripts attribute.- Specified by:
getScriptsin interfacePageTemplate
-
setScripts
public void setScripts(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the scripts attribute.- Specified by:
setScriptsin interfacePageTemplate
-
getC1first
public java.util.List<java.lang.String> getC1first()
Description copied from interface:PageTemplateReturns the value of the c1first attribute.- Specified by:
getC1firstin interfacePageTemplate
-
setC1first
public void setC1first(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c1first attribute.- Specified by:
setC1firstin interfacePageTemplate
-
getC2first
public java.util.List<java.lang.String> getC2first()
Description copied from interface:PageTemplateReturns the value of the c2first attribute.- Specified by:
getC2firstin interfacePageTemplate
-
setC2first
public void setC2first(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c2first attribute.- Specified by:
setC2firstin interfacePageTemplate
-
getC3first
public java.util.List<java.lang.String> getC3first()
Description copied from interface:PageTemplateReturns the value of the c3first attribute.- Specified by:
getC3firstin interfacePageTemplate
-
setC3first
public void setC3first(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c3first attribute.- Specified by:
setC3firstin interfacePageTemplate
-
getC1last
public java.util.List<java.lang.String> getC1last()
Description copied from interface:PageTemplateReturns the value of the c1last attribute.- Specified by:
getC1lastin interfacePageTemplate
-
setC1last
public void setC1last(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c1last attribute.- Specified by:
setC1lastin interfacePageTemplate
-
getC2last
public java.util.List<java.lang.String> getC2last()
Description copied from interface:PageTemplateReturns the value of the c2last attribute.- Specified by:
getC2lastin interfacePageTemplate
-
setC2last
public void setC2last(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c2last attribute.- Specified by:
setC2lastin interfacePageTemplate
-
getC3last
public java.util.List<java.lang.String> getC3last()
Description copied from interface:PageTemplateReturns the value of the c3last attribute.- Specified by:
getC3lastin interfacePageTemplate
-
setC3last
public void setC3last(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the c3last attribute.- Specified by:
setC3lastin interfacePageTemplate
-
getMeta
public java.util.List<java.lang.String> getMeta()
Description copied from interface:PageTemplateReturns the value of the meta attribute.- Specified by:
getMetain interfacePageTemplate
-
setMeta
public void setMeta(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the meta attribute.- Specified by:
setMetain interfacePageTemplate
-
getHeader
public java.util.List<java.lang.String> getHeader()
Description copied from interface:PageTemplateReturns the value of the header attribute.- Specified by:
getHeaderin interfacePageTemplate
-
setHeader
public void setHeader(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the header attribute.- Specified by:
setHeaderin interfacePageTemplate
-
getFooter
public java.util.List<java.lang.String> getFooter()
Description copied from interface:PageTemplateReturns the value of the footer attribute.- Specified by:
getFooterin interfacePageTemplate
-
setFooter
public void setFooter(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the footer attribute.- Specified by:
setFooterin interfacePageTemplate
-
getLocalizations
public java.util.List<java.lang.String> getLocalizations()
Description copied from interface:PageTemplateReturns the value of the localizations attribute.- Specified by:
getLocalizationsin interfacePageTemplate
-
setLocalizations
public void setLocalizations(java.util.List<java.lang.String> value)
Description copied from interface:PageTemplateSets the value of the localizations attribute.- Specified by:
setLocalizationsin interfacePageTemplate
-
getDescription
public java.lang.String getDescription()
Description copied from interface:PageTemplateReturns the value of the description attribute.- Specified by:
getDescriptionin interfacePageTemplate
-
setDescription
public void setDescription(java.lang.String value)
Description copied from interface:PageTemplateSets the value of the description attribute.- Specified by:
setDescriptionin interfacePageTemplate
-
getLayout
public java.lang.String getLayout()
Description copied from interface:PageTemplateReturns the value of the layout attribute.- Specified by:
getLayoutin interfacePageTemplate
-
setLayout
public void setLayout(java.lang.String value)
Description copied from interface:PageTemplateSets the value of the layout attribute.- Specified by:
setLayoutin interfacePageTemplate
-
getSite
public java.lang.String getSite()
Description copied from interface:PageTemplateReturns the value of the site attribute.- Specified by:
getSitein interfacePageTemplate
-
setSite
public void setSite(java.lang.String value)
Description copied from interface:PageTemplateSets the value of the site attribute.- Specified by:
setSitein interfacePageTemplate
-
toString
public java.lang.String toString()
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
getMediaLinksSize
public int getMediaLinksSize()
Description copied from interface:PageTemplateReturns the number of elements in the "mediaLinks" container- Specified by:
getMediaLinksSizein interfacePageTemplate
-
addMediaLinksElement
public void addMediaLinksElement(java.lang.String mediaLinks)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addMediaLinksElementin interfacePageTemplate
-
removeMediaLinksElement
public void removeMediaLinksElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeMediaLinksElementin interfacePageTemplate
-
swapMediaLinksElement
public void swapMediaLinksElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapMediaLinksElementin interfacePageTemplate
-
getMediaLinksElement
public java.lang.String getMediaLinksElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getMediaLinksElementin interfacePageTemplate
-
getScriptsSize
public int getScriptsSize()
Description copied from interface:PageTemplateReturns the number of elements in the "scripts" container- Specified by:
getScriptsSizein interfacePageTemplate
-
addScriptsElement
public void addScriptsElement(java.lang.String scripts)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addScriptsElementin interfacePageTemplate
-
removeScriptsElement
public void removeScriptsElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeScriptsElementin interfacePageTemplate
-
swapScriptsElement
public void swapScriptsElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapScriptsElementin interfacePageTemplate
-
getScriptsElement
public java.lang.String getScriptsElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getScriptsElementin interfacePageTemplate
-
getC1firstSize
public int getC1firstSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c1first" container- Specified by:
getC1firstSizein interfacePageTemplate
-
addC1firstElement
public void addC1firstElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC1firstElementin interfacePageTemplate
-
removeC1firstElement
public void removeC1firstElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC1firstElementin interfacePageTemplate
-
swapC1firstElement
public void swapC1firstElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC1firstElementin interfacePageTemplate
-
getC1firstElement
public java.lang.String getC1firstElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC1firstElementin interfacePageTemplate
-
getC2firstSize
public int getC2firstSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c2first" container- Specified by:
getC2firstSizein interfacePageTemplate
-
addC2firstElement
public void addC2firstElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC2firstElementin interfacePageTemplate
-
removeC2firstElement
public void removeC2firstElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC2firstElementin interfacePageTemplate
-
swapC2firstElement
public void swapC2firstElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC2firstElementin interfacePageTemplate
-
getC2firstElement
public java.lang.String getC2firstElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC2firstElementin interfacePageTemplate
-
getC3firstSize
public int getC3firstSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c3first" container- Specified by:
getC3firstSizein interfacePageTemplate
-
addC3firstElement
public void addC3firstElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC3firstElementin interfacePageTemplate
-
removeC3firstElement
public void removeC3firstElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC3firstElementin interfacePageTemplate
-
swapC3firstElement
public void swapC3firstElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC3firstElementin interfacePageTemplate
-
getC3firstElement
public java.lang.String getC3firstElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC3firstElementin interfacePageTemplate
-
getC1lastSize
public int getC1lastSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c1last" container- Specified by:
getC1lastSizein interfacePageTemplate
-
addC1lastElement
public void addC1lastElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC1lastElementin interfacePageTemplate
-
removeC1lastElement
public void removeC1lastElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC1lastElementin interfacePageTemplate
-
swapC1lastElement
public void swapC1lastElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC1lastElementin interfacePageTemplate
-
getC1lastElement
public java.lang.String getC1lastElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC1lastElementin interfacePageTemplate
-
getC2lastSize
public int getC2lastSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c2last" container- Specified by:
getC2lastSizein interfacePageTemplate
-
addC2lastElement
public void addC2lastElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC2lastElementin interfacePageTemplate
-
removeC2lastElement
public void removeC2lastElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC2lastElementin interfacePageTemplate
-
swapC2lastElement
public void swapC2lastElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC2lastElementin interfacePageTemplate
-
getC2lastElement
public java.lang.String getC2lastElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC2lastElementin interfacePageTemplate
-
getC3lastSize
public int getC3lastSize()
Description copied from interface:PageTemplateReturns the number of elements in the "c3last" container- Specified by:
getC3lastSizein interfacePageTemplate
-
addC3lastElement
public void addC3lastElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addC3lastElementin interfacePageTemplate
-
removeC3lastElement
public void removeC3lastElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeC3lastElementin interfacePageTemplate
-
swapC3lastElement
public void swapC3lastElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC3lastElementin interfacePageTemplate
-
getC3lastElement
public java.lang.String getC3lastElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getC3lastElementin interfacePageTemplate
-
getMetaSize
public int getMetaSize()
Description copied from interface:PageTemplateReturns the number of elements in the "meta" container- Specified by:
getMetaSizein interfacePageTemplate
-
addMetaElement
public void addMetaElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addMetaElementin interfacePageTemplate
-
removeMetaElement
public void removeMetaElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeMetaElementin interfacePageTemplate
-
swapMetaElement
public void swapMetaElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapMetaElementin interfacePageTemplate
-
getMetaElement
public java.lang.String getMetaElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getMetaElementin interfacePageTemplate
-
getHeaderSize
public int getHeaderSize()
Description copied from interface:PageTemplateReturns the number of elements in the "header" container- Specified by:
getHeaderSizein interfacePageTemplate
-
addHeaderElement
public void addHeaderElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addHeaderElementin interfacePageTemplate
-
removeHeaderElement
public void removeHeaderElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeHeaderElementin interfacePageTemplate
-
swapHeaderElement
public void swapHeaderElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapHeaderElementin interfacePageTemplate
-
getHeaderElement
public java.lang.String getHeaderElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getHeaderElementin interfacePageTemplate
-
getFooterSize
public int getFooterSize()
Description copied from interface:PageTemplateReturns the number of elements in the "footer" container- Specified by:
getFooterSizein interfacePageTemplate
-
addFooterElement
public void addFooterElement(java.lang.String box)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addFooterElementin interfacePageTemplate
-
removeFooterElement
public void removeFooterElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeFooterElementin interfacePageTemplate
-
swapFooterElement
public void swapFooterElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapFooterElementin interfacePageTemplate
-
getFooterElement
public java.lang.String getFooterElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getFooterElementin interfacePageTemplate
-
getLocalizationsSize
public int getLocalizationsSize()
Description copied from interface:PageTemplateReturns the number of elements in the "localizations" container- Specified by:
getLocalizationsSizein interfacePageTemplate
-
addLocalizationsElement
public void addLocalizationsElement(java.lang.String localization)
Description copied from interface:PageTemplateAdds a new element to the list.- Specified by:
addLocalizationsElementin interfacePageTemplate
-
removeLocalizationsElement
public void removeLocalizationsElement(int index)
Description copied from interface:PageTemplateRemoves the element at position index from the list.- Specified by:
removeLocalizationsElementin interfacePageTemplate
-
swapLocalizationsElement
public void swapLocalizationsElement(int index1, int index2)Description copied from interface:PageTemplateSwaps elements at positions index1 and index2 in the list.- Specified by:
swapLocalizationsElementin interfacePageTemplate
-
getLocalizationsElement
public java.lang.String getLocalizationsElement(int index)
Description copied from interface:PageTemplateReturns the element at the position index in the list.- Specified by:
getLocalizationsElementin interfacePageTemplate
-
compareTo
public int compareTo(PageTemplate comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-