|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractRequest
net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisRequest
net.sourceforge.fixagora.basis.shared.model.communication.PasteSpreadSheetCellRequest
public class PasteSpreadSheetCellRequest
The Class PasteSpreadSheetCellRequest.
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 |
---|
public PasteSpreadSheetCellRequest(long targetSheetId, int targetRow, int targetColumn, long requestID)
targetSheetId
- the target sheet idtargetRow
- the target rowtargetColumn
- the target columnrequestID
- the request idMethod Detail |
---|
public long getTargetSheetId()
public int getTargetRow()
public int getTargetColumn()
public void handleAbstractFBasisRequest(BasisRequests basisRequests, org.jboss.netty.channel.Channel channel)
AbstractBasisRequest
handleAbstractFBasisRequest
in class AbstractBasisRequest
basisRequests
- the f basis requestschannel
- the channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |