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

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

public class ModifySpreadSheetCellFormatRequest
extends AbstractBasisRequest

The Class ModifySpreadSheetCellFormatRequest.

See Also:
Serialized Form

Constructor Summary
ModifySpreadSheetCellFormatRequest(long requestID, long sheetId, int row, int rowCount, int column, int columnCount, SpreadSheetCellFormat spreadSheetCellFormat)
          Instantiates a new modify spread sheet cell format request.
 
Method Summary
 int getColumn()
          Gets the column.
 int getColumnCount()
          Gets the column count.
 int getRow()
          Gets the row.
 int getRowCount()
          Gets the row count.
 long getSheetId()
          Gets the sheet id.
 SpreadSheetCellFormat getSpreadSheetCellFormat()
          Gets the spread sheet cell 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

ModifySpreadSheetCellFormatRequest

public ModifySpreadSheetCellFormatRequest(long requestID,
                                          long sheetId,
                                          int row,
                                          int rowCount,
                                          int column,
                                          int columnCount,
                                          SpreadSheetCellFormat spreadSheetCellFormat)
Instantiates a new modify spread sheet cell format request.

Parameters:
requestID - the request id
sheetId - the sheet id
row - the row
rowCount - the row count
column - the column
columnCount - the column count
spreadSheetCellFormat - the spread sheet cell format
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

getColumn

public int getColumn()
Gets the column.

Returns:
the column

getColumnCount

public int getColumnCount()
Gets the column count.

Returns:
the column count

getSpreadSheetCellFormat

public SpreadSheetCellFormat getSpreadSheetCellFormat()
Gets the spread sheet cell format.

Returns:
the spread sheet cell 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