|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
CRITERIA
Label for the attribute. |
static String |
FETCH
Label for the attribute. |
static String |
GROUP
Label for the attribute. |
static String |
RESULT
Label for the attribute. |
static String |
SORT
Label for the attribute. |
Method Summary | |
CriteriaSpecification |
getCriteria()
Gets the object for the association that plays role: CRITERIA. |
FetchSpecification |
getFetch()
Gets the object for the association that plays role: FETCH. |
GroupSpecification |
getGroup()
Gets the object for the association that plays role: GROUP. |
ResultSpecification |
getResult()
Gets the object for the association that plays role: RESULT. |
SortSpecification |
getSort()
Gets the object for the association that plays role: SORT. |
void |
setCriteria(CriteriaSpecification a_Criteria)
Sets the object for the association that plays role: CRITERIA. |
void |
setFetch(FetchSpecification a_Fetch)
Sets the object for the association that plays role: FETCH. |
void |
setGroup(GroupSpecification a_Group)
Sets the object for the association that plays role: GROUP. |
void |
setResult(ResultSpecification a_Result)
Sets the object for the association that plays role: RESULT. |
void |
setSort(SortSpecification a_Sort)
Sets the object for the association that plays role: SORT. |
Field Detail |
public static final String CRITERIA
public static final String FETCH
public static final String SORT
public static final String GROUP
public static final String RESULT
Method Detail |
public CriteriaSpecification getCriteria()
public void setCriteria(CriteriaSpecification a_Criteria) throws WTPropertyVetoException
a_Criteria
-
WTPropertyVetoException
public FetchSpecification getFetch()
public void setFetch(FetchSpecification a_Fetch) throws WTPropertyVetoException
a_Fetch
-
WTPropertyVetoException
public SortSpecification getSort()
public void setSort(SortSpecification a_Sort) throws WTPropertyVetoException
a_Sort
-
WTPropertyVetoException
public GroupSpecification getGroup()
public void setGroup(GroupSpecification a_Group) throws WTPropertyVetoException
a_Group
-
WTPropertyVetoException
public ResultSpecification getResult()
public void setResult(ResultSpecification a_Result) throws WTPropertyVetoException
a_Result
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |