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

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

public class ModifySheetCellRequest
extends AbstractBasisRequest

The Class ModifySheetCellRequest.

See Also:
Serialized Form

Nested Class Summary
static class ModifySheetCellRequest.ValueFormat
          The Enum ValueFormat.
 
Constructor Summary
ModifySheetCellRequest(SpreadSheetCell spreadSheetCell, long requestID)
          Instantiates a new modify sheet cell request.
ModifySheetCellRequest(SpreadSheetCell spreadSheetCell, ModifySheetCellRequest.ValueFormat valueFormat, long requestID)
          Instantiates a new modify sheet cell request.
 
Method Summary
 SpreadSheetCell getSpreadSheetCell()
          Gets the spread sheet cell.
 ModifySheetCellRequest.ValueFormat getValueFormat()
          Gets the value format.
 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

ModifySheetCellRequest

public ModifySheetCellRequest(SpreadSheetCell spreadSheetCell,
                              long requestID)
Instantiates a new modify sheet cell request.

Parameters:
spreadSheetCell - the spread sheet cell
requestID - the request id

ModifySheetCellRequest

public ModifySheetCellRequest(SpreadSheetCell spreadSheetCell,
                              ModifySheetCellRequest.ValueFormat valueFormat,
                              long requestID)
Instantiates a new modify sheet cell request.

Parameters:
spreadSheetCell - the spread sheet cell
valueFormat - the value format
requestID - the request id
Method Detail

getSpreadSheetCell

public SpreadSheetCell getSpreadSheetCell()
Gets the spread sheet cell.

Returns:
the spread sheet cell

getValueFormat

public ModifySheetCellRequest.ValueFormat getValueFormat()
Gets the value format.

Returns:
the value format

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