org.jopendocument.model.table
Class TableErrorMacro

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

public class TableErrorMacro
extends Object


Field Summary
protected  String tableExecute
           
protected  String tableName
           
 
Constructor Summary
TableErrorMacro()
           
 
Method Summary
 String getTableExecute()
          Gets the value of the tableExecute property.
 String getTableName()
          Gets the value of the tableName property.
 void setTableExecute(String value)
          Sets the value of the tableExecute 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

tableExecute

protected String tableExecute

tableName

protected String tableName
Constructor Detail

TableErrorMacro

public TableErrorMacro()
Method Detail

getTableExecute

public String getTableExecute()
Gets the value of the tableExecute property.

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

setTableExecute

public void setTableExecute(String value)
Sets the value of the tableExecute 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.