|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.persistence.support.impl.AbstractRelationCriterionImpl
public abstract class AbstractRelationCriterionImpl
RelationCriterion represents the relational criteria around two PropertyCriterion.
| Constructor Summary | |
|---|---|
AbstractRelationCriterionImpl()
|
|
| Method Summary | |
|---|---|
PropertyCriterion |
getPropertyCriterion1()
Gets the first PropertyCriterion. |
PropertyCriterion |
getPropertyCriterion2()
Gets the second PropertyCriterion. |
void |
setPropertyCriterion1(PropertyCriterion propertyCriterion1)
Sets the first PropertyCriterion. |
void |
setPropertyCriterion2(PropertyCriterion propertyCriterion2)
Sets the second PropertyCriterion. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.persistence.support.RelationCriterion |
|---|
getCriterion |
| Constructor Detail |
|---|
public AbstractRelationCriterionImpl()
| Method Detail |
|---|
public PropertyCriterion getPropertyCriterion1()
PropertyCriterion.
getPropertyCriterion1 in interface RelationCriterionPropertyCriterion.public PropertyCriterion getPropertyCriterion2()
PropertyCriterion.
getPropertyCriterion2 in interface RelationCriterionPropertyCriterion.public void setPropertyCriterion1(PropertyCriterion propertyCriterion1)
PropertyCriterion.
setPropertyCriterion1 in interface RelationCriterionpropertyCriterion1 - the first PropertyCriterion.public void setPropertyCriterion2(PropertyCriterion propertyCriterion2)
PropertyCriterion.
setPropertyCriterion2 in interface RelationCriterionpropertyCriterion2 - the second PropertyCriterion.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||