public interface Site
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_HEADER_BACKGROUND
Constant property name for "headerBackground" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_SEARCHPAGE
Constant property name for "searchpage" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_SITE_LOGO
Constant property name for "siteLogo" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_STARTPAGE
Constant property name for "startpage" for internal storage and queries.
|
static java.lang.String |
PROP_DESCRIPTION_EN
Constant property name for "description" and domain "EN" 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_KEYWORDS_EN
Constant property name for "keywords" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_LANGUAGESELECTOR
Constant property name for "languageselector" for internal storage and queries.
|
static java.lang.String |
PROP_MAIN_NAVI
Constant property name for "mainNavi" 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_SUBTITLE_EN
Constant property name for "subtitle" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_TITLE_EN
Constant property name for "title" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_TOP_NAVI
Constant property name for "topNavi" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMainNaviElement(java.lang.String item)
Adds a new element to the list.
|
void |
addTopNaviElement(java.lang.String item)
Adds a new element to the list.
|
void |
copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
java.lang.String |
getDescription()
Returns the current value of the description attribute.
|
java.lang.String |
getDescriptionEN()
Returns the value of the description attribute in the "EN" domain.
|
java.lang.String |
getHeaderBackground()
Returns the value of the headerBackground attribute.
|
java.lang.String |
getKeywords()
Returns the current value of the keywords attribute.
|
java.lang.String |
getKeywordsEN()
Returns the value of the keywords attribute in the "EN" domain.
|
boolean |
getLanguageselector()
Returns the value of the languageselector attribute.
|
java.util.List<java.lang.String> |
getMainNavi()
Returns the value of the mainNavi attribute.
|
java.lang.String |
getMainNaviElement(int index)
Returns the element at the position index in the list.
|
int |
getMainNaviSize()
Returns the number of elements in the "mainNavi" container
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getSearchpage()
Returns the value of the searchpage attribute.
|
java.lang.String |
getSiteLogo()
Returns the value of the siteLogo attribute.
|
java.lang.String |
getStartpage()
Returns the value of the startpage attribute.
|
java.lang.String |
getSubtitle()
Returns the current value of the subtitle attribute.
|
java.lang.String |
getSubtitleEN()
Returns the value of the subtitle attribute in the "EN" domain.
|
java.lang.String |
getTitle()
Returns the current value of the title attribute.
|
java.lang.String |
getTitleEN()
Returns the value of the title attribute in the "EN" domain.
|
java.util.List<java.lang.String> |
getTopNavi()
Returns the value of the topNavi attribute.
|
java.lang.String |
getTopNaviElement(int index)
Returns the element at the position index in the list.
|
int |
getTopNaviSize()
Returns the number of elements in the "topNavi" container
|
void |
removeMainNaviElement(int index)
Removes the element at position index from the list.
|
void |
removeTopNaviElement(int index)
Removes the element at position index from the list.
|
void |
setDescription(java.lang.String value)
Sets the value of the description attribute in the current domain.
|
void |
setDescriptionEN(java.lang.String value)
Sets the value of the description attribute in the domain "EN"
|
void |
setHeaderBackground(java.lang.String value)
Sets the value of the headerBackground attribute.
|
void |
setKeywords(java.lang.String value)
Sets the value of the keywords attribute in the current domain.
|
void |
setKeywordsEN(java.lang.String value)
Sets the value of the keywords attribute in the domain "EN"
|
void |
setLanguageselector(boolean value)
Sets the value of the languageselector attribute.
|
void |
setMainNavi(java.util.List<java.lang.String> value)
Sets the value of the mainNavi attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setSearchpage(java.lang.String value)
Sets the value of the searchpage attribute.
|
void |
setSiteLogo(java.lang.String value)
Sets the value of the siteLogo attribute.
|
void |
setStartpage(java.lang.String value)
Sets the value of the startpage attribute.
|
void |
setSubtitle(java.lang.String value)
Sets the value of the subtitle attribute in the current domain.
|
void |
setSubtitleEN(java.lang.String value)
Sets the value of the subtitle attribute in the domain "EN"
|
void |
setTitle(java.lang.String value)
Sets the value of the title attribute in the current domain.
|
void |
setTitleEN(java.lang.String value)
Sets the value of the title attribute in the domain "EN"
|
void |
setTopNavi(java.util.List<java.lang.String> value)
Sets the value of the topNavi attribute.
|
void |
swapMainNaviElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapTopNaviElement(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_TITLE_EN
static final java.lang.String PROP_KEYWORDS_EN
static final java.lang.String PROP_DESCRIPTION_EN
static final java.lang.String PROP_SUBTITLE_EN
static final java.lang.String PROP_MAIN_NAVI
static final java.lang.String PROP_TOP_NAVI
static final java.lang.String PROP_LANGUAGESELECTOR
static final java.lang.String LINK_PROP_STARTPAGE
static final java.lang.String LINK_PROP_SEARCHPAGE
static final java.lang.String LINK_PROP_HEADER_BACKGROUND
static final java.lang.String LINK_PROP_SITE_LOGO
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getTitleEN()
java.lang.String getTitle()
void setTitleEN(java.lang.String value)
void setTitle(java.lang.String value)
java.lang.String getKeywordsEN()
java.lang.String getKeywords()
void setKeywordsEN(java.lang.String value)
void setKeywords(java.lang.String value)
java.lang.String getDescriptionEN()
java.lang.String getDescription()
void setDescriptionEN(java.lang.String value)
void setDescription(java.lang.String value)
java.lang.String getSubtitleEN()
java.lang.String getSubtitle()
void setSubtitleEN(java.lang.String value)
void setSubtitle(java.lang.String value)
java.util.List<java.lang.String> getMainNavi()
void setMainNavi(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getTopNavi()
void setTopNavi(java.util.List<java.lang.String> value)
boolean getLanguageselector()
void setLanguageselector(boolean value)
java.lang.String getStartpage()
void setStartpage(java.lang.String value)
java.lang.String getSearchpage()
void setSearchpage(java.lang.String value)
java.lang.String getHeaderBackground()
void setHeaderBackground(java.lang.String value)
java.lang.String getSiteLogo()
void setSiteLogo(java.lang.String value)
int getMainNaviSize()
void addMainNaviElement(java.lang.String item)
void removeMainNaviElement(int index)
void swapMainNaviElement(int index1,
int index2)
java.lang.String getMainNaviElement(int index)
int getTopNaviSize()
void addTopNaviElement(java.lang.String item)
void removeTopNaviElement(int index)
void swapTopNaviElement(int index1,
int index2)
java.lang.String getTopNaviElement(int index)
void copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.