org.jopendocument.model.table
Class TableDdeLink

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

public class TableDdeLink
extends Object


Field Summary
protected  OfficeDdeSource officeDdeSource
           
protected  TableTable tableTable
           
 
Constructor Summary
TableDdeLink()
           
 
Method Summary
 OfficeDdeSource getOfficeDdeSource()
          Gets the value of the officeDdeSource property.
 TableTable getTableTable()
          Gets the value of the tableTable property.
 void setOfficeDdeSource(OfficeDdeSource value)
          Sets the value of the officeDdeSource property.
 void setTableTable(TableTable 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

officeDdeSource

protected OfficeDdeSource officeDdeSource

tableTable

protected TableTable tableTable
Constructor Detail

TableDdeLink

public TableDdeLink()
Method Detail

getOfficeDdeSource

public OfficeDdeSource getOfficeDdeSource()
Gets the value of the officeDdeSource property.

Returns:
possible object is OfficeDdeSource

getTableTable

public TableTable getTableTable()
Gets the value of the tableTable property.

Returns:
possible object is TableTable

setOfficeDdeSource

public void setOfficeDdeSource(OfficeDdeSource value)
Sets the value of the officeDdeSource property.

Parameters:
value - allowed object is OfficeDdeSource

setTableTable

public void setTableTable(TableTable value)
Sets the value of the tableTable property.

Parameters:
value - allowed object is TableTable


Copyright © 2010 jOpenDocument All Rights Reserved.