net.anotheria.anosite.gen.asresourcedata.data.MailTemplate Maven / Gradle / Ivy
/**
********************************************************************************
*** MailTemplate.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.asresourcedata.data;
import net.anotheria.asg.data.DataObject;
import java.util.List;
import net.anotheria.util.sorter.IComparable;
public interface MailTemplate 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 "sender" and domain "EN" for internal storage and queries.
*/
public static final String PROP_SENDER_EN = "sender_EN";
/**
* Constant property name for "sender" and domain "DE" for internal storage and queries.
*/
public static final String PROP_SENDER_DE = "sender_DE";
/**
* Constant property name for "senderName" and domain "EN" for internal storage and queries.
*/
public static final String PROP_SENDER_NAME_EN = "senderName_EN";
/**
* Constant property name for "senderName" and domain "DE" for internal storage and queries.
*/
public static final String PROP_SENDER_NAME_DE = "senderName_DE";
/**
* Constant property name for "subject" and domain "EN" for internal storage and queries.
*/
public static final String PROP_SUBJECT_EN = "subject_EN";
/**
* Constant property name for "subject" and domain "DE" for internal storage and queries.
*/
public static final String PROP_SUBJECT_DE = "subject_DE";
/**
* Constant property name for "message" and domain "EN" for internal storage and queries.
*/
public static final String PROP_MESSAGE_EN = "message_EN";
/**
* Constant property name for "message" and domain "DE" for internal storage and queries.
*/
public static final String PROP_MESSAGE_DE = "message_DE";
/**
* Constant property name for "plainMessage" and domain "EN" for internal storage and queries.
*/
public static final String PROP_PLAIN_MESSAGE_EN = "plainMessage_EN";
/**
* Constant property name for "plainMessage" and domain "DE" for internal storage and queries.
*/
public static final String PROP_PLAIN_MESSAGE_DE = "plainMessage_DE";
/**
* Constant property name for "localizations" for internal storage and queries.
*/
public static final String PROP_LOCALIZATIONS = "localizations";
/**
* 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 sender attribute in the "EN" domain.
*/
public String getSenderEN();
/**
* Returns the value of the sender attribute in the "DE" domain.
*/
public String getSenderDE();
/**
* Returns the current value of the sender attribute.
* Current means in the currently selected domain.
*/
public String getSender();
/**
* Sets the value of the sender attribute in the domain "EN"
*/
public void setSenderEN(String value);
/**
* Sets the value of the sender attribute in the domain "DE"
*/
public void setSenderDE(String value);
/**
* Sets the value of the sender attribute in the current domain. Current means in the currently selected domain.
*/
public void setSender(String value);
/**
* Returns the value of the senderName attribute in the "EN" domain.
*/
public String getSenderNameEN();
/**
* Returns the value of the senderName attribute in the "DE" domain.
*/
public String getSenderNameDE();
/**
* Returns the current value of the senderName attribute.
* Current means in the currently selected domain.
*/
public String getSenderName();
/**
* Sets the value of the senderName attribute in the domain "EN"
*/
public void setSenderNameEN(String value);
/**
* Sets the value of the senderName attribute in the domain "DE"
*/
public void setSenderNameDE(String value);
/**
* Sets the value of the senderName attribute in the current domain. Current means in the currently selected domain.
*/
public void setSenderName(String value);
/**
* Returns the value of the subject attribute in the "EN" domain.
*/
public String getSubjectEN();
/**
* Returns the value of the subject attribute in the "DE" domain.
*/
public String getSubjectDE();
/**
* Returns the current value of the subject attribute.
* Current means in the currently selected domain.
*/
public String getSubject();
/**
* Sets the value of the subject attribute in the domain "EN"
*/
public void setSubjectEN(String value);
/**
* Sets the value of the subject attribute in the domain "DE"
*/
public void setSubjectDE(String value);
/**
* Sets the value of the subject attribute in the current domain. Current means in the currently selected domain.
*/
public void setSubject(String value);
/**
* Returns the value of the message attribute in the "EN" domain.
*/
public String getMessageEN();
/**
* Returns the value of the message attribute in the "DE" domain.
*/
public String getMessageDE();
/**
* Returns the current value of the message attribute.
* Current means in the currently selected domain.
*/
public String getMessage();
/**
* Sets the value of the message attribute in the domain "EN"
*/
public void setMessageEN(String value);
/**
* Sets the value of the message attribute in the domain "DE"
*/
public void setMessageDE(String value);
/**
* Sets the value of the message attribute in the current domain. Current means in the currently selected domain.
*/
public void setMessage(String value);
/**
* Returns the value of the plainMessage attribute in the "EN" domain.
*/
public String getPlainMessageEN();
/**
* Returns the value of the plainMessage attribute in the "DE" domain.
*/
public String getPlainMessageDE();
/**
* Returns the current value of the plainMessage attribute.
* Current means in the currently selected domain.
*/
public String getPlainMessage();
/**
* Sets the value of the plainMessage attribute in the domain "EN"
*/
public void setPlainMessageEN(String value);
/**
* Sets the value of the plainMessage attribute in the domain "DE"
*/
public void setPlainMessageDE(String value);
/**
* Sets the value of the plainMessage attribute in the current domain. Current means in the currently selected domain.
*/
public void setPlainMessage(String 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 number of elements in the "localizations" container
*/
public int getLocalizationsSize();
/**
* Adds a new element to the list.
*/
public void addLocalizationsElement(String guard);
/**
* 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();
}