com.ptc.windchill.mpml.processplan.operation
Class MPMOperationToPartLink

java.lang.Object
  extended by MPMOperationRefLinkQuantity
      extended by com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink
All Implemented Interfaces:
Externalizable, Serializable

public class MPMOperationToPartLink
extends MPMOperationRefLinkQuantity
implements Externalizable

Use the newMPMOperationToPartLink static factory method(s), not the MPMOperationToPartLink 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


Field Summary
static String LINE_NUMBER
          Label for the attribute.
 
Method Summary
 LineNumber getLineNumber()
          Gets the object for the association that plays role: LINE_NUMBER.
 void setLineNumber(LineNumber a_LineNumber)
          Sets the object for the association that plays role: LINE_NUMBER.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_NUMBER

public static final String LINE_NUMBER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getLineNumber

public LineNumber getLineNumber()
Gets the object for the association that plays role: LINE_NUMBER.

Supported API: true

Returns:
LineNumber

setLineNumber

public void setLineNumber(LineNumber a_LineNumber)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: LINE_NUMBER.

Supported API: true

Parameters:
a_LineNumber -
Throws:
WTPropertyVetoException