|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.AndInfo
public class AndInfo
Class AndInfo defines a where condition definition of a JReport query.
| Constructor Summary | |
|---|---|
AndInfo()
Constructor. |
|
AndInfo(java.lang.String sLogic,
java.lang.String sExpression1,
java.lang.String sOperator,
java.lang.String sExpression2)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getExpression1()
Gets the first expression of the where condition. |
java.lang.String |
getExpression2()
Gets the second expression of the where condition. |
java.lang.String |
getLogic()
Gets the logic of the where condition. |
java.lang.String |
getOperator()
Gets the first operator of the where condition. |
void |
setExpression1(java.lang.String sExpression1)
Sets the first expression of the where condition. |
void |
setExpression2(java.lang.String sExpression2)
Sets the second expression of the where condition. |
void |
setLogic(java.lang.String sLogic)
Sets the logic of the where condition. |
void |
setOperator(java.lang.String sOperator)
Sets the operator of the where condition. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndInfo()
public AndInfo(java.lang.String sLogic,
java.lang.String sExpression1,
java.lang.String sOperator,
java.lang.String sExpression2)
sLogic - Specifies the logic string of the where condition.
The logic describes the relationship between this sentence
and the next condition, such as "AND" and "OR".sExpression1 - Specifies the first expression of the where condition.sOperator - Specifies the operator of the where condition.sExpression2 - Specifies the second expression of the where condition.| Method Detail |
|---|
public java.lang.String getLogic()
public java.lang.String getExpression1()
public java.lang.String getOperator()
public java.lang.String getExpression2()
public void setLogic(java.lang.String sLogic)
sLogic - Specifies the logic of the where condition.public void setExpression1(java.lang.String sExpression1)
sExpression1 - Specifies the first expression of the where condition.public void setOperator(java.lang.String sOperator)
sOperator - Specifies the operator of the where condition.public void setExpression2(java.lang.String sExpression2)
sExpression2 - Specifies the second expression value of the where 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 | ||||||||