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

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.DeleteRowRequest
All Implemented Interfaces:
java.io.Serializable

public class DeleteRowRequest
extends AbstractBasisRequest

The Class DeleteRowRequest.

See Also:
Serialized Form

Constructor Summary
DeleteRowRequest(long requestID, long sheetId, int row, int rowCount)
          Instantiates a new delete 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

DeleteRowRequest

public DeleteRowRequest(long requestID,
                        long sheetId,
                        int row,
                        int rowCount)
Instantiates a new delete 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