com.rapidtransform.product.model
Class ProductSpecRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.spec.model.BaseSpecRelation<Product>
          extended by com.rapidtransform.product.model.ProductSpecRelation
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, ConfiguredSpec, Effective, SpecRelation<Product>, java.io.Serializable

public class ProductSpecRelation
extends BaseSpecRelation<Product>

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ProductSpecRelation()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.spec.model.BaseSpecRelation
getSource, getTarget, setSource, setTarget
 
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
 
Methods inherited from interface com.rapidtransform.core.model.Model
getId, getMetaTypeName, getPropertyHolder, getUuid, setMetaTypeName, setPropertyHolder
 

Constructor Detail

ProductSpecRelation

public ProductSpecRelation()