com.rapidtransform.product.model
Class ProductToItemInstance

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.product.model.ProductStructureRelation
          extended by com.rapidtransform.product.model.ProductToItemInstance
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, InstanceUsageContext, Effective, java.io.Serializable

public class ProductToItemInstance
extends ProductStructureRelation

Author:
S. Werner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.rapidtransform.product.model.ProductStructureRelation
ProductStructureRelation.RelationType
 
Constructor Summary
ProductToItemInstance()
           
 
Method Summary
 ItemInstance getRelated()
           
 void setRelated(ItemInstance related)
           
 
Methods inherited from class com.rapidtransform.product.model.ProductStructureRelation
getDescription, getDocuments, getRelating, getType, setDescription, setDocuments, setRelating, setType
 
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

ProductToItemInstance

public ProductToItemInstance()
Method Detail

getRelated

public ItemInstance getRelated()

setRelated

public void setRelated(ItemInstance related)