org.jopendocument.model.table
Class TableDataPilotField

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

public class TableDataPilotField
extends Object


Field Summary
protected  TableDataPilotLevel tableDataPilotLevel
           
protected  String tableFunction
           
protected  String tableIsDataLayoutField
           
protected  String tableOrientation
           
protected  String tableSourceFieldName
           
protected  String tableUsedHierarchy
           
 
Constructor Summary
TableDataPilotField()
           
 
Method Summary
 TableDataPilotLevel getTableDataPilotLevel()
          Gets the value of the tableDataPilotLevel property.
 String getTableFunction()
          Gets the value of the tableFunction property.
 String getTableIsDataLayoutField()
          Gets the value of the tableIsDataLayoutField property.
 String getTableOrientation()
          Gets the value of the tableOrientation property.
 String getTableSourceFieldName()
          Gets the value of the tableSourceFieldName property.
 String getTableUsedHierarchy()
          Gets the value of the tableUsedHierarchy property.
 void setTableDataPilotLevel(TableDataPilotLevel value)
          Sets the value of the tableDataPilotLevel property.
 void setTableFunction(String value)
          Sets the value of the tableFunction property.
 void setTableIsDataLayoutField(String value)
          Sets the value of the tableIsDataLayoutField property.
 void setTableOrientation(String value)
          Sets the value of the tableOrientation property.
 void setTableSourceFieldName(String value)
          Sets the value of the tableSourceFieldName property.
 void setTableUsedHierarchy(String value)
          Sets the value of the tableUsedHierarchy property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDataPilotLevel

protected TableDataPilotLevel tableDataPilotLevel

tableFunction

protected String tableFunction

tableIsDataLayoutField

protected String tableIsDataLayoutField

tableOrientation

protected String tableOrientation

tableSourceFieldName

protected String tableSourceFieldName

tableUsedHierarchy

protected String tableUsedHierarchy
Constructor Detail

TableDataPilotField

public TableDataPilotField()
Method Detail

getTableDataPilotLevel

public TableDataPilotLevel getTableDataPilotLevel()
Gets the value of the tableDataPilotLevel property.

Returns:
possible object is TableDataPilotLevel

getTableFunction

public String getTableFunction()
Gets the value of the tableFunction property.

Returns:
possible object is String

getTableIsDataLayoutField

public String getTableIsDataLayoutField()
Gets the value of the tableIsDataLayoutField property.

Returns:
possible object is String

getTableOrientation

public String getTableOrientation()
Gets the value of the tableOrientation property.

Returns:
possible object is String

getTableSourceFieldName

public String getTableSourceFieldName()
Gets the value of the tableSourceFieldName property.

Returns:
possible object is String

getTableUsedHierarchy

public String getTableUsedHierarchy()
Gets the value of the tableUsedHierarchy property.

Returns:
possible object is String

setTableDataPilotLevel

public void setTableDataPilotLevel(TableDataPilotLevel value)
Sets the value of the tableDataPilotLevel property.

Parameters:
value - allowed object is TableDataPilotLevel

setTableFunction

public void setTableFunction(String value)
Sets the value of the tableFunction property.

Parameters:
value - allowed object is String

setTableIsDataLayoutField

public void setTableIsDataLayoutField(String value)
Sets the value of the tableIsDataLayoutField property.

Parameters:
value - allowed object is String

setTableOrientation

public void setTableOrientation(String value)
Sets the value of the tableOrientation property.

Parameters:
value - allowed object is String

setTableSourceFieldName

public void setTableSourceFieldName(String value)
Sets the value of the tableSourceFieldName property.

Parameters:
value - allowed object is String

setTableUsedHierarchy

public void setTableUsedHierarchy(String value)
Sets the value of the tableUsedHierarchy property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.