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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
          extended by net.sourceforge.fixagora.basis.shared.model.communication.UpdateFullSheetResponse
All Implemented Interfaces:
java.io.Serializable

public class UpdateFullSheetResponse
extends AbstractBasisResponse

The Class UpdateFullSheetResponse.

See Also:
Serialized Form

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

UpdateFullSheetResponse

public UpdateFullSheetResponse(long sheet)
Instantiates a new update full sheet response.

Parameters:
sheet - the sheet
Method Detail

getSheet

public long getSheet()
Gets the sheet.

Returns:
the sheet

getUpdateColumnFormatResponse

public UpdateColumnFormatResponse getUpdateColumnFormatResponse()
Gets the update column format response.

Returns:
the update column format response

setUpdateColumnFormatResponse

public void setUpdateColumnFormatResponse(UpdateColumnFormatResponse updateColumnFormatResponse)
Sets the update column format response.

Parameters:
updateColumnFormatResponse - the new update column format response

getUpdateRowFormatResponse

public UpdateRowFormatResponse getUpdateRowFormatResponse()
Gets the update row format response.

Returns:
the update row format response

setUpdateRowFormatResponse

public void setUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
Sets the update row format response.

Parameters:
updateRowFormatResponse - the new update row format response

getUpdateSheetCellFormatResponse

public UpdateSheetCellFormatResponse getUpdateSheetCellFormatResponse()
Gets the update sheet cell format response.

Returns:
the update sheet cell format response

setUpdateSheetCellFormatResponse

public void setUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
Sets the update sheet cell format response.

Parameters:
updateSheetCellFormatResponse - the new update sheet cell format response

getUpdateSheetConditionalFormatResponse

public UpdateSheetConditionalFormatResponse getUpdateSheetConditionalFormatResponse()
Gets the update sheet conditional format response.

Returns:
the update sheet conditional format response

setUpdateSheetConditionalFormatResponse

public void setUpdateSheetConditionalFormatResponse(UpdateSheetConditionalFormatResponse updateSheetConditionalFormatResponse)
Sets the update sheet conditional format response.

Parameters:
updateSheetConditionalFormatResponse - the new update sheet conditional format response

getUpdateSheetCellResponse

public UpdateSheetCellResponse getUpdateSheetCellResponse()
Gets the update sheet cell response.

Returns:
the update sheet cell response

setUpdateSheetCellResponse

public void setUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
Sets the update sheet cell response.

Parameters:
updateSheetCellResponse - the new update sheet cell response

handleAbstractFBasisResponse

public void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Description copied from class: AbstractBasisResponse
Handle abstract f basis response.

Specified by:
handleAbstractFBasisResponse in class AbstractBasisResponse
Parameters:
fBasisResponses - the f basis responses