org.jopendocument.model.table
Class TableNamedExpression

java.lang.Object
  extended by org.jopendocument.model.table.TableNamedExpression

public class TableNamedExpression
extends java.lang.Object


Constructor Summary
TableNamedExpression()
           
 
Method Summary
 java.lang.String getTableBaseCellAddress()
          Gets the value of the tableBaseCellAddress property.
 java.lang.String getTableExpression()
          Gets the value of the tableExpression property.
 java.lang.String getTableName()
          Gets the value of the tableName property.
 void setTableBaseCellAddress(java.lang.String value)
          Sets the value of the tableBaseCellAddress property.
 void setTableExpression(java.lang.String value)
          Sets the value of the tableExpression property.
 void setTableName(java.lang.String value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableNamedExpression

public TableNamedExpression()
Method Detail

getTableBaseCellAddress

public java.lang.String getTableBaseCellAddress()
Gets the value of the tableBaseCellAddress property.

Returns:
possible object is String

getTableExpression

public java.lang.String getTableExpression()
Gets the value of the tableExpression property.

Returns:
possible object is String

getTableName

public java.lang.String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableBaseCellAddress

public void setTableBaseCellAddress(java.lang.String value)
Sets the value of the tableBaseCellAddress property.

Parameters:
value - allowed object is String

setTableExpression

public void setTableExpression(java.lang.String value)
Sets the value of the tableExpression property.

Parameters:
value - allowed object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String