public DateTimeNullable getTemplatedate() {
return this.templatedate;
}
public void setTemplateString(TextData templateString) {
TextData oldValue = this.templateString;
this.templateString = templateString;
this.qq_Listeners.firePropertyChange("templateString", oldValue, this.templateString);
}