org.jopendocument.model.text
Class TextDatabaseNext

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

public class TextDatabaseNext
extends Object


Field Summary
protected  String textCondition
           
protected  String textDatabaseName
           
protected  String textTableName
           
protected  String textTableType
           
protected  String value
           
 
Constructor Summary
TextDatabaseNext()
           
 
Method Summary
 String getTextCondition()
          Gets the value of the textCondition property.
 String getTextDatabaseName()
          Gets the value of the textDatabaseName 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 setTextCondition(String value)
          Sets the value of the textCondition property.
 void setTextDatabaseName(String value)
          Sets the value of the textDatabaseName 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

textCondition

protected String textCondition

textDatabaseName

protected String textDatabaseName

textTableName

protected String textTableName

textTableType

protected String textTableType

value

protected String value
Constructor Detail

TextDatabaseNext

public TextDatabaseNext()
Method Detail

getTextCondition

public String getTextCondition()
Gets the value of the textCondition property.

Returns:
possible object is String

getTextDatabaseName

public String getTextDatabaseName()
Gets the value of the textDatabaseName 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

setTextCondition

public void setTextCondition(String value)
Sets the value of the textCondition 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

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.