org.jopendocument.model.table
Class TableDataPilotMember

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

public class TableDataPilotMember
extends Object


Field Summary
protected  String tableDisplay
           
protected  String tableDisplayDetails
           
protected  String tableName
           
 
Constructor Summary
TableDataPilotMember()
           
 
Method Summary
 String getTableDisplay()
          Gets the value of the tableDisplay property.
 String getTableDisplayDetails()
          Gets the value of the tableDisplayDetails property.
 String getTableName()
          Gets the value of the tableName property.
 void setTableDisplay(String value)
          Sets the value of the tableDisplay property.
 void setTableDisplayDetails(String value)
          Sets the value of the tableDisplayDetails 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

tableDisplay

protected String tableDisplay

tableDisplayDetails

protected String tableDisplayDetails

tableName

protected String tableName
Constructor Detail

TableDataPilotMember

public TableDataPilotMember()
Method Detail

getTableDisplay

public String getTableDisplay()
Gets the value of the tableDisplay property.

Returns:
possible object is String

getTableDisplayDetails

public String getTableDisplayDetails()
Gets the value of the tableDisplayDetails property.

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

setTableDisplay

public void setTableDisplay(String value)
Sets the value of the tableDisplay property.

Parameters:
value - allowed object is String

setTableDisplayDetails

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