wt.clients.prodmgmt
Class AllocatedPartMasterItem

java.lang.Object
  extended bywt.clients.beans.explorer.WTBusinessObject
      extended bywt.clients.prodmgmt.PartMasterItem
          extended bywt.clients.prodmgmt.ConfiguredPartMasterItem
              extended bywt.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

Field Summary
(package private)  InstanceItem instance
           
 
Fields inherited from class wt.clients.prodmgmt.ConfiguredPartMasterItem
configuration, override, parentItem, pathOccurrence, usesOccurrence
 
Fields inherited from class wt.clients.prodmgmt.PartMasterItem
 
Fields inherited from class wt.clients.beans.explorer.WTBusinessObject
 
Constructor Summary
AllocatedPartMasterItem()
          Constructs a new ConfiguredPartItem.
AllocatedPartMasterItem(WTPartMaster part)
          Constructs a new ConfiguredPartItem.
 
Method Summary
 InstanceItem getInstanceItem()
          Returns the product configuration for this product.
 void setInstanceItem(InstanceItem instance)
          Sets the product configuration for this product.
 void setProductInstance(WTProductInstance2 instance)
          Sets the product configuration for this product.
 
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.prodmgmt.PartMasterItem
create, getIdentity, getLastUpdatedDate, getName, getNumber, getPartMaster, getResource, setPartMaster, setPartSimply, toString
 
Methods inherited from class wt.clients.beans.explorer.WTBusinessObject
getAttributeValue, getAttributeValue, getContents, getObject, getOpenIcon, getStandardIcon, getUniqueIdentity, getUses, setIdentity, setObject, setObject, setStandardIcon, setStandardIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

InstanceItem instance
Constructor Detail

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
Method Detail

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.