org.broadleafcommerce.core.catalog.domain
Class ProductOptionXrefImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.ProductOptionXrefImpl
All Implemented Interfaces:
Serializable, ProductOptionXref

@Entity
public class ProductOptionXrefImpl
extends Object
implements ProductOptionXref

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  Product product
           
protected  ProductOption productOption
           
 
Constructor Summary
ProductOptionXrefImpl()
           
 
Method Summary
 Long getId()
           
 Product getProduct()
           
 ProductOption getProductOption()
           
 void setId(Long id)
           
 void setProduct(Product product)
           
 void setProductOption(ProductOption productOption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

product

protected Product product

productOption

protected ProductOption productOption
Constructor Detail

ProductOptionXrefImpl

public ProductOptionXrefImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface ProductOptionXref

setId

public void setId(Long id)
Specified by:
setId in interface ProductOptionXref

getProduct

public Product getProduct()
Specified by:
getProduct in interface ProductOptionXref

setProduct

public void setProduct(Product product)
Specified by:
setProduct in interface ProductOptionXref

getProductOption

public ProductOption getProductOption()
Specified by:
getProductOption in interface ProductOptionXref

setProductOption

public void setProductOption(ProductOption productOption)
Specified by:
setProductOption in interface ProductOptionXref


Copyright © 2013. All Rights Reserved.