All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.anosite.gen.aswebdata.data.Pagex Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** Pagex.java                                                               ***
 *** generated by AnoSiteGenerator (ASG), Version: 2.6.3                      ***
 *** Copyright (C) 2005 - 2010 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.
	 */
	public static final String PROP_ID	= "id";
	/**
	 * Constant property name for "name" for internal storage and queries.
	 */
	public static final String PROP_NAME	= "name";
	/**
	 * Constant property name for "localizedName" and domain "EN" for internal storage and queries.
	 */
	public static final String PROP_LOCALIZED_NAME_EN	= "localizedName_EN";
	/**
	 * Constant property name for "localizedName" and domain "DE" for internal storage and queries.
	 */
	public static final String PROP_LOCALIZED_NAME_DE	= "localizedName_DE";
	/**
	 * Constant property name for "title" and domain "EN" for internal storage and queries.
	 */
	public static final String PROP_TITLE_EN	= "title_EN";
	/**
	 * Constant property name for "title" and domain "DE" for internal storage and queries.
	 */
	public static final String PROP_TITLE_DE	= "title_DE";
	/**
	 * Constant property name for "keywords" and domain "EN" for internal storage and queries.
	 */
	public static final String PROP_KEYWORDS_EN	= "keywords_EN";
	/**
	 * Constant property name for "keywords" and domain "DE" for internal storage and queries.
	 */
	public static final String PROP_KEYWORDS_DE	= "keywords_DE";
	/**
	 * Constant property name for "description" and domain "EN" for internal storage and queries.
	 */
	public static final String PROP_DESCRIPTION_EN	= "description_EN";
	/**
	 * Constant property name for "description" and domain "DE" for internal storage and queries.
	 */
	public static final String PROP_DESCRIPTION_DE	= "description_DE";
	/**
	 * Constant property name for "mediaLinks" for internal storage and queries.
	 */
	public static final String PROP_MEDIA_LINKS	= "mediaLinks";
	/**
	 * Constant property name for "scripts" for internal storage and queries.
	 */
	public static final String PROP_SCRIPTS	= "scripts";
	/**
	 * Constant property name for "attributes" for internal storage and queries.
	 */
	public static final String PROP_ATTRIBUTES	= "attributes";
	/**
	 * Constant property name for "c1" for internal storage and queries.
	 */
	public static final String PROP_C1	= "c1";
	/**
	 * Constant property name for "c2" for internal storage and queries.
	 */
	public static final String PROP_C2	= "c2";
	/**
	 * Constant property name for "c3" for internal storage and queries.
	 */
	public static final String PROP_C3	= "c3";
	/**
	 * Constant property name for "header" for internal storage and queries.
	 */
	public static final String PROP_HEADER	= "header";
	/**
	 * Constant property name for "footer" for internal storage and queries.
	 */
	public static final String PROP_FOOTER	= "footer";
	/**
	 * Constant property name for "localizations" for internal storage and queries.
	 */
	public static final String PROP_LOCALIZATIONS	= "localizations";
	/**
	 * Constant property name for "httpsonly" for internal storage and queries.
	 */
	public static final String PROP_HTTPSONLY	= "httpsonly";
	/**
	 * Constant property name for "template" for internal storage and queries.
	 */
	public static final String LINK_PROP_TEMPLATE	= "template";
	/**
	 * Constant property name for "accessOperation" for internal storage and queries.
	 */
	public static final String LINK_PROP_ACCESS_OPERATION	= "accessOperation";
	/**
	 * Constant property name for "feature" for internal storage and queries.
	 */
	public static final String LINK_PROP_FEATURE	= "feature";

	/**
	 * Returns the value of the name attribute.
	 */
	public String getName();

	/**
	 * Sets the value of the name attribute.
	 */
	public void setName(String value);

	/**
	 * Returns the value of the localizedName attribute in the "EN" domain.
	 */
	public String getLocalizedNameEN();

	/**
	 * Returns the value of the localizedName attribute in the "DE" domain.
	 */
	public String getLocalizedNameDE();

	/**
	 * Returns the current value of the localizedName attribute.
	 * Current means in the currently selected domain.
	 */
	public String getLocalizedName();


	/**
	 * Sets the value of the localizedName attribute in the domain "EN"
	 */
	public void setLocalizedNameEN(String value);

	/**
	 * Sets the value of the localizedName attribute in the domain "DE"
	 */
	public void setLocalizedNameDE(String value);

	/**
	 * Sets the value of the localizedName attribute in the current domain. Current means in the currently selected domain.
	 */
	public void setLocalizedName(String value);

	/**
	 * Returns the value of the title attribute in the "EN" domain.
	 */
	public String getTitleEN();

	/**
	 * Returns the value of the title attribute in the "DE" domain.
	 */
	public String getTitleDE();

	/**
	 * Returns the current value of the title attribute.
	 * Current means in the currently selected domain.
	 */
	public String getTitle();


	/**
	 * Sets the value of the title attribute in the domain "EN"
	 */
	public void setTitleEN(String value);

	/**
	 * Sets the value of the title attribute in the domain "DE"
	 */
	public void setTitleDE(String value);

	/**
	 * Sets the value of the title attribute in the current domain. Current means in the currently selected domain.
	 */
	public void setTitle(String value);

	/**
	 * Returns the value of the keywords attribute in the "EN" domain.
	 */
	public String getKeywordsEN();

	/**
	 * Returns the value of the keywords attribute in the "DE" domain.
	 */
	public String getKeywordsDE();

	/**
	 * Returns the current value of the keywords attribute.
	 * Current means in the currently selected domain.
	 */
	public String getKeywords();


	/**
	 * Sets the value of the keywords attribute in the domain "EN"
	 */
	public void setKeywordsEN(String value);

	/**
	 * Sets the value of the keywords attribute in the domain "DE"
	 */
	public void setKeywordsDE(String value);

	/**
	 * Sets the value of the keywords attribute in the current domain. Current means in the currently selected domain.
	 */
	public void setKeywords(String value);

	/**
	 * Returns the value of the description attribute in the "EN" domain.
	 */
	public String getDescriptionEN();

	/**
	 * Returns the value of the description attribute in the "DE" domain.
	 */
	public String getDescriptionDE();

	/**
	 * Returns the current value of the description attribute.
	 * Current means in the currently selected domain.
	 */
	public String getDescription();


	/**
	 * Sets the value of the description attribute in the domain "EN"
	 */
	public void setDescriptionEN(String value);

	/**
	 * Sets the value of the description attribute in the domain "DE"
	 */
	public void setDescriptionDE(String value);

	/**
	 * Sets the value of the description attribute in the current domain. Current means in the currently selected domain.
	 */
	public void setDescription(String value);

	/**
	 * Returns the value of the mediaLinks attribute.
	 */
	public List getMediaLinks();

	/**
	 * Sets the value of the mediaLinks attribute.
	 */
	public void setMediaLinks(List value);

	/**
	 * Returns the value of the scripts attribute.
	 */
	public List getScripts();

	/**
	 * Sets the value of the scripts attribute.
	 */
	public void setScripts(List value);

	/**
	 * Returns the value of the attributes attribute.
	 */
	public List getAttributes();

	/**
	 * Sets the value of the attributes attribute.
	 */
	public void setAttributes(List value);

	/**
	 * Returns the value of the c1 attribute.
	 */
	public List getC1();

	/**
	 * Sets the value of the c1 attribute.
	 */
	public void setC1(List value);

	/**
	 * Returns the value of the c2 attribute.
	 */
	public List getC2();

	/**
	 * Sets the value of the c2 attribute.
	 */
	public void setC2(List value);

	/**
	 * Returns the value of the c3 attribute.
	 */
	public List getC3();

	/**
	 * Sets the value of the c3 attribute.
	 */
	public void setC3(List value);

	/**
	 * Returns the value of the header attribute.
	 */
	public List getHeader();

	/**
	 * Sets the value of the header attribute.
	 */
	public void setHeader(List value);

	/**
	 * Returns the value of the footer attribute.
	 */
	public List getFooter();

	/**
	 * Sets the value of the footer attribute.
	 */
	public void setFooter(List value);

	/**
	 * Returns the value of the localizations attribute.
	 */
	public List getLocalizations();

	/**
	 * Sets the value of the localizations attribute.
	 */
	public void setLocalizations(List value);

	/**
	 * Returns the value of the httpsonly attribute.
	 */
	public boolean getHttpsonly();

	/**
	 * Sets the value of the httpsonly attribute.
	 */
	public void setHttpsonly(boolean value);

	/**
	 * Returns the value of the template attribute.
	 */
	public String getTemplate();

	/**
	 * Sets the value of the template attribute.
	 */
	public void setTemplate(String value);

	/**
	 * Returns the value of the accessOperation attribute.
	 */
	public String getAccessOperation();

	/**
	 * Sets the value of the accessOperation attribute.
	 */
	public void setAccessOperation(String value);

	/**
	 * Returns the value of the feature attribute.
	 */
	public String getFeature();

	/**
	 * Sets the value of the feature attribute.
	 */
	public void setFeature(String value);


	/**
	 * Returns the number of elements in the "mediaLinks" container
	 */
	public int getMediaLinksSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addMediaLinksElement(String mediaLink);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeMediaLinksElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapMediaLinksElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getMediaLinksElement(int index);

	/**
	 * Returns the number of elements in the "scripts" container
	 */
	public int getScriptsSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addScriptsElement(String script);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeScriptsElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapScriptsElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getScriptsElement(int index);

	/**
	 * Returns the number of elements in the "attributes" container
	 */
	public int getAttributesSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addAttributesElement(String attribute);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeAttributesElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapAttributesElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getAttributesElement(int index);

	/**
	 * Returns the number of elements in the "c1" container
	 */
	public int getC1Size();

	/**
	 * Adds a new element to the list.
	 */
	public void addC1Element(String box);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeC1Element(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapC1Element(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getC1Element(int index);

	/**
	 * Returns the number of elements in the "c2" container
	 */
	public int getC2Size();

	/**
	 * Adds a new element to the list.
	 */
	public void addC2Element(String box);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeC2Element(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapC2Element(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getC2Element(int index);

	/**
	 * Returns the number of elements in the "c3" container
	 */
	public int getC3Size();

	/**
	 * Adds a new element to the list.
	 */
	public void addC3Element(String box);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeC3Element(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapC3Element(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getC3Element(int index);

	/**
	 * Returns the number of elements in the "header" container
	 */
	public int getHeaderSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addHeaderElement(String box);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeHeaderElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapHeaderElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getHeaderElement(int index);

	/**
	 * Returns the number of elements in the "footer" container
	 */
	public int getFooterSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addFooterElement(String box);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeFooterElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapFooterElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getFooterElement(int index);

	/**
	 * Returns the number of elements in the "localizations" container
	 */
	public int getLocalizationsSize();

	/**
	 * Adds a new element to the list.
	 */
	public void addLocalizationsElement(String localization);

	/**
	 * Removes the element at position index from the list.
	 */
	public void removeLocalizationsElement(int index);

	/**
	 * Swaps elements at positions index1 and index2 in the list.
	 */
	public void swapLocalizationsElement(int index1, int index2);

	/**
	 * Returns the element at the position index in the list.
	 */
	public String getLocalizationsElement(int index);


	/**
	 * Copies all multilingual properties from source language to destination language 
	 */
	public void copyLANG2LANG(String sourceLanguge, String destLanguage);

	/**
	 * Copies all multilingual properties from language EN to language DE
	 */
	public void copyEN2DE();

	/**
	 * Copies all multilingual properties from language DE to language EN
	 */
	public void copyDE2EN();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy