|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QBEInfo
public class QBEInfo
Class QBEInfo defines a QBE(Query By Example) definition of a JReport query.
| Constructor Summary | |
|---|---|
QBEInfo()
Constructs a QBE(Query By Example) definition of a JReport query. |
|
QBEInfo(java.lang.String tableName,
java.lang.String columnName,
java.lang.String expression)
Constructs a QBE(Query By Example) definition of a JReport query. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getColumnName()
Gets the column's name of the QBE condition. |
java.lang.String |
getExpression()
Gets the expression value of the QBE condition. |
java.lang.String |
getTableName()
Gets the table name of the QBE condition. |
void |
setColumnName(java.lang.String columnName)
Sets the column's name of the QBE condition. |
void |
setExpression(java.lang.String expression)
Sets the expression of the QBE condition. |
void |
setTableName(java.lang.String tableName)
Sets the table name of the QBE condition. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QBEInfo()
public QBEInfo(java.lang.String tableName,
java.lang.String columnName,
java.lang.String expression)
tableName - Specifies the table name of the QBE condition.columnName - Specifies the column's name of the QBE condition.expression - Specifies the expression of the QBE condition.| Method Detail |
|---|
public java.lang.String getTableName()
public java.lang.String getColumnName()
public java.lang.String getExpression()
public void setTableName(java.lang.String tableName)
tableName - Specifies the table name of the QBE condition.public void setColumnName(java.lang.String columnName)
columnName - Specifies the column's name of the QBE condition.public void setExpression(java.lang.String expression)
expression - Specifies the expression value of the QBE condition.public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||