net.sourceforge.fixagora.basis.shared.model.communication
Class RefreshResponse

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
          extended by net.sourceforge.fixagora.basis.shared.model.communication.RefreshResponse
All Implemented Interfaces:
java.io.Serializable

public class RefreshResponse
extends AbstractBasisResponse

The Class RefreshResponse.

See Also:
Serialized Form

Constructor Summary
RefreshResponse(RefreshRequest refreshRequest, AbstractBusinessObject abstractBusinessObject)
          Instantiates a new refresh response.
 
Method Summary
 AbstractBusinessObject getAbstractBusinessObject()
          Gets the abstract business object.
 void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
          Handle abstract f basis response.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
handleAbstractResponse
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshResponse

public RefreshResponse(RefreshRequest refreshRequest,
                       AbstractBusinessObject abstractBusinessObject)
Instantiates a new refresh response.

Parameters:
refreshRequest - the refresh request
abstractBusinessObject - the abstract business object
Method Detail

getAbstractBusinessObject

public AbstractBusinessObject getAbstractBusinessObject()
Gets the abstract business object.

Returns:
the abstract business object

handleAbstractFBasisResponse

public void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Description copied from class: AbstractBasisResponse
Handle abstract f basis response.

Specified by:
handleAbstractFBasisResponse in class AbstractBasisResponse
Parameters:
fBasisResponses - the f basis responses