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

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

public class PasteSpreadSheetCellRequest
extends AbstractBasisRequest

The Class PasteSpreadSheetCellRequest.

See Also:
Serialized Form

Constructor Summary
PasteSpreadSheetCellRequest(long targetSheetId, int targetRow, int targetColumn, long requestID)
          Instantiates a new paste spread sheet cell request.
 
Method Summary
 int getTargetColumn()
          Gets the target column.
 int getTargetRow()
          Gets the target row.
 long getTargetSheetId()
          Gets the target 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

PasteSpreadSheetCellRequest

public PasteSpreadSheetCellRequest(long targetSheetId,
                                   int targetRow,
                                   int targetColumn,
                                   long requestID)
Instantiates a new paste spread sheet cell request.

Parameters:
targetSheetId - the target sheet id
targetRow - the target row
targetColumn - the target column
requestID - the request id
Method Detail

getTargetSheetId

public long getTargetSheetId()
Gets the target sheet id.

Returns:
the target sheet id

getTargetRow

public int getTargetRow()
Gets the target row.

Returns:
the target row

getTargetColumn

public int getTargetColumn()
Gets the target column.

Returns:
the target column

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