
net.anotheria.anosite.gen.aswebdata.data.Pagex Maven / Gradle / Ivy
/**
********************************************************************************
*** Pagex.java ***
*** generated by AnoSiteGenerator (ASG), Version: 4.2.2 ***
*** Copyright (C) 2005 - 2025 Anotheria.net, www.anotheria.net ***
*** All Rights Reserved. ***
********************************************************************************
*** Don't edit this code, if you aren't sure ***
*** that you do exactly know what you are doing! ***
*** It's better to invest time in the generator, as into the generated code. ***
********************************************************************************
*/
package net.anotheria.anosite.gen.aswebdata.data;
import net.anotheria.asg.data.DataObject;
import java.util.List;
import net.anotheria.util.sorter.IComparable;
public interface Pagex extends DataObject, IComparable {
/**
* Constant property name for "id" for internal storage and queries.
*/
String PROP_ID = "id";
/**
* Constant property name for "name" for internal storage and queries.
*/
String PROP_NAME = "name";
/**
* Constant property name for "localizedName" and domain "EN" for internal storage and queries.
*/
String PROP_LOCALIZED_NAME_EN = "localizedName_EN";
/**
* Constant property name for "localizedName" and domain "DE" for internal storage and queries.
*/
String PROP_LOCALIZED_NAME_DE = "localizedName_DE";
/**
* Constant property name for "title" and domain "EN" for internal storage and queries.
*/
String PROP_TITLE_EN = "title_EN";
/**
* Constant property name for "title" and domain "DE" for internal storage and queries.
*/
String PROP_TITLE_DE = "title_DE";
/**
* Constant property name for "keywords" and domain "EN" for internal storage and queries.
*/
String PROP_KEYWORDS_EN = "keywords_EN";
/**
* Constant property name for "keywords" and domain "DE" for internal storage and queries.
*/
String PROP_KEYWORDS_DE = "keywords_DE";
/**
* Constant property name for "description" and domain "EN" for internal storage and queries.
*/
String PROP_DESCRIPTION_EN = "description_EN";
/**
* Constant property name for "description" and domain "DE" for internal storage and queries.
*/
String PROP_DESCRIPTION_DE = "description_DE";
/**
* Constant property name for "mediaLinks" for internal storage and queries.
*/
String PROP_MEDIA_LINKS = "mediaLinks";
/**
* Constant property name for "scripts" for internal storage and queries.
*/
String PROP_SCRIPTS = "scripts";
/**
* Constant property name for "attributes" for internal storage and queries.
*/
String PROP_ATTRIBUTES = "attributes";
/**
* Constant property name for "c1" for internal storage and queries.
*/
String PROP_C1 = "c1";
/**
* Constant property name for "c2" for internal storage and queries.
*/
String PROP_C2 = "c2";
/**
* Constant property name for "c3" for internal storage and queries.
*/
String PROP_C3 = "c3";
/**
* Constant property name for "header" for internal storage and queries.
*/
String PROP_HEADER = "header";
/**
* Constant property name for "footer" for internal storage and queries.
*/
String PROP_FOOTER = "footer";
/**
* Constant property name for "localizations" for internal storage and queries.
*/
String PROP_LOCALIZATIONS = "localizations";
/**
* Constant property name for "httpsonly" for internal storage and queries.
*/
String PROP_HTTPSONLY = "httpsonly";
/**
* Constant property name for "template" for internal storage and queries.
*/
String LINK_PROP_TEMPLATE = "template";
/**
* Constant property name for "accessOperation" for internal storage and queries.
*/
String LINK_PROP_ACCESS_OPERATION = "accessOperation";
/**
* Constant property name for "feature" for internal storage and queries.
*/
String LINK_PROP_FEATURE = "feature";
/**
* Returns the value of the name attribute.
*/
String getName();
/**
* Sets the value of the name attribute.
*/
void setName(String value);
/**
* Returns the value of the localizedName attribute in the "EN" domain.
*/
String getLocalizedNameEN();
/**
* Returns the value of the localizedName attribute in the "DE" domain.
*/
String getLocalizedNameDE();
/**
* Returns the current value of the localizedName attribute.
* Current means in the currently selected domain.
*/
String getLocalizedName();
/**
* Sets the value of the localizedName attribute in the domain "EN"
*/
void setLocalizedNameEN(String value);
/**
* Sets the value of the localizedName attribute in the domain "DE"
*/
void setLocalizedNameDE(String value);
/**
* Sets the value of the localizedName attribute in the current domain. Current means in the currently selected domain.
*/
void setLocalizedName(String value);
/**
* Returns the value of the title attribute in the "EN" domain.
*/
String getTitleEN();
/**
* Returns the value of the title attribute in the "DE" domain.
*/
String getTitleDE();
/**
* Returns the current value of the title attribute.
* Current means in the currently selected domain.
*/
String getTitle();
/**
* Sets the value of the title attribute in the domain "EN"
*/
void setTitleEN(String value);
/**
* Sets the value of the title attribute in the domain "DE"
*/
void setTitleDE(String value);
/**
* Sets the value of the title attribute in the current domain. Current means in the currently selected domain.
*/
void setTitle(String value);
/**
* Returns the value of the keywords attribute in the "EN" domain.
*/
String getKeywordsEN();
/**
* Returns the value of the keywords attribute in the "DE" domain.
*/
String getKeywordsDE();
/**
* Returns the current value of the keywords attribute.
* Current means in the currently selected domain.
*/
String getKeywords();
/**
* Sets the value of the keywords attribute in the domain "EN"
*/
void setKeywordsEN(String value);
/**
* Sets the value of the keywords attribute in the domain "DE"
*/
void setKeywordsDE(String value);
/**
* Sets the value of the keywords attribute in the current domain. Current means in the currently selected domain.
*/
void setKeywords(String value);
/**
* Returns the value of the description attribute in the "EN" domain.
*/
String getDescriptionEN();
/**
* Returns the value of the description attribute in the "DE" domain.
*/
String getDescriptionDE();
/**
* Returns the current value of the description attribute.
* Current means in the currently selected domain.
*/
String getDescription();
/**
* Sets the value of the description attribute in the domain "EN"
*/
void setDescriptionEN(String value);
/**
* Sets the value of the description attribute in the domain "DE"
*/
void setDescriptionDE(String value);
/**
* Sets the value of the description attribute in the current domain. Current means in the currently selected domain.
*/
void setDescription(String value);
/**
* Returns the value of the mediaLinks attribute.
*/
List getMediaLinks();
/**
* Sets the value of the mediaLinks attribute.
*/
void setMediaLinks(List value);
/**
* Returns the value of the scripts attribute.
*/
List getScripts();
/**
* Sets the value of the scripts attribute.
*/
void setScripts(List value);
/**
* Returns the value of the attributes attribute.
*/
List getAttributes();
/**
* Sets the value of the attributes attribute.
*/
void setAttributes(List value);
/**
* Returns the value of the c1 attribute.
*/
List getC1();
/**
* Sets the value of the c1 attribute.
*/
void setC1(List value);
/**
* Returns the value of the c2 attribute.
*/
List getC2();
/**
* Sets the value of the c2 attribute.
*/
void setC2(List value);
/**
* Returns the value of the c3 attribute.
*/
List getC3();
/**
* Sets the value of the c3 attribute.
*/
void setC3(List value);
/**
* Returns the value of the header attribute.
*/
List getHeader();
/**
* Sets the value of the header attribute.
*/
void setHeader(List value);
/**
* Returns the value of the footer attribute.
*/
List getFooter();
/**
* Sets the value of the footer attribute.
*/
void setFooter(List value);
/**
* Returns the value of the localizations attribute.
*/
List getLocalizations();
/**
* Sets the value of the localizations attribute.
*/
void setLocalizations(List value);
/**
* Returns the value of the httpsonly attribute.
*/
boolean getHttpsonly();
/**
* Sets the value of the httpsonly attribute.
*/
void setHttpsonly(boolean value);
/**
* Returns the value of the template attribute.
*/
String getTemplate();
/**
* Sets the value of the template attribute.
*/
void setTemplate(String value);
/**
* Returns the value of the accessOperation attribute.
*/
String getAccessOperation();
/**
* Sets the value of the accessOperation attribute.
*/
void setAccessOperation(String value);
/**
* Returns the value of the feature attribute.
*/
String getFeature();
/**
* Sets the value of the feature attribute.
*/
void setFeature(String value);
/**
* Returns the number of elements in the "mediaLinks" container
*/
int getMediaLinksSize();
/**
* Adds a new element to the list.
*/
void addMediaLinksElement(String mediaLink);
/**
* Removes the element at position index from the list.
*/
void removeMediaLinksElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapMediaLinksElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getMediaLinksElement(int index);
/**
* Returns the number of elements in the "scripts" container
*/
int getScriptsSize();
/**
* Adds a new element to the list.
*/
void addScriptsElement(String script);
/**
* Removes the element at position index from the list.
*/
void removeScriptsElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapScriptsElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getScriptsElement(int index);
/**
* Returns the number of elements in the "attributes" container
*/
int getAttributesSize();
/**
* Adds a new element to the list.
*/
void addAttributesElement(String attribute);
/**
* Removes the element at position index from the list.
*/
void removeAttributesElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapAttributesElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getAttributesElement(int index);
/**
* Returns the number of elements in the "c1" container
*/
int getC1Size();
/**
* Adds a new element to the list.
*/
void addC1Element(String box);
/**
* Removes the element at position index from the list.
*/
void removeC1Element(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapC1Element(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getC1Element(int index);
/**
* Returns the number of elements in the "c2" container
*/
int getC2Size();
/**
* Adds a new element to the list.
*/
void addC2Element(String box);
/**
* Removes the element at position index from the list.
*/
void removeC2Element(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapC2Element(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getC2Element(int index);
/**
* Returns the number of elements in the "c3" container
*/
int getC3Size();
/**
* Adds a new element to the list.
*/
void addC3Element(String box);
/**
* Removes the element at position index from the list.
*/
void removeC3Element(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapC3Element(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getC3Element(int index);
/**
* Returns the number of elements in the "header" container
*/
int getHeaderSize();
/**
* Adds a new element to the list.
*/
void addHeaderElement(String box);
/**
* Removes the element at position index from the list.
*/
void removeHeaderElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapHeaderElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getHeaderElement(int index);
/**
* Returns the number of elements in the "footer" container
*/
int getFooterSize();
/**
* Adds a new element to the list.
*/
void addFooterElement(String box);
/**
* Removes the element at position index from the list.
*/
void removeFooterElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapFooterElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getFooterElement(int index);
/**
* Returns the number of elements in the "localizations" container
*/
int getLocalizationsSize();
/**
* Adds a new element to the list.
*/
void addLocalizationsElement(String localization);
/**
* Removes the element at position index from the list.
*/
void removeLocalizationsElement(int index);
/**
* Swaps elements at positions index1 and index2 in the list.
*/
void swapLocalizationsElement(int index1, int index2);
/**
* Returns the element at the position index in the list.
*/
String getLocalizationsElement(int index);
/**
* Copies all multilingual properties from source language to destination language
*/
void copyLANG2LANG(String sourceLanguge, String destLanguage);
/**
* Copies all multilingual properties from language EN to language DE
*/
void copyEN2DE();
/**
* Copies all multilingual properties from language DE to language EN
*/
void copyDE2EN();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy