public class ConditionAttributeOfRelationAttribute extends BasicCondition
Condition.OPERATOR| Constructor and Description |
|---|
ConditionAttributeOfRelationAttribute(BusinessType type,
BusinessRelationAttribute relation,
BusinessAttribute field,
Object object,
Condition.OPERATOR operator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPredicateNOperator() |
BusinessRelationAttribute |
getRelation() |
BusinessType |
getType() |
String |
toString() |
getObject, getObjects, getOperator, getPredicate, getSQLQuery, getSQLQuery, setPredicatepublic ConditionAttributeOfRelationAttribute(BusinessType type, BusinessRelationAttribute relation, BusinessAttribute field, Object object, Condition.OPERATOR operator)
type - relation - field - object - operator - public String getPredicateNOperator()
public BusinessRelationAttribute getRelation()
public BusinessType getType()