edu.iastate.metnet.model
Class AbstractMultiBlockunitDecorator

java.lang.Object
  extended by edu.iastate.metnet.model.AbstractMultiBlockunitDecorator
Direct Known Subclasses:
MultiEntityDecorator, MultiInteractionDecorator

public abstract class AbstractMultiBlockunitDecorator
extends java.lang.Object


Field Summary
(package private)  Blockunit leftUnit
          left entitywithlocation
(package private) static org.apache.log4j.Logger logger
          log4j facility
(package private)  Blockunit rightUnit
          right entitywithlocation
 
Constructor Summary
AbstractMultiBlockunitDecorator()
          default constructor
AbstractMultiBlockunitDecorator(Blockunit leftUnit, Blockunit rightUnit)
          default constructor
 
Method Summary
 Blockunit getLeftUnit()
           
 Blockunit getRightUnit()
           
abstract  java.lang.String getTooltip()
          the class must return an implementation of the tooltip
 void setLeftUnit(Blockunit leftUnit)
           
 void setRightUnit(Blockunit rightUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
log4j facility


leftUnit

Blockunit leftUnit
left entitywithlocation


rightUnit

Blockunit rightUnit
right entitywithlocation

Constructor Detail

AbstractMultiBlockunitDecorator

public AbstractMultiBlockunitDecorator()
default constructor


AbstractMultiBlockunitDecorator

public AbstractMultiBlockunitDecorator(Blockunit leftUnit,
                                       Blockunit rightUnit)
default constructor

Parameters:
leftUnit - the left blockunit
rightUnit - the right blockunit
Method Detail

getLeftUnit

public Blockunit getLeftUnit()
Returns:
Returns the leftUnit.

setLeftUnit

public void setLeftUnit(Blockunit leftUnit)
Parameters:
leftUnit - The leftUnit to set.

getRightUnit

public Blockunit getRightUnit()
Returns:
Returns the rightUnit.

setRightUnit

public void setRightUnit(Blockunit rightUnit)
Parameters:
rightUnit - The rightUnit to set.

getTooltip

public abstract java.lang.String getTooltip()
the class must return an implementation of the tooltip

Returns:
the tooltip string