|
||||||||||
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.AbstractResponse
net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
net.sourceforge.fixagora.basis.shared.model.communication.UpdateFullSheetResponse
public class UpdateFullSheetResponse
The Class UpdateFullSheetResponse.
Constructor Summary | |
---|---|
UpdateFullSheetResponse(long sheet)
Instantiates a new update full sheet response. |
Method Summary | |
---|---|
long |
getSheet()
Gets the sheet. |
UpdateColumnFormatResponse |
getUpdateColumnFormatResponse()
Gets the update column format response. |
UpdateRowFormatResponse |
getUpdateRowFormatResponse()
Gets the update row format response. |
UpdateSheetCellFormatResponse |
getUpdateSheetCellFormatResponse()
Gets the update sheet cell format response. |
UpdateSheetCellResponse |
getUpdateSheetCellResponse()
Gets the update sheet cell response. |
UpdateSheetConditionalFormatResponse |
getUpdateSheetConditionalFormatResponse()
Gets the update sheet conditional format response. |
void |
handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Handle abstract f basis response. |
void |
setUpdateColumnFormatResponse(UpdateColumnFormatResponse updateColumnFormatResponse)
Sets the update column format response. |
void |
setUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
Sets the update row format response. |
void |
setUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
Sets the update sheet cell format response. |
void |
setUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
Sets the update sheet cell response. |
void |
setUpdateSheetConditionalFormatResponse(UpdateSheetConditionalFormatResponse updateSheetConditionalFormatResponse)
Sets the update sheet conditional format response. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse |
---|
handleAbstractResponse |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse |
---|
getRequestID, getTimestamp, setTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateFullSheetResponse(long sheet)
sheet
- the sheetMethod Detail |
---|
public long getSheet()
public UpdateColumnFormatResponse getUpdateColumnFormatResponse()
public void setUpdateColumnFormatResponse(UpdateColumnFormatResponse updateColumnFormatResponse)
updateColumnFormatResponse
- the new update column format responsepublic UpdateRowFormatResponse getUpdateRowFormatResponse()
public void setUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
updateRowFormatResponse
- the new update row format responsepublic UpdateSheetCellFormatResponse getUpdateSheetCellFormatResponse()
public void setUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
updateSheetCellFormatResponse
- the new update sheet cell format responsepublic UpdateSheetConditionalFormatResponse getUpdateSheetConditionalFormatResponse()
public void setUpdateSheetConditionalFormatResponse(UpdateSheetConditionalFormatResponse updateSheetConditionalFormatResponse)
updateSheetConditionalFormatResponse
- the new update sheet conditional format responsepublic UpdateSheetCellResponse getUpdateSheetCellResponse()
public void setUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
updateSheetCellResponse
- the new update sheet cell responsepublic void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
AbstractBasisResponse
handleAbstractFBasisResponse
in class AbstractBasisResponse
fBasisResponses
- the f basis responses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |