|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.query.Field
it.eng.qbe.query.WhereField
public class WhereField
The Class WhereField.
Constructor Summary | |
---|---|
WhereField()
Instantiates a new where field. |
Method Summary | |
---|---|
IWhereField |
getCopy()
Gets the copy. |
EntityClass |
getFieldEntityClassForLeftCondition()
Gets the field entity class for left condition. |
EntityClass |
getFieldEntityClassForRightCondition()
Gets the field entity class for right condition. |
java.lang.String |
getFieldOperator()
Gets the field operator. |
java.lang.String |
getFieldValue()
Gets the field value. |
int |
getLeftBracketsNum()
Gets the left brackets num. |
java.lang.String |
getNextBooleanOperator()
Gets the next boolean operator. |
int |
getRightBracketsNum()
Gets the right brackets num. |
void |
setFieldEntityClassForLeftCondition(EntityClass fieldEntityClassForLeftCondition)
Sets the field entity class for left condition. |
void |
setFieldEntityClassForRightCondition(EntityClass fieldEntityClassForRightCondition)
Sets the field entity class for right condition. |
void |
setFieldOperator(java.lang.String fieldOperator)
Sets the field operator. |
void |
setFieldValue(java.lang.String fieldValue)
Sets the field value. |
void |
setLeftBracketsNum(int leftBracketsNum)
Sets the left brackets num. |
void |
setNextBooleanOperator(java.lang.String nextBooleanOperator)
Sets the next boolean operator. |
void |
setRightBracketsNum(int rightBracketsNum)
Sets the right brackets num. |
Methods inherited from class it.eng.qbe.query.Field |
---|
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.qbe.query.IField |
---|
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType |
Constructor Detail |
---|
public WhereField()
Method Detail |
---|
public IWhereField getCopy()
IWhereField
getCopy
in interface IWhereField
public java.lang.String getFieldOperator()
IWhereField
getFieldOperator
in interface IWhereField
public void setFieldOperator(java.lang.String fieldOperator)
IWhereField
setFieldOperator
in interface IWhereField
fieldOperator
- the new field operatorpublic java.lang.String getFieldValue()
IWhereField
getFieldValue
in interface IWhereField
public void setFieldValue(java.lang.String fieldValue)
IWhereField
setFieldValue
in interface IWhereField
fieldValue
- the new field valuepublic java.lang.String getNextBooleanOperator()
IWhereField
getNextBooleanOperator
in interface IWhereField
public void setNextBooleanOperator(java.lang.String nextBooleanOperator)
IWhereField
setNextBooleanOperator
in interface IWhereField
nextBooleanOperator
- the new next boolean operatorpublic EntityClass getFieldEntityClassForLeftCondition()
IWhereField
getFieldEntityClassForLeftCondition
in interface IWhereField
public void setFieldEntityClassForLeftCondition(EntityClass fieldEntityClassForLeftCondition)
IWhereField
setFieldEntityClassForLeftCondition
in interface IWhereField
fieldEntityClassForLeftCondition
- the new field entity class for left conditionpublic EntityClass getFieldEntityClassForRightCondition()
IWhereField
getFieldEntityClassForRightCondition
in interface IWhereField
public void setFieldEntityClassForRightCondition(EntityClass fieldEntityClassForRightCondition)
IWhereField
setFieldEntityClassForRightCondition
in interface IWhereField
fieldEntityClassForRightCondition
- the new field entity class for right conditionpublic int getLeftBracketsNum()
IWhereField
getLeftBracketsNum
in interface IWhereField
public void setLeftBracketsNum(int leftBracketsNum)
IWhereField
setLeftBracketsNum
in interface IWhereField
leftBracketsNum
- the new left brackets numpublic int getRightBracketsNum()
IWhereField
getRightBracketsNum
in interface IWhereField
public void setRightBracketsNum(int rightBracketsNum)
IWhereField
setRightBracketsNum
in interface IWhereField
rightBracketsNum
- the new right brackets num
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |