wt.dataops.objectcol
Interface CollectionOp

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
DataMaintRecord

public interface CollectionOp
extends Persistable



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

CRITERIA

public static final String CRITERIA
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

CRITERIA_REFERENCE

public static final String CRITERIA_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

MAP

public static final String MAP
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

MAP_REFERENCE

public static final String MAP_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getCriteria

public CollectionCriteria getCriteria()
Gets the object for the association that plays role: CRITERIA.

Supported API: false

Returns:
CollectionCriteria

setCriteria

public void setCriteria(CollectionCriteria a_Criteria)
                 throws WTPropertyVetoException,
                        WTException
Sets the object for the association that plays role: CRITERIA.

Supported API: false

Parameters:
a_Criteria -
Throws:
WTPropertyVetoException
WTException

getCriteriaReference

public ObjectReference getCriteriaReference()
Gets the value of the attribute: CRITERIA_REFERENCE.

Supported API: false

Returns:
ObjectReference

setCriteriaReference

public void setCriteriaReference(ObjectReference a_CriteriaReference)
                          throws WTPropertyVetoException
Sets the value of the attribute: CRITERIA_REFERENCE.

Supported API: false

Parameters:
a_CriteriaReference -
Throws:
WTPropertyVetoException

getMap

public RelationshipMap getMap()
Gets the object for the association that plays role: MAP.

Supported API: false

Returns:
RelationshipMap

setMap

public void setMap(RelationshipMap a_Map)
            throws WTPropertyVetoException,
                   WTException
Sets the object for the association that plays role: MAP.

Supported API: false

Parameters:
a_Map -
Throws:
WTPropertyVetoException
WTException

getMapReference

public ObjectReference getMapReference()
Gets the value of the attribute: MAP_REFERENCE.

Supported API: false

Returns:
ObjectReference

setMapReference

public void setMapReference(ObjectReference a_MapReference)
                     throws WTPropertyVetoException
Sets the value of the attribute: MAP_REFERENCE.

Supported API: false

Parameters:
a_MapReference -
Throws:
WTPropertyVetoException