com.ptc.windchill.mpml
Interface MPMCompatibleMaster

All Superinterfaces:
ConfiguredMaster, Mastered, NetFactor, ObjectMappable, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, Persistable, wt.recent.RecentlyVisited, Serializable, WTContained
All Known Implementing Classes:
MPMMfgProcessMaster, MPMPlantMaster, MPMResourceGroupMaster, MPMResourceMaster

public interface MPMCompatibleMaster
extends Mastered, WTContained, ConfiguredMaster, OrganizationOwnedMaster



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

NAME

static final String NAME
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

NUMBER

static final String NUMBER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

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

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