edu.iastate.metnet.model
Class AbstractBlockunitDecorator
java.lang.Object
edu.iastate.metnet.model.AbstractBlockunitDecorator
- Direct Known Subclasses:
- EntitywithcontextDecorator, InteractionDecorator, PathwayDecorator
public abstract class AbstractBlockunitDecorator
- extends java.lang.Object
- Author:
- Jie Li
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blockunit
protected Blockunit blockunit
- the internal blockunit
tooltipTemplate
protected java.lang.String tooltipTemplate
- the internal tooltip
AbstractBlockunitDecorator
public AbstractBlockunitDecorator()
getBlockunit
public Blockunit getBlockunit()
- Returns:
- Returns the blockunit.
setBlockunit
public void setBlockunit(Blockunit blockunit)
- Parameters:
blockunit - The blockunit to set.
getTooltipTemplate
protected java.lang.String getTooltipTemplate()
- Returns:
- Returns the tooltipTemplate.
setTooltipTemplate
protected void setTooltipTemplate(java.lang.String tooltipTemplate)
- Parameters:
tooltipTemplate - The tooltipTemplate to set.
getTooltip
public java.lang.String getTooltip()