Package de.xima.fc.gui.model.project
Class BuildInProjectTemplate
- java.lang.Object
-
- de.xima.fc.gui.model.project.BuildInProjectTemplate
-
- All Implemented Interfaces:
IProjectTemplate
public class BuildInProjectTemplate extends Object implements IProjectTemplate
-
-
Constructor Summary
Constructors Constructor Description BuildInProjectTemplate(String templateFilePath, String i18nTemplateName, String i18nTemplateDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTemplateDescription(Locale locale)
Getter für die lokalisierbare Template-BeschreibungInputStream
getTemplateFileSteam()
Getter für denInputStream
aus welchem das Formular-Template bezogen werden kannString
getTemplateName(Locale locale)
Getter für den lokalisierbaren Template-Namen-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.project.IProjectTemplate
getEntity, getThumbnailFileStream
-
-
-
-
Method Detail
-
getTemplateName
public String getTemplateName(Locale locale)
Description copied from interface:IProjectTemplate
Getter für den lokalisierbaren Template-Namen- Specified by:
getTemplateName
in interfaceIProjectTemplate
- Parameters:
locale
-Locale
- Returns:
String
der Name
-
getTemplateDescription
public String getTemplateDescription(Locale locale)
Description copied from interface:IProjectTemplate
Getter für die lokalisierbare Template-Beschreibung- Specified by:
getTemplateDescription
in interfaceIProjectTemplate
- Parameters:
locale
-Locale
- Returns:
String
die Beschreibung
-
getTemplateFileSteam
public InputStream getTemplateFileSteam()
Description copied from interface:IProjectTemplate
Getter für denInputStream
aus welchem das Formular-Template bezogen werden kann- Specified by:
getTemplateFileSteam
in interfaceIProjectTemplate
- Returns:
InputStream
-
-