public interface PageTemplate
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_LAYOUT
Constant property name for "layout" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_SITE
Constant property name for "site" for internal storage and queries.
|
static java.lang.String |
PROP_C1FIRST
Constant property name for "c1first" for internal storage and queries.
|
static java.lang.String |
PROP_C1LAST
Constant property name for "c1last" for internal storage and queries.
|
static java.lang.String |
PROP_C2FIRST
Constant property name for "c2first" for internal storage and queries.
|
static java.lang.String |
PROP_C2LAST
Constant property name for "c2last" for internal storage and queries.
|
static java.lang.String |
PROP_C3FIRST
Constant property name for "c3first" for internal storage and queries.
|
static java.lang.String |
PROP_C3LAST
Constant property name for "c3last" for internal storage and queries.
|
static java.lang.String |
PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.
|
static java.lang.String |
PROP_FOOTER
Constant property name for "footer" for internal storage and queries.
|
static java.lang.String |
PROP_HEADER
Constant property name for "header" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_LOCALIZATIONS
Constant property name for "localizations" for internal storage and queries.
|
static java.lang.String |
PROP_MEDIA_LINKS
Constant property name for "mediaLinks" for internal storage and queries.
|
static java.lang.String |
PROP_META
Constant property name for "meta" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_SCRIPTS
Constant property name for "scripts" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addC1firstElement(java.lang.String box)
Adds a new element to the list.
|
void |
addC1lastElement(java.lang.String box)
Adds a new element to the list.
|
void |
addC2firstElement(java.lang.String box)
Adds a new element to the list.
|
void |
addC2lastElement(java.lang.String box)
Adds a new element to the list.
|
void |
addC3firstElement(java.lang.String box)
Adds a new element to the list.
|
void |
addC3lastElement(java.lang.String box)
Adds a new element to the list.
|
void |
addFooterElement(java.lang.String box)
Adds a new element to the list.
|
void |
addHeaderElement(java.lang.String box)
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 mediaLinks)
Adds a new element to the list.
|
void |
addMetaElement(java.lang.String box)
Adds a new element to the list.
|
void |
addScriptsElement(java.lang.String scripts)
Adds a new element to the list.
|
java.util.List<java.lang.String> |
getC1first()
Returns the value of the c1first attribute.
|
java.lang.String |
getC1firstElement(int index)
Returns the element at the position index in the list.
|
int |
getC1firstSize()
Returns the number of elements in the "c1first" container
|
java.util.List<java.lang.String> |
getC1last()
Returns the value of the c1last attribute.
|
java.lang.String |
getC1lastElement(int index)
Returns the element at the position index in the list.
|
int |
getC1lastSize()
Returns the number of elements in the "c1last" container
|
java.util.List<java.lang.String> |
getC2first()
Returns the value of the c2first attribute.
|
java.lang.String |
getC2firstElement(int index)
Returns the element at the position index in the list.
|
int |
getC2firstSize()
Returns the number of elements in the "c2first" container
|
java.util.List<java.lang.String> |
getC2last()
Returns the value of the c2last attribute.
|
java.lang.String |
getC2lastElement(int index)
Returns the element at the position index in the list.
|
int |
getC2lastSize()
Returns the number of elements in the "c2last" container
|
java.util.List<java.lang.String> |
getC3first()
Returns the value of the c3first attribute.
|
java.lang.String |
getC3firstElement(int index)
Returns the element at the position index in the list.
|
int |
getC3firstSize()
Returns the number of elements in the "c3first" container
|
java.util.List<java.lang.String> |
getC3last()
Returns the value of the c3last attribute.
|
java.lang.String |
getC3lastElement(int index)
Returns the element at the position index in the list.
|
int |
getC3lastSize()
Returns the number of elements in the "c3last" container
|
java.lang.String |
getDescription()
Returns the value of the description attribute.
|
java.util.List<java.lang.String> |
getFooter()
Returns the value of the footer attribute.
|
java.lang.String |
getFooterElement(int index)
Returns the element at the position index in the list.
|
int |
getFooterSize()
Returns the number of elements in the "footer" container
|
java.util.List<java.lang.String> |
getHeader()
Returns the value of the header attribute.
|
java.lang.String |
getHeaderElement(int index)
Returns the element at the position index in the list.
|
int |
getHeaderSize()
Returns the number of elements in the "header" container
|
java.lang.String |
getLayout()
Returns the value of the layout 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.util.List<java.lang.String> |
getMeta()
Returns the value of the meta attribute.
|
java.lang.String |
getMetaElement(int index)
Returns the element at the position index in the list.
|
int |
getMetaSize()
Returns the number of elements in the "meta" container
|
java.lang.String |
getName()
Returns the value of the name 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.lang.String |
getSite()
Returns the value of the site attribute.
|
void |
removeC1firstElement(int index)
Removes the element at position index from the list.
|
void |
removeC1lastElement(int index)
Removes the element at position index from the list.
|
void |
removeC2firstElement(int index)
Removes the element at position index from the list.
|
void |
removeC2lastElement(int index)
Removes the element at position index from the list.
|
void |
removeC3firstElement(int index)
Removes the element at position index from the list.
|
void |
removeC3lastElement(int index)
Removes the element at position index from the list.
|
void |
removeFooterElement(int index)
Removes the element at position index from the list.
|
void |
removeHeaderElement(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 |
removeMetaElement(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 |
setC1first(java.util.List<java.lang.String> value)
Sets the value of the c1first attribute.
|
void |
setC1last(java.util.List<java.lang.String> value)
Sets the value of the c1last attribute.
|
void |
setC2first(java.util.List<java.lang.String> value)
Sets the value of the c2first attribute.
|
void |
setC2last(java.util.List<java.lang.String> value)
Sets the value of the c2last attribute.
|
void |
setC3first(java.util.List<java.lang.String> value)
Sets the value of the c3first attribute.
|
void |
setC3last(java.util.List<java.lang.String> value)
Sets the value of the c3last attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the description attribute.
|
void |
setFooter(java.util.List<java.lang.String> value)
Sets the value of the footer attribute.
|
void |
setHeader(java.util.List<java.lang.String> value)
Sets the value of the header attribute.
|
void |
setLayout(java.lang.String value)
Sets the value of the layout 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 |
setMeta(java.util.List<java.lang.String> value)
Sets the value of the meta attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setScripts(java.util.List<java.lang.String> value)
Sets the value of the scripts attribute.
|
void |
setSite(java.lang.String value)
Sets the value of the site attribute.
|
void |
swapC1firstElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapC1lastElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapC2firstElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapC2lastElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapC3firstElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapC3lastElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapFooterElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapHeaderElement(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 |
swapMetaElement(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.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_MEDIA_LINKS
static final java.lang.String PROP_SCRIPTS
static final java.lang.String PROP_C1FIRST
static final java.lang.String PROP_C2FIRST
static final java.lang.String PROP_C3FIRST
static final java.lang.String PROP_C1LAST
static final java.lang.String PROP_C2LAST
static final java.lang.String PROP_C3LAST
static final java.lang.String PROP_META
static final java.lang.String PROP_HEADER
static final java.lang.String PROP_FOOTER
static final java.lang.String PROP_LOCALIZATIONS
static final java.lang.String PROP_DESCRIPTION
static final java.lang.String LINK_PROP_LAYOUT
static final java.lang.String LINK_PROP_SITE
java.lang.String getName()
void setName(java.lang.String value)
java.util.List<java.lang.String> getMediaLinks()
void setMediaLinks(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getScripts()
void setScripts(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC1first()
void setC1first(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC2first()
void setC2first(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC3first()
void setC3first(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC1last()
void setC1last(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC2last()
void setC2last(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getC3last()
void setC3last(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getMeta()
void setMeta(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getHeader()
void setHeader(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getFooter()
void setFooter(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getLocalizations()
void setLocalizations(java.util.List<java.lang.String> value)
java.lang.String getDescription()
void setDescription(java.lang.String value)
java.lang.String getLayout()
void setLayout(java.lang.String value)
java.lang.String getSite()
void setSite(java.lang.String value)
int getMediaLinksSize()
void addMediaLinksElement(java.lang.String mediaLinks)
void removeMediaLinksElement(int index)
void swapMediaLinksElement(int index1,
int index2)
java.lang.String getMediaLinksElement(int index)
int getScriptsSize()
void addScriptsElement(java.lang.String scripts)
void removeScriptsElement(int index)
void swapScriptsElement(int index1,
int index2)
java.lang.String getScriptsElement(int index)
int getC1firstSize()
void addC1firstElement(java.lang.String box)
void removeC1firstElement(int index)
void swapC1firstElement(int index1,
int index2)
java.lang.String getC1firstElement(int index)
int getC2firstSize()
void addC2firstElement(java.lang.String box)
void removeC2firstElement(int index)
void swapC2firstElement(int index1,
int index2)
java.lang.String getC2firstElement(int index)
int getC3firstSize()
void addC3firstElement(java.lang.String box)
void removeC3firstElement(int index)
void swapC3firstElement(int index1,
int index2)
java.lang.String getC3firstElement(int index)
int getC1lastSize()
void addC1lastElement(java.lang.String box)
void removeC1lastElement(int index)
void swapC1lastElement(int index1,
int index2)
java.lang.String getC1lastElement(int index)
int getC2lastSize()
void addC2lastElement(java.lang.String box)
void removeC2lastElement(int index)
void swapC2lastElement(int index1,
int index2)
java.lang.String getC2lastElement(int index)
int getC3lastSize()
void addC3lastElement(java.lang.String box)
void removeC3lastElement(int index)
void swapC3lastElement(int index1,
int index2)
java.lang.String getC3lastElement(int index)
int getMetaSize()
void addMetaElement(java.lang.String box)
void removeMetaElement(int index)
void swapMetaElement(int index1,
int index2)
java.lang.String getMetaElement(int index)
int getHeaderSize()
void addHeaderElement(java.lang.String box)
void removeHeaderElement(int index)
void swapHeaderElement(int index1,
int index2)
java.lang.String getHeaderElement(int index)
int getFooterSize()
void addFooterElement(java.lang.String box)
void removeFooterElement(int index)
void swapFooterElement(int index1,
int index2)
java.lang.String getFooterElement(int index)
int getLocalizationsSize()
void addLocalizationsElement(java.lang.String localization)
void removeLocalizationsElement(int index)
void swapLocalizationsElement(int index1,
int index2)
java.lang.String getLocalizationsElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.