org.jopendocument.model.text
Class TextDatabaseDisplay

java.lang.Object
  extended by org.jopendocument.model.text.TextDatabaseDisplay

public class TextDatabaseDisplay
extends Object


Field Summary
protected  String styleDataStyleName
           
protected  String textColumnName
           
protected  String textDatabaseName
           
protected  String textDisplay
           
protected  String textTableName
           
protected  String textTableType
           
protected  String value
           
 
Constructor Summary
TextDatabaseDisplay()
           
 
Method Summary
 String getStyleDataStyleName()
          Gets the value of the styleDataStyleName property.
 String getTextColumnName()
          Gets the value of the textColumnName property.
 String getTextDatabaseName()
          Gets the value of the textDatabaseName property.
 String getTextDisplay()
          Gets the value of the textDisplay property.
 String getTextTableName()
          Gets the value of the textTableName property.
 String getTextTableType()
          Gets the value of the textTableType property.
 String getvalue()
          Gets the value of the value property.
 void setStyleDataStyleName(String value)
          Sets the value of the styleDataStyleName property.
 void setTextColumnName(String value)
          Sets the value of the textColumnName property.
 void setTextDatabaseName(String value)
          Sets the value of the textDatabaseName property.
 void setTextDisplay(String value)
          Sets the value of the textDisplay property.
 void setTextTableName(String value)
          Sets the value of the textTableName property.
 void setTextTableType(String value)
          Sets the value of the textTableType property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleDataStyleName

protected String styleDataStyleName

textColumnName

protected String textColumnName

textDatabaseName

protected String textDatabaseName

textDisplay

protected String textDisplay

textTableName

protected String textTableName

textTableType

protected String textTableType

value

protected String value
Constructor Detail

TextDatabaseDisplay

public TextDatabaseDisplay()
Method Detail

getStyleDataStyleName

public String getStyleDataStyleName()
Gets the value of the styleDataStyleName property.

Returns:
possible object is String

getTextColumnName

public String getTextColumnName()
Gets the value of the textColumnName property.

Returns:
possible object is String

getTextDatabaseName

public String getTextDatabaseName()
Gets the value of the textDatabaseName property.

Returns:
possible object is String

getTextDisplay

public String getTextDisplay()
Gets the value of the textDisplay property.

Returns:
possible object is String

getTextTableName

public String getTextTableName()
Gets the value of the textTableName property.

Returns:
possible object is String

getTextTableType

public String getTextTableType()
Gets the value of the textTableType property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setStyleDataStyleName

public void setStyleDataStyleName(String value)
Sets the value of the styleDataStyleName property.

Parameters:
value - allowed object is String

setTextColumnName

public void setTextColumnName(String value)
Sets the value of the textColumnName property.

Parameters:
value - allowed object is String

setTextDatabaseName

public void setTextDatabaseName(String value)
Sets the value of the textDatabaseName property.

Parameters:
value - allowed object is String

setTextDisplay

public void setTextDisplay(String value)
Sets the value of the textDisplay property.

Parameters:
value - allowed object is String

setTextTableName

public void setTextTableName(String value)
Sets the value of the textTableName property.

Parameters:
value - allowed object is String

setTextTableType

public void setTextTableType(String value)
Sets the value of the textTableType property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.