edu.iastate.metnet.hibernate
Class HistoryFlatInteraction

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractHistoryFlatInteraction
      extended by edu.iastate.metnet.hibernate.HistoryFlatInteraction
All Implemented Interfaces:
HistoryBlockunit, java.io.Serializable

public class HistoryFlatInteraction
extends AbstractHistoryFlatInteraction
implements java.io.Serializable, HistoryBlockunit

hibernate class

Author:
Jie Li
See Also:
Serialized Form

Constructor Summary
HistoryFlatInteraction()
          default constructor
HistoryFlatInteraction(java.lang.Integer recordId)
          default constructor
 
Method Summary
 java.util.Map getLeftPartEbidList()
          get the mapping of the left ebid and coefficient
 java.util.Map getRightPartEbidList()
          get the mapping of the right ebid and coefficient
 void setPartEbidList(java.lang.String role, java.util.Vector parts)
          get out the left part
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractHistoryFlatInteraction
equals, getAracycId, getBlockId, getConfidence, getControlEbid, getDataSource, getEc, getInsertTime, getInteractionType, getLeftPart, getLocation, getName, getOrganism, getRecordId, getReversal, getRightPart, getStrength, getTimeScale, getUsername, hashCode, setAracycId, setBlockId, setConfidence, setControlEbid, setDataSource, setEc, setInsertTime, setInteractionType, setLeftPart, setLocation, setName, setOrganism, setRecordId, setReversal, setRightPart, setStrength, setTimeScale, setUsername
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.iastate.metnet.dao.HistoryBlockunit
getBlockId, getInsertTime, getName, getRecordId, getUsername
 

Constructor Detail

HistoryFlatInteraction

public HistoryFlatInteraction()
default constructor


HistoryFlatInteraction

public HistoryFlatInteraction(java.lang.Integer recordId)
default constructor

Parameters:
recordId - the record id
Method Detail

getLeftPartEbidList

public java.util.Map getLeftPartEbidList()
get the mapping of the left ebid and coefficient

Returns:
the left ebid and coefficient

getRightPartEbidList

public java.util.Map getRightPartEbidList()
get the mapping of the right ebid and coefficient

Returns:
the right ebid and coefficient

setPartEbidList

public void setPartEbidList(java.lang.String role,
                            java.util.Vector parts)
get out the left part

Parameters:
role - the role of the part
parts - the interaction part list