net.sourceforge.fixagora.basis.client.view.dialog.fix
Class LastHit

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.view.dialog.fix.LastHit

public class LastHit
extends java.lang.Object

The Class LastHit.


Constructor Summary
LastHit(AbstractFIXPanel abstractFIXPanel)
          Instantiates a new last hit.
 
Method Summary
 AbstractFIXPanel getAbstractFIXPanel()
          Gets the abstract fix panel.
 void setAbstractFIXPanel(AbstractFIXPanel abstractFIXPanel)
          Sets the abstract fix panel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastHit

public LastHit(AbstractFIXPanel abstractFIXPanel)
Instantiates a new last hit.

Parameters:
abstractFIXPanel - the abstract fix panel
Method Detail

getAbstractFIXPanel

public AbstractFIXPanel getAbstractFIXPanel()
Gets the abstract fix panel.

Returns:
the abstract fix panel

setAbstractFIXPanel

public void setAbstractFIXPanel(AbstractFIXPanel abstractFIXPanel)
Sets the abstract fix panel.

Parameters:
abstractFIXPanel - the new abstract fix panel