com.ptc.windchill.mpml.resource
Class MPMResourceMaster

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.enterprise.Master
          extended by wt.part.WTPartMaster
              extended by com.ptc.windchill.mpml.resource.MPMResourceMaster
All Implemented Interfaces:
MPMCompatibleMaster, Externalizable, Serializable, wt.build.BuildTargetMaster, ConfiguredMaster, SerialNumbered, SerialNumberedConfiguredMaster, EffContext, wt.eff.ProductSolution, Releasable, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.generic.GenericizableMaster, wt.iba.value.IBAHolder, DisplayIdentification, WTContained, WTContainedIdentified, PathOccurrenceMasterContext, PathOwner, wt.org.electronicIdentity.ElectronicallySignable, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, wt.part.Part, wt.part.PartMaster, wt.recent.RecentlyVisited, wt.representation.RepresentableMaster, wt.representation.RepresentablesAndMasters, wt.ufid.Federatable, Mastered
Direct Known Subclasses:
MPMPlantMaster, MPMResourceGroupMaster

public abstract class MPMResourceMaster
extends WTPartMaster
implements MPMCompatibleMaster, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.part.WTPartMaster
DEFAULT_UNIT, EFF_PROPAGATION_STOP, END_ITEM, NAME, NUMBER
 
Fields inherited from interface com.ptc.windchill.mpml.MPMCompatibleMaster
NAME, NUMBER
 
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
 
Fields inherited from interface wt.configuration.SerialNumbered
DEFAULT_TRACE_CODE
 
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 class wt.part.WTPartMaster
getDefaultTraceCode, getDefaultUnit, getIdentificationObject, getIdentity, getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, isEffPropagationStop, isEndItem, setDefaultTraceCode, setDefaultUnit, setEffPropagationStop, setEndItem, setOrganization, setOrganizationReference
 
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
 
Methods inherited from interface wt.org.OrganizationOwnedImpl
getOrganizationReference
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier
 

Method Detail

getName

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

Supported API: true

Specified by:
getName in interface MPMCompatibleMaster
Overrides:
getName in class WTPartMaster
Returns:
String

setName

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

Supported API: true

Specified by:
setName in interface MPMCompatibleMaster
Overrides:
setName in class WTPartMaster
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getNumber

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

Supported API: true

Specified by:
getNumber in interface MPMCompatibleMaster
Overrides:
getNumber in class WTPartMaster
Returns:
String

setNumber

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

Supported API: true

Specified by:
setNumber in interface MPMCompatibleMaster
Overrides:
setNumber in class WTPartMaster
Parameters:
a_Number -
Throws:
WTPropertyVetoException