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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
      extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisRequest
          extended by net.sourceforge.fixagora.basis.shared.model.communication.InsertRowRequest
All Implemented Interfaces:
java.io.Serializable

public class InsertRowRequest
extends AbstractBasisRequest

The Class InsertRowRequest.

See Also:
Serialized Form

Constructor Summary
InsertRowRequest(long requestID, long sheetId, int row, int rowCount)
          Instantiates a new insert row request.
 
Method Summary
 int getRow()
          Gets the row.
 int getRowCount()
          Gets the row count.
 long getSheetId()
          Gets the sheet id.
 void handleAbstractFBasisRequest(BasisRequests basisRequests, org.jboss.netty.channel.Channel channel)
          Handle abstract f basis request.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisRequest
handleAbstractRequest
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertRowRequest

public InsertRowRequest(long requestID,
                        long sheetId,
                        int row,
                        int rowCount)
Instantiates a new insert row request.

Parameters:
requestID - the request id
sheetId - the sheet id
row - the row
rowCount - the row count
Method Detail

getSheetId

public long getSheetId()
Gets the sheet id.

Returns:
the sheet id

getRow

public int getRow()
Gets the row.

Returns:
the row

getRowCount

public int getRowCount()
Gets the row count.

Returns:
the row count

handleAbstractFBasisRequest

public void handleAbstractFBasisRequest(BasisRequests basisRequests,
                                        org.jboss.netty.channel.Channel channel)
Description copied from class: AbstractBasisRequest
Handle abstract f basis request.

Specified by:
handleAbstractFBasisRequest in class AbstractBasisRequest
Parameters:
basisRequests - the f basis requests
channel - the channel