|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableDataPilotLevel
public class TableDataPilotLevel
Field Summary | |
---|---|
protected TableDataPilotMembers |
tableDataPilotMembers
|
protected TableDataPilotSubtotals |
tableDataPilotSubtotals
|
protected String |
tableDisplayEmpty
|
Constructor Summary | |
---|---|
TableDataPilotLevel()
|
Method Summary | |
---|---|
TableDataPilotMembers |
getTableDataPilotMembers()
Gets the value of the tableDataPilotMembers property. |
TableDataPilotSubtotals |
getTableDataPilotSubtotals()
Gets the value of the tableDataPilotSubtotals property. |
String |
getTableDisplayEmpty()
Gets the value of the tableDisplayEmpty property. |
void |
setTableDataPilotMembers(TableDataPilotMembers value)
Sets the value of the tableDataPilotMembers property. |
void |
setTableDataPilotSubtotals(TableDataPilotSubtotals value)
Sets the value of the tableDataPilotSubtotals property. |
void |
setTableDisplayEmpty(String value)
Sets the value of the tableDisplayEmpty property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableDataPilotMembers tableDataPilotMembers
protected TableDataPilotSubtotals tableDataPilotSubtotals
protected String tableDisplayEmpty
Constructor Detail |
---|
public TableDataPilotLevel()
Method Detail |
---|
public TableDataPilotMembers getTableDataPilotMembers()
TableDataPilotMembers
public TableDataPilotSubtotals getTableDataPilotSubtotals()
TableDataPilotSubtotals
public String getTableDisplayEmpty()
String
public void setTableDataPilotMembers(TableDataPilotMembers value)
value
- allowed object is TableDataPilotMembers
public void setTableDataPilotSubtotals(TableDataPilotSubtotals value)
value
- allowed object is TableDataPilotSubtotals
public void setTableDisplayEmpty(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |