|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.persistence.support.impl.AbstractPropertyCriterionImpl
public abstract class AbstractPropertyCriterionImpl
PropertyCriteriaImpl represents the criteria around a domain object property.
| Constructor Summary | |
|---|---|
AbstractPropertyCriterionImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Gets the name of the property to be checked. |
java.lang.Object[] |
getRestrictionValues()
Gets the restriction values, i.e., the value that the property should equal to. |
PropertyCriterion |
setPropertyName(java.lang.String propertyName)
Sets the name of the property to be checked. |
PropertyCriterion |
setRestrictionValues(java.lang.Object[] restrictionValues)
Sets the restriction values, i.e., the value that the property should equal to. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.persistence.support.PropertyCriterion |
|---|
getCriterion |
| Constructor Detail |
|---|
public AbstractPropertyCriterionImpl()
| Method Detail |
|---|
public java.lang.String getPropertyName()
getPropertyName in interface PropertyCriterionpublic java.lang.Object[] getRestrictionValues()
getRestrictionValues in interface PropertyCriterionpublic PropertyCriterion setPropertyName(java.lang.String propertyName)
setPropertyName in interface PropertyCriterionpropertyName - name of the property
public PropertyCriterion setRestrictionValues(java.lang.Object[] restrictionValues)
setRestrictionValues in interface PropertyCriterionrestrictionValues - restriction values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||