|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyCriterion
PropertyCriteria represents the criteria around a domain object property.
| Method Summary | |
|---|---|
java.lang.Object |
getCriterion()
Return the persistence layer specfic criterion object, i.e. |
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. |
| Method Detail |
|---|
java.lang.Object getCriterion()
java.lang.String getPropertyName()
java.lang.Object[] getRestrictionValues()
PropertyCriterion setPropertyName(java.lang.String propertyName)
propertyName - name of the property
PropertyCriterion setRestrictionValues(java.lang.Object[] restrictionValues)
restrictionValues - restriction values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||