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

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

public class ModifyRowVisibleRequest
extends AbstractBasisRequest

The Class ModifyRowVisibleRequest.

See Also:
Serialized Form

Constructor Summary
ModifyRowVisibleRequest(long requestID, long sheetId, int row, int rowCount, boolean visible)
          Instantiates a new modify row visible 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.
 boolean isVisible()
          Checks if is visible.
 
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

ModifyRowVisibleRequest

public ModifyRowVisibleRequest(long requestID,
                               long sheetId,
                               int row,
                               int rowCount,
                               boolean visible)
Instantiates a new modify row visible request.

Parameters:
requestID - the request id
sheetId - the sheet id
row - the row
rowCount - the row count
visible - the visible
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

isVisible

public boolean isVisible()
Checks if is visible.

Returns:
true, if is visible

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