wt.vc.baseline
Class BaselineMember

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.baseline.BaselineMember
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class BaselineMember
extends ObjectToObjectLink
implements Externalizable

In the PDM Enablers UML, this association is named "Baselined". The name here is consistent with other Windchill associations.

Use the newBaselineMember static factory method(s), not the BaselineMember constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String BASELINE_ROLE
          Label for the attribute.
static String BASELINEABLE_ROLE
          Label for the attribute.
 
Method Summary
 Baseline getBaseline()
          Gets the object for the association that plays role: BASELINE_ROLE.
 Baselineable getBaselineable()
          Gets the object for the association that plays role: BASELINEABLE_ROLE.
 void setBaseline(Baseline theBaseline)
          Sets the object for the association that plays role: BASELINE_ROLE.
 void setBaselineable(Baselineable theBaselineable)
          Sets the object for the association that plays role: BASELINEABLE_ROLE.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BASELINE_ROLE

public static final String BASELINE_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

BASELINEABLE_ROLE

public static final String BASELINEABLE_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getBaseline

public Baseline getBaseline()
Gets the object for the association that plays role: BASELINE_ROLE.

Supported API: true

Returns:
Baseline

setBaseline

public void setBaseline(Baseline theBaseline)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: BASELINE_ROLE.

Supported API: true

Parameters:
theBaseline -
Throws:
WTPropertyVetoException

getBaselineable

public Baselineable getBaselineable()
Gets the object for the association that plays role: BASELINEABLE_ROLE.

Supported API: true

Returns:
Baselineable

setBaselineable

public void setBaselineable(Baselineable theBaselineable)
                     throws WTPropertyVetoException
Sets the object for the association that plays role: BASELINEABLE_ROLE.

Supported API: true

Parameters:
theBaselineable -
Throws:
WTPropertyVetoException