edu.iastate.metnet.model
Class CompositionBlockunit

java.lang.Object
  extended by edu.iastate.metnet.model.CompositionBlockunit

public class CompositionBlockunit
extends java.lang.Object

Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
CompositionBlockunit()
           
 
Method Summary
 java.util.ArrayList getAbbreviations()
           
 java.lang.Integer getBlockid()
           
 Blockunit getBlockunit()
           
 java.lang.String getEntityType()
           
 java.lang.String getInteractionType()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.util.ArrayList getSynonyms()
           
 boolean isChild()
           
 boolean isEntity()
           
 boolean isInteraction()
           
 boolean isParent()
           
 void setBlockunit(Blockunit blockunit)
           
 void setChild(boolean child)
           
 void setParent(boolean parent)
           
 
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
Constructor Detail

CompositionBlockunit

public CompositionBlockunit()
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Returns:

getBlockunit

public Blockunit getBlockunit()
Returns:
Returns the blockunit.

setBlockunit

public void setBlockunit(Blockunit blockunit)
Parameters:
blockunit - The blockunit to set.

isChild

public boolean isChild()
Returns:
Returns the child.

setChild

public void setChild(boolean child)
Parameters:
child - The child to set.

isParent

public boolean isParent()
Returns:
Returns the parent.

setParent

public void setParent(boolean parent)
Parameters:
parent - The parent to set.

getAbbreviations

public java.util.ArrayList getAbbreviations()
Returns:

getName

public java.lang.String getName()
Returns:

getSynonyms

public java.util.ArrayList getSynonyms()
Returns:

getEntityType

public java.lang.String getEntityType()
Returns:

getInteractionType

public java.lang.String getInteractionType()
Returns:

isEntity

public boolean isEntity()
Returns:

getLocation

public java.lang.String getLocation()
Returns:

isInteraction

public boolean isInteraction()
Returns: