|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableTargetRangeAddress
public class TableTargetRangeAddress
Field Summary | |
---|---|
protected String |
tableColumn
|
protected String |
tableEndColumn
|
protected String |
tableEndRow
|
protected String |
tableEndTable
|
protected String |
tableRow
|
protected String |
tableStartColumn
|
protected String |
tableStartRow
|
protected String |
tableStartTable
|
protected String |
tableTable
|
Constructor Summary | |
---|---|
TableTargetRangeAddress()
|
Method Summary | |
---|---|
String |
getTableColumn()
Gets the value of the tableColumn property. |
String |
getTableEndColumn()
Gets the value of the tableEndColumn property. |
String |
getTableEndRow()
Gets the value of the tableEndRow property. |
String |
getTableEndTable()
Gets the value of the tableEndTable property. |
String |
getTableRow()
Gets the value of the tableRow property. |
String |
getTableStartColumn()
Gets the value of the tableStartColumn property. |
String |
getTableStartRow()
Gets the value of the tableStartRow property. |
String |
getTableStartTable()
Gets the value of the tableStartTable property. |
String |
getTableTable()
Gets the value of the tableTable property. |
void |
setTableColumn(String value)
Sets the value of the tableColumn property. |
void |
setTableEndColumn(String value)
Sets the value of the tableEndColumn property. |
void |
setTableEndRow(String value)
Sets the value of the tableEndRow property. |
void |
setTableEndTable(String value)
Sets the value of the tableEndTable property. |
void |
setTableRow(String value)
Sets the value of the tableRow property. |
void |
setTableStartColumn(String value)
Sets the value of the tableStartColumn property. |
void |
setTableStartRow(String value)
Sets the value of the tableStartRow property. |
void |
setTableStartTable(String value)
Sets the value of the tableStartTable 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 tableEndColumn
protected String tableEndRow
protected String tableEndTable
protected String tableRow
protected String tableStartColumn
protected String tableStartRow
protected String tableStartTable
protected String tableTable
Constructor Detail |
---|
public TableTargetRangeAddress()
Method Detail |
---|
public String getTableColumn()
String
public String getTableEndColumn()
String
public String getTableEndRow()
String
public String getTableEndTable()
String
public String getTableRow()
String
public String getTableStartColumn()
String
public String getTableStartRow()
String
public String getTableStartTable()
String
public String getTableTable()
String
public void setTableColumn(String value)
value
- allowed object is String
public void setTableEndColumn(String value)
value
- allowed object is String
public void setTableEndRow(String value)
value
- allowed object is String
public void setTableEndTable(String value)
value
- allowed object is String
public void setTableRow(String value)
value
- allowed object is String
public void setTableStartColumn(String value)
value
- allowed object is String
public void setTableStartRow(String value)
value
- allowed object is String
public void setTableStartTable(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 |