|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableCellAddress
public class TableCellAddress
| Field Summary | |
|---|---|
protected String |
tableColumn
|
protected String |
tableRow
|
protected String |
tableTable
|
| Constructor Summary | |
|---|---|
TableCellAddress()
|
|
| Method Summary | |
|---|---|
String |
getTableColumn()
Gets the value of the tableColumn property. |
String |
getTableRow()
Gets the value of the tableRow property. |
String |
getTableTable()
Gets the value of the tableTable property. |
void |
setTableColumn(String value)
Sets the value of the tableColumn property. |
void |
setTableRow(String value)
Sets the value of the tableRow property. |
void |
setTableTable(String value)
Sets the value of the tableTable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String tableColumn
protected String tableRow
protected String tableTable
| Constructor Detail |
|---|
public TableCellAddress()
| Method Detail |
|---|
public String getTableColumn()
Stringpublic String getTableRow()
Stringpublic String getTableTable()
Stringpublic void setTableColumn(String value)
value - allowed object is Stringpublic void setTableRow(String value)
value - allowed object is Stringpublic void setTableTable(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||