com.ptc.windchill.mpml.resource
Class MPMSkillMaster

java.lang.Object
  extended by MPMOperationAssignableResourceMaster
      extended by com.ptc.windchill.mpml.resource.MPMSkillMaster
All Implemented Interfaces:
MPMConsumableResourceMaster, Externalizable, Serializable, ConfiguredMaster, NetFactor, ObjectMappable, Persistable, WTContained, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, wt.recent.RecentlyVisited, Mastered

public class MPMSkillMaster
extends MPMOperationAssignableResourceMaster
implements MPMConsumableResourceMaster, Externalizable

Use the newMPMSkillMaster static factory method(s), not the MPMSkillMaster 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: true


Field Summary
static String CATEGORY
          Label for the attribute.
 
Fields inherited from interface com.ptc.windchill.mpml.processplan.operation.MPMConsumableResourceMaster
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
 
Method Summary
 MPMSkillType getCategory()
          Gets the object for the association that plays role: CATEGORY.
 String getName()
          Gets the value of the attribute: NAME.
 String getNumber()
          Gets the value of the attribute: NUMBER.
 void setCategory(MPMSkillType a_Category)
          Sets the object for the association that plays role: CATEGORY.
 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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.org.OrganizationOwnedImpl
getOrganizationReference
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier
 

Field Detail

CATEGORY

public static final String CATEGORY
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getCategory

public MPMSkillType getCategory()
Gets the object for the association that plays role: CATEGORY.

Supported API: true

Returns:
MPMSkillType

setCategory

public void setCategory(MPMSkillType a_Category)
Sets the object for the association that plays role: CATEGORY.

Supported API: true

Parameters:
a_Category -

getName

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

Supported API: true

Specified by:
getName in interface MPMConsumableResourceMaster
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 MPMConsumableResourceMaster
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getNumber

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

Supported API: true

Specified by:
getNumber in interface MPMConsumableResourceMaster
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 MPMConsumableResourceMaster
Parameters:
a_Number -
Throws:
WTPropertyVetoException