|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextDatabaseSelect
public class TextDatabaseSelect
Field Summary | |
---|---|
protected String |
textCondition
|
protected String |
textDatabaseName
|
protected String |
textRowNumber
|
protected String |
textTableName
|
protected String |
textTableType
|
protected String |
value
|
Constructor Summary | |
---|---|
TextDatabaseSelect()
|
Method Summary | |
---|---|
String |
getTextCondition()
Gets the value of the textCondition property. |
String |
getTextDatabaseName()
Gets the value of the textDatabaseName property. |
String |
getTextRowNumber()
Gets the value of the textRowNumber 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 |
setTextRowNumber(String value)
Sets the value of the textRowNumber 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 |
---|
protected String textCondition
protected String textDatabaseName
protected String textRowNumber
protected String textTableName
protected String textTableType
protected String value
Constructor Detail |
---|
public TextDatabaseSelect()
Method Detail |
---|
public String getTextCondition()
String
public String getTextDatabaseName()
String
public String getTextRowNumber()
String
public String getTextTableName()
String
public String getTextTableType()
String
public String getvalue()
String
public void setTextCondition(String value)
value
- allowed object is String
public void setTextDatabaseName(String value)
value
- allowed object is String
public void setTextRowNumber(String value)
value
- allowed object is String
public void setTextTableName(String value)
value
- allowed object is String
public void setTextTableType(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |