com.ptc.windchill.mpml.processplan.operation
Interface MPMOperationHolderMaster

All Superinterfaces:
ConfiguredMaster, Mastered, NetFactor, ObjectMappable, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, Persistable, wt.recent.RecentlyVisited, Serializable, WTContained
All Known Implementing Classes:
MPMOperationMaster, MPMProcessPlanMaster, MPMSequenceMaster

public interface MPMOperationHolderMaster
extends Mastered, OrganizationOwnedMaster, ConfiguredMaster, WTContained



Supported API: true

Extendable: false


Field Summary
static String NAME
          Label for the attribute.
static String NUMBER
          Label for the attribute.
 
Fields inherited from interface wt.org.OrganizationOwnedImpl
ORGANIZATION_REFERENCE
 
Fields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER
 
Method Summary
 String getName()
          Gets the value of the attribute: NAME.
 String getNumber()
          Gets the value of the attribute: NUMBER.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 void setNumber(String a_Number)
          Sets the value of the attribute: NUMBER.
 
Methods inherited from interface wt.org.OrganizationOwnedImpl
getOrganizationReference
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier
 

Field Detail

NUMBER

static final String NUMBER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

NAME

static final String NAME
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getNumber

String getNumber()
Gets the value of the attribute: NUMBER.

Supported API: true

Returns:
String

setNumber

void setNumber(String a_Number)
               throws WTPropertyVetoException
Sets the value of the attribute: NUMBER.

Supported API: true

Parameters:
a_Number -
Throws:
WTPropertyVetoException

getName

String getName()
Gets the value of the attribute: NAME.

Supported API: true

Returns:
String

setName

void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException