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

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

public class ModifySpreadSheetConditionalFormatRequest
extends AbstractBasisRequest

The Class ModifySpreadSheetConditionalFormatRequest.

See Also:
Serialized Form

Constructor Summary
ModifySpreadSheetConditionalFormatRequest(long requestID, long sheetId, int row, int rowCount, int column, int columnCount, SpreadSheetConditionalFormat spreadSheetConditionalFormat)
          Instantiates a new modify spread sheet conditional 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.
 SpreadSheetConditionalFormat getSpreadSheetConditionalFormat()
          Gets the spread sheet conditional 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

ModifySpreadSheetConditionalFormatRequest

public ModifySpreadSheetConditionalFormatRequest(long requestID,
                                                 long sheetId,
                                                 int row,
                                                 int rowCount,
                                                 int column,
                                                 int columnCount,
                                                 SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Instantiates a new modify spread sheet conditional 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
spreadSheetConditionalFormat - the spread sheet conditional 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

getSpreadSheetConditionalFormat

public SpreadSheetConditionalFormat getSpreadSheetConditionalFormat()
Gets the spread sheet conditional format.

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