|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getTableRow()
String
public String getTableTable()
String
public void setTableColumn(String value)
value
- allowed object is String
public void setTableRow(String value)
value
- allowed object is String
public 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 |