com.rapidtransform.product.model
Class ProductToProduct

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

public class ProductToProduct
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
ProductToProduct()
           
 
Method Summary
 Product getRelated()
           
 void setRelated(Product 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

ProductToProduct

public ProductToProduct()
Method Detail

getRelated

public Product getRelated()

setRelated

public void setRelated(Product related)