com.rapidtransform.part.model
Class AssemblyRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.part.model.ItemViewInstanceRelation
          extended by com.rapidtransform.part.model.AssemblyRelation
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, InstanceUsageContext, Effective, java.io.Serializable
Direct Known Subclasses:
NextHigherRelation

public class AssemblyRelation
extends ItemViewInstanceRelation

This class is the relationship between components on a product structure or BOM. The AssemblyRelation represents the usage of certain components to create the top level product. Each AssemblyRelation must contain the quantity and UnitOfMeasure of the component used by the parent component.

Author:
Steve
See Also:
Serialized Form

Constructor Summary
AssemblyRelation()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.part.model.ItemViewInstanceRelation
getDocuments, getInstance, getView, setDocuments, setInstance, setView
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyRelation

public AssemblyRelation()