com.ptc.windchill.mpml
Class MPMEPMDocumentDescribeLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.struct.IteratedDescribeLink
              extended by com.ptc.windchill.mpml.MPMEPMDocumentDescribeLink
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class MPMEPMDocumentDescribeLink
extends IteratedDescribeLink
implements Externalizable

Use the newMPMEPMDocumentDescribeLink static factory method(s), not the MPMEPMDocumentDescribeLink 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 BUILT_FLAG
          Label for the attribute.
static String DESCRIPTION
          Label for the attribute.
static String ILLUSTRATION
          Label for the attribute.
 
Method Summary
 String getDescription()
          Gets the value of the attribute: DESCRIPTION.
 boolean isBuiltFlag()
          Gets the value of the attribute: BUILT_FLAG.
 boolean isIllustration()
          Gets the value of the attribute: ILLUSTRATION.
 void setBuiltFlag(boolean a_BuiltFlag)
          Sets the value of the attribute: BUILT_FLAG.
 void setDescription(String a_Description)
          Sets the value of the attribute: DESCRIPTION.
 void setIllustration(boolean a_Illustration)
          Sets the value of the attribute: ILLUSTRATION.
 
Methods inherited from class wt.vc.struct.IteratedDescribeLink
getDescribedBy, getDescribes
 
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

BUILT_FLAG

public static final String BUILT_FLAG
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

ILLUSTRATION

public static final String ILLUSTRATION
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

isBuiltFlag

public boolean isBuiltFlag()
Gets the value of the attribute: BUILT_FLAG.

Supported API: true

Returns:
boolean

setBuiltFlag

public void setBuiltFlag(boolean a_BuiltFlag)
                  throws WTPropertyVetoException
Sets the value of the attribute: BUILT_FLAG.

Supported API: true

Parameters:
a_BuiltFlag -
Throws:
WTPropertyVetoException

getDescription

public String getDescription()
Gets the value of the attribute: DESCRIPTION.

Supported API: true

Returns:
String

setDescription

public void setDescription(String a_Description)
                    throws WTPropertyVetoException
Sets the value of the attribute: DESCRIPTION.

Supported API: true

Parameters:
a_Description -
Throws:
WTPropertyVetoException

isIllustration

public boolean isIllustration()
Gets the value of the attribute: ILLUSTRATION.

Supported API: true

Returns:
boolean

setIllustration

public void setIllustration(boolean a_Illustration)
                     throws WTPropertyVetoException
Sets the value of the attribute: ILLUSTRATION.

Supported API: true

Parameters:
a_Illustration -
Throws:
WTPropertyVetoException