|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.codehelper.dto.CriteriaElementDto
The input to the ICodeHelper, will consist of a List of instances of this class. The ICodeHelper will query the 'domainClassName' and use reflection to determine the fields to return. Additional criteria can be specified using instances of CriteriaElementDto.
| Constructor Summary | |
CriteriaElementDto()
|
|
| Method Summary | |
CriteriaField |
getCriteria()
Getter for property criteria. |
String |
getFieldName()
Getter for property fieldName. |
void |
setCriteria(CriteriaField criteria)
Setter for property criteria. |
void |
setFieldName(String fieldName)
Setter for property fieldName. |
String |
toString()
Returns diagnostic information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CriteriaElementDto()
| Method Detail |
public String getFieldName()
public void setFieldName(String fieldName)
fieldName - New value of property fieldName.public CriteriaField getCriteria()
public void setCriteria(CriteriaField criteria)
criteria - New value of property criteria.public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||