|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.RevisionControlled
wt.part.WTPart
com.ptc.windchill.mpml.resource.MPMResource
com.ptc.windchill.mpml.resource.MPMResourceGroup
public class MPMResourceGroup
Use the newMPMResourceGroup static factory method(s), not
the MPMResourceGroup 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 class com.ptc.windchill.mpml.resource.MPMResource |
|---|
DESCRIPTION |
| Fields inherited from class wt.part.WTPart |
|---|
CONTRACT_NUMBER, DEFAULT_TRACE_CODE, DEFAULT_UNIT, END_ITEM, GENERIC_TYPE, JOB_AUTHORIZATION_NUMBER, NAME, NUMBER, PART_TYPE, PHASE, SOURCE |
| Fields inherited from class wt.enterprise.RevisionControlled |
|---|
MASTER |
| Fields inherited from interface com.ptc.windchill.mpml.MPMCompatible |
|---|
MASTER, MASTER_REFERENCE, NAME, NUMBER |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Fields inherited from interface wt.generic.Genericizable |
|---|
MASTER, MASTER_REFERENCE |
| Method Summary | |
|---|---|
MPMResourceGroupType |
getCategory()
Gets the value of the attribute: CATEGORY. |
protected void |
initialize(String number,
String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
MPMResourceGroupType category)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMResourceGroupType category)
Supports initialization, following construction of an instance. |
static MPMResourceGroup |
newMPMResourceGroup()
Constructs a new MPMResourceGroup. |
static MPMResourceGroup |
newMPMResourceGroup(String number,
String name)
Constructs a new MPMResourceGroup and sets the MPMPResourceGroupMaster's name and number to the passed-in values. |
static MPMResourceGroup |
newMPMResourceGroup(String number,
String name,
MPMResourceGroupType category)
Constructs a new MPMResourceGroup and sets the MPMResourceGroupMaster's name and number to the passed-in values. |
static MPMResourceGroup |
newMPMResourceGroup(String number,
String name,
QuantityUnit defaultUnit)
Constructs a new MPMResourceGroup and sets the MPMResourceGroupMaster's name and number to the passed-in values. |
static MPMResourceGroup |
newMPMResourceGroup(String number,
String name,
QuantityUnit defaultUnit,
MPMResourceGroupType category)
Constructs a new MPMResourceGroup and sets the MPMResourceGroupMaster's name and number to the passed-in values. |
void |
setCategory(MPMResourceGroupType a_Category)
Sets the value of the attribute: CATEGORY. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
| Methods inherited from class com.ptc.windchill.mpml.resource.MPMResource |
|---|
getDescription, getName, getNumber, setDescription, setName, setNumber |
| Methods inherited from class wt.enterprise.RevisionControlled |
|---|
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMasterReference |
| 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 com.ptc.windchill.mpml.MPMCompatible |
|---|
getMaster, getMasterReference, setMasterReference |
| Methods inherited from interface wt.org.OrganizationOwnedVersion |
|---|
getOrganizationReference |
| Methods inherited from interface wt.org.OrganizationOwned |
|---|
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier |
| Methods inherited from interface wt.generic.Genericizable |
|---|
getMaster, getMasterReference, setMasterReference |
| Field Detail |
|---|
public static final String CATEGORY
| Method Detail |
|---|
public MPMResourceGroupType getCategory()
public void setCategory(MPMResourceGroupType a_Category)
throws WTPropertyVetoException
a_Category -
WTPropertyVetoException
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
setMaster in interface MPMCompatiblesetMaster in interface ConfiguredVersionsetMaster in interface GenericizablesetMaster in interface IteratedsetMaster in class MPMResourcea_Master -
WTPropertyVetoException
WTExceptionMastered
public static MPMResourceGroup newMPMResourceGroup(String number,
String name)
throws WTException
number - name -
WTException
protected void initialize(String number,
String name)
throws WTException
initialize in class WTPartnumber - name -
WTException
public static MPMResourceGroup newMPMResourceGroup(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
number - name - defaultUnit -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
initialize in class WTPartnumber - name - defaultUnit -
WTException
public static MPMResourceGroup newMPMResourceGroup()
throws WTException
WTException
public static MPMResourceGroup newMPMResourceGroup(String number,
String name,
QuantityUnit defaultUnit,
MPMResourceGroupType category)
throws WTException
number - name - defaultUnit - category -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMResourceGroupType category)
throws WTException
number - name - defaultUnit - category -
WTException
public static MPMResourceGroup newMPMResourceGroup(String number,
String name,
MPMResourceGroupType category)
throws WTException
number - name - category -
WTException
protected void initialize(String number,
String name,
MPMResourceGroupType category)
throws WTException
number - name - category -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||