|
|||||||||||
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 |
CRITERIA_REFERENCE
Label for the attribute. |
static String |
MAP
Label for the attribute. |
static String |
MAP_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
CollectionCriteria |
getCriteria()
Gets the object for the association that plays role: CRITERIA. |
ObjectReference |
getCriteriaReference()
Gets the value of the attribute: CRITERIA_REFERENCE. |
RelationshipMap |
getMap()
Gets the object for the association that plays role: MAP. |
ObjectReference |
getMapReference()
Gets the value of the attribute: MAP_REFERENCE. |
void |
setCriteria(CollectionCriteria a_Criteria)
Sets the object for the association that plays role: CRITERIA. |
void |
setCriteriaReference(ObjectReference a_CriteriaReference)
Sets the value of the attribute: CRITERIA_REFERENCE. |
void |
setMap(RelationshipMap a_Map)
Sets the object for the association that plays role: MAP. |
void |
setMapReference(ObjectReference a_MapReference)
Sets the value of the attribute: MAP_REFERENCE. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String CRITERIA
public static final String CRITERIA_REFERENCE
public static final String MAP
public static final String MAP_REFERENCE
Method Detail |
public CollectionCriteria getCriteria()
public void setCriteria(CollectionCriteria a_Criteria) throws WTPropertyVetoException, WTException
a_Criteria
-
WTPropertyVetoException
WTException
public ObjectReference getCriteriaReference()
public void setCriteriaReference(ObjectReference a_CriteriaReference) throws WTPropertyVetoException
a_CriteriaReference
-
WTPropertyVetoException
public RelationshipMap getMap()
public void setMap(RelationshipMap a_Map) throws WTPropertyVetoException, WTException
a_Map
-
WTPropertyVetoException
WTException
public ObjectReference getMapReference()
public void setMapReference(ObjectReference a_MapReference) throws WTPropertyVetoException
a_MapReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |