wt.clients.prodmgmt
Class AllocatedPartMasterItem
java.lang.Object
wt.clients.beans.explorer.WTBusinessObject
wt.clients.prodmgmt.PartMasterItem
wt.clients.prodmgmt.ConfiguredPartMasterItem
wt.clients.prodmgmt.AllocatedPartMasterItem
- All Implemented Interfaces:
- Explorable, Identifiable, ReferenceHolder, Serializable
- public class AllocatedPartMasterItem
- extends ConfiguredPartMasterItem
PartItem
is a model class for manipulating WTPart objects.
It contains helper methods for manipulating attributes and relationships
of the WTPart class.
It extends wt.clients.beans.WTBusinessObject to allow easy manipulation in the
wt.clients.beans.WTExplorer.
Supported API: false
Extendable: false
- See Also:
WTPart
,
Serialized Form
Methods inherited from class wt.clients.prodmgmt.ConfiguredPartMasterItem |
getConfigurationItem, getOverride, getParentItem, getPathOccurrence, getUsesOccurrence, setConfigurationItem, setOverride, setParentItem, setPathOccurrence, setProductConfiguration, setUsesOccurrence |
Methods inherited from class wt.clients.beans.explorer.WTBusinessObject |
getAttributeValue, getAttributeValue, getContents, getObject, getOpenIcon, getStandardIcon, getUniqueIdentity, getUses, setIdentity, setObject, setObject, setStandardIcon, setStandardIcon |
instance
InstanceItem instance
AllocatedPartMasterItem
public AllocatedPartMasterItem()
throws WTException
- Constructs a new ConfiguredPartItem.
- Throws:
WTException
AllocatedPartMasterItem
public AllocatedPartMasterItem(WTPartMaster part)
- Constructs a new ConfiguredPartItem.
- Parameters:
part
- the contained wt.part.WTPart.- See Also:
WTPart
setInstanceItem
public void setInstanceItem(InstanceItem instance)
- Sets the product configuration for this product.
setProductInstance
public void setProductInstance(WTProductInstance2 instance)
- Sets the product configuration for this product.
getInstanceItem
public InstanceItem getInstanceItem()
- Returns the product configuration for this product.