|
||||||||||
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.ModifySheetCellRequest
public class ModifySheetCellRequest
The Class ModifySheetCellRequest.
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 |
---|
public ModifySheetCellRequest(SpreadSheetCell spreadSheetCell, long requestID)
spreadSheetCell
- the spread sheet cellrequestID
- the request idpublic ModifySheetCellRequest(SpreadSheetCell spreadSheetCell, ModifySheetCellRequest.ValueFormat valueFormat, long requestID)
spreadSheetCell
- the spread sheet cellvalueFormat
- the value formatrequestID
- the request idMethod Detail |
---|
public SpreadSheetCell getSpreadSheetCell()
public ModifySheetCellRequest.ValueFormat getValueFormat()
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 |