org.eclipse.higgins.icard.common
Class TemplateElement

java.lang.Object
  extended byorg.eclipse.higgins.icard.common.TemplateElement
All Implemented Interfaces:
org.eclipse.higgins.icard.ITemplateElement
Direct Known Subclasses:
TemplateContainer, TemplateValue

public abstract class TemplateElement
extends Object
implements org.eclipse.higgins.icard.ITemplateElement


Constructor Summary
TemplateElement()
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getID()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setID(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateElement

public TemplateElement()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface org.eclipse.higgins.icard.ITemplateElement

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.eclipse.higgins.icard.ITemplateElement

getID

public String getID()
Specified by:
getID in interface org.eclipse.higgins.icard.ITemplateElement

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface org.eclipse.higgins.icard.ITemplateElement

setDisplayName

public void setDisplayName(String displayName)
Specified by:
setDisplayName in interface org.eclipse.higgins.icard.ITemplateElement

setID

public void setID(String id)
Specified by:
setID in interface org.eclipse.higgins.icard.ITemplateElement