pl.edu.agh.cast.importer.templates.template
Class Template

java.lang.Object
  extended by pl.edu.agh.cast.importer.templates.template.Template

public class Template
extends Object

Representation of the import template.

Author:
AGH CAST Team

Field Summary
static double TEMPLATE_VERSION
          The current template version.
 
Constructor Summary
Template()
           
 
Method Summary
 String getDescription()
           
 TemplateGroup getGroup()
           
 String getName()
           
 IImportTokenizer getTokenizer()
           
 void setGroup(TemplateGroup group)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEMPLATE_VERSION

public static final double TEMPLATE_VERSION
The current template version.

See Also:
Constant Field Values
Constructor Detail

Template

public Template()
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getTokenizer

public IImportTokenizer getTokenizer()

getGroup

public TemplateGroup getGroup()

setGroup

public void setGroup(TemplateGroup group)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.