|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.wrapper.query.QueryCondition
public class QueryCondition
Constructor Summary | |
---|---|
QueryCondition()
|
Method Summary | |
---|---|
String |
getAttribute()
Retorna o atributo da condição corrente. |
String |
getEntity()
Retorna a entidade da condição corrente. |
QueryOperator |
getOperator()
Retorna o operador a ser aplicado ao atributo da condição corrente. |
QueryRef |
getReference()
Retorna a entidade/atributos referenciados pelo atributo da condição corrente. |
void |
setAttribute(String attribute)
Define o atributo da condição corrente. |
void |
setEntity(String entity)
Define a entidade da condição corrente. |
void |
setOperator(QueryOperator op)
Define o operador a ser aplicado ao atributo da condição corrente. |
void |
setReference(QueryRef ref)
Define a entidade/atributo referenciada pela condição corrente. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryCondition()
Method Detail |
---|
public String getAttribute()
public String getEntity()
public QueryOperator getOperator()
public QueryRef getReference()
public void setAttribute(String attribute)
public void setEntity(String entity)
entity
- public void setOperator(QueryOperator op)
op
- public void setReference(QueryRef ref)
ref
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |