com.rapidtransform.product.model
Class ProductDesign

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.product.model.ProductDesign
All Implemented Interfaces:
Model, java.io.Serializable

public class ProductDesign
extends AbstractBaseModel

A ProductDesign is a way to associate an ItemVersion with a Product.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ProductDesign()
           
 
Method Summary
 Product getProduct()
           
 void setProduct(Product product)
           
 
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

ProductDesign

public ProductDesign()
Method Detail

getProduct

public Product getProduct()
Returns:
Returns the product.

setProduct

public void setProduct(Product product)
Parameters:
product - The product to set.