org.jopendocument.model.table
Class TableNamedExpression

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

public class TableNamedExpression
extends Object


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

Field Detail

tableBaseCellAddress

protected String tableBaseCellAddress

tableExpression

protected String tableExpression

tableName

protected String tableName
Constructor Detail

TableNamedExpression

public TableNamedExpression()
Method Detail

getTableBaseCellAddress

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

Returns:
possible object is String

getTableExpression

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

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

setTableBaseCellAddress

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

Parameters:
value - allowed object is String

setTableExpression

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

Parameters:
value - allowed object is String

setTableName

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.