se.optimatika.jexcel.finance
Class BlackLittermanSpreadsheet

java.lang.Object
  extended by se.optimatika.jexcel.AdaptingSpreadsheet<BlackLittermanModel>
      extended by se.optimatika.jexcel.finance.BlackLittermanSpreadsheet
All Implemented Interfaces:
Spreadsheet

public class BlackLittermanSpreadsheet
extends AdaptingSpreadsheet<BlackLittermanModel>


Constructor Summary
BlackLittermanSpreadsheet(Spreadsheet aSpreadsheet)
           
 
Method Summary
 BlackLittermanModel getAdaptedObject()
           
 void setAdaptedObject(BlackLittermanModel anObj)
           
 
Methods inherited from class se.optimatika.jexcel.AdaptingSpreadsheet
activateSheet, getBooleanCellValue, getDateCellValue, getMatrixSheetValue, getNumberCellValue, getSheetNames, getSpreadsheet, getStringCellValue, goHome, goTo, goToFirstColumnOnNextRow, goToFirstRowInNextColumn, goToNextColumn, goToNextRow, setBooleanCellValue, setBooleanColumnValues, setBooleanRowValues, setDateCellValue, setDateColumnValues, setDateRowValues, setMatrixSheetValue, setNumberCellValue, setNumberCellValue, setNumberColumnValues, setNumberRowValues, setStringCellValue, setStringColumnValues, setStringRowValues, setTableSheetValue, toByteArray, writeToFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackLittermanSpreadsheet

public BlackLittermanSpreadsheet(Spreadsheet aSpreadsheet)
Method Detail

getAdaptedObject

public BlackLittermanModel getAdaptedObject()
Specified by:
getAdaptedObject in class AdaptingSpreadsheet<BlackLittermanModel>

setAdaptedObject

public void setAdaptedObject(BlackLittermanModel anObj)
Specified by:
setAdaptedObject in class AdaptingSpreadsheet<BlackLittermanModel>