com.rapidtransform.product.model
Class PhysicalAssemblyRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.product.model.PhysicalAssemblyRelation
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class PhysicalAssemblyRelation
- extends AbstractBaseModel
- implements Approvable, OrganizationElement, OrganizationalData
The PhysicalAssemblyRelation links one physical item to a physical item assembly.
- Author:
- Steve Werner
- See Also:
- Serialized Form
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 |
PhysicalAssemblyRelation
public PhysicalAssemblyRelation()
getAssembly
public PhysicalInstance getAssembly()
- Returns:
- Returns the assembly.
setAssembly
public void setAssembly(PhysicalInstance assembly)
- Parameters:
assembly
- The assembly to set.
getDocuments
public java.util.Set<Document> getDocuments()
- Returns:
- Returns the documents.
setDocuments
public void setDocuments(java.util.Set<Document> documents)
- Parameters:
documents
- The documents to set.
getPhysicalInstance
public PhysicalInstance getPhysicalInstance()
- Returns:
- Returns the physicalInstance.
setPhysicalInstance
public void setPhysicalInstance(PhysicalInstance physicalInstance)
- Parameters:
physicalInstance
- The physicalInstance to set.
getRealizationOf
public ItemInstance getRealizationOf()
- Returns:
- Returns the realizationOf.
setRealizationOf
public void setRealizationOf(ItemInstance realizationOf)
- Parameters:
realizationOf
- The realizationOf to set.