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

net.anotheria.anosite.gen.asresourcedata.data.PdfTemplate Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** PdfTemplate.java                                                         ***
 *** generated by AnoSiteGenerator (ASG), Version: 3.2.2                      ***
 *** Copyright (C) 2005 - 2023 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.asresourcedata.data;

import net.anotheria.asg.data.DataObject;
import java.util.List;
import net.anotheria.util.sorter.IComparable;

public interface PdfTemplate 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 "showPageNumbers" for internal storage and queries.
	 */
	String PROP_SHOW_PAGE_NUMBERS	= "showPageNumbers";
	/**
	 * Constant property name for "applyBackgroundStyles" for internal storage and queries.
	 */
	String PROP_APPLY_BACKGROUND_STYLES	= "applyBackgroundStyles";
	/**
	 * Constant property name for "headerTemplate" and domain "EN" for internal storage and queries.
	 */
	String PROP_HEADER_TEMPLATE_EN	= "headerTemplate_EN";
	/**
	 * Constant property name for "headerTemplate" and domain "DE" for internal storage and queries.
	 */
	String PROP_HEADER_TEMPLATE_DE	= "headerTemplate_DE";
	/**
	 * Constant property name for "headerMargin" for internal storage and queries.
	 */
	String PROP_HEADER_MARGIN	= "headerMargin";
	/**
	 * Constant property name for "footerTemplate" and domain "EN" for internal storage and queries.
	 */
	String PROP_FOOTER_TEMPLATE_EN	= "footerTemplate_EN";
	/**
	 * Constant property name for "footerTemplate" and domain "DE" for internal storage and queries.
	 */
	String PROP_FOOTER_TEMPLATE_DE	= "footerTemplate_DE";
	/**
	 * Constant property name for "footerMargin" for internal storage and queries.
	 */
	String PROP_FOOTER_MARGIN	= "footerMargin";
	/**
	 * Constant property name for "contentTemplate" and domain "EN" for internal storage and queries.
	 */
	String PROP_CONTENT_TEMPLATE_EN	= "contentTemplate_EN";
	/**
	 * Constant property name for "contentTemplate" and domain "DE" for internal storage and queries.
	 */
	String PROP_CONTENT_TEMPLATE_DE	= "contentTemplate_DE";
	/**
	 * Constant property name for "localizations" for internal storage and queries.
	 */
	String PROP_LOCALIZATIONS	= "localizations";

	/**
	 * 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 showPageNumbers attribute.
	 */
	boolean getShowPageNumbers();

	/**
	 * Sets the value of the showPageNumbers attribute.
	 */
	void setShowPageNumbers(boolean value);

	/**
	 * Returns the value of the applyBackgroundStyles attribute.
	 */
	boolean getApplyBackgroundStyles();

	/**
	 * Sets the value of the applyBackgroundStyles attribute.
	 */
	void setApplyBackgroundStyles(boolean value);

	/**
	 * Returns the value of the headerTemplate attribute in the "EN" domain.
	 */
	String getHeaderTemplateEN();

	/**
	 * Returns the value of the headerTemplate attribute in the "DE" domain.
	 */
	String getHeaderTemplateDE();

	/**
	 * Returns the current value of the headerTemplate attribute.
	 * Current means in the currently selected domain.
	 */
	String getHeaderTemplate();


	/**
	 * Sets the value of the headerTemplate attribute in the domain "EN"
	 */
	void setHeaderTemplateEN(String value);

	/**
	 * Sets the value of the headerTemplate attribute in the domain "DE"
	 */
	void setHeaderTemplateDE(String value);

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

	/**
	 * Returns the value of the headerMargin attribute.
	 */
	int getHeaderMargin();

	/**
	 * Sets the value of the headerMargin attribute.
	 */
	void setHeaderMargin(int value);

	/**
	 * Returns the value of the footerTemplate attribute in the "EN" domain.
	 */
	String getFooterTemplateEN();

	/**
	 * Returns the value of the footerTemplate attribute in the "DE" domain.
	 */
	String getFooterTemplateDE();

	/**
	 * Returns the current value of the footerTemplate attribute.
	 * Current means in the currently selected domain.
	 */
	String getFooterTemplate();


	/**
	 * Sets the value of the footerTemplate attribute in the domain "EN"
	 */
	void setFooterTemplateEN(String value);

	/**
	 * Sets the value of the footerTemplate attribute in the domain "DE"
	 */
	void setFooterTemplateDE(String value);

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

	/**
	 * Returns the value of the footerMargin attribute.
	 */
	int getFooterMargin();

	/**
	 * Sets the value of the footerMargin attribute.
	 */
	void setFooterMargin(int value);

	/**
	 * Returns the value of the contentTemplate attribute in the "EN" domain.
	 */
	String getContentTemplateEN();

	/**
	 * Returns the value of the contentTemplate attribute in the "DE" domain.
	 */
	String getContentTemplateDE();

	/**
	 * Returns the current value of the contentTemplate attribute.
	 * Current means in the currently selected domain.
	 */
	String getContentTemplate();


	/**
	 * Sets the value of the contentTemplate attribute in the domain "EN"
	 */
	void setContentTemplateEN(String value);

	/**
	 * Sets the value of the contentTemplate attribute in the domain "DE"
	 */
	void setContentTemplateDE(String value);

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

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

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


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

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

	/**
	 * 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 - 2024 Weber Informatics LLC | Privacy Policy