org.opencrx.kernel.product1.cci2
Interface ProductDescriptor

All Known Subinterfaces:
ConfiguredProduct, ConfiguredProduct, InventoryItem, InventoryItem, InvoicePosition, InvoicePosition, OpportunityPosition, OpportunityPosition, ProductDepotPosition, ProductDepotPosition, ProductDescriptor, ProductReference, ProductReference, QuotePosition, QuotePosition, RemovedPosition, RemovedPosition, SalesOrderPosition, SalesOrderPosition
All Known Implementing Classes:
InventoryItem, InvoicePosition, OpportunityPosition, ProductDepotPosition, ProductReference, QuotePosition, RemovedPosition, SalesOrderPosition

public interface ProductDescriptor

Abstract class ProductDescriptor


Method Summary
 Product getProduct()
          Retrieves the value for the reference product.
 void setProduct(Product product)
          Sets a new value for the reference product.
 

Method Detail

getProduct

Product getProduct()
Retrieves the value for the reference product.

Returns:
The – possibly null – value for this reference.

setProduct

void setProduct(Product product)
Sets a new value for the reference product.

Parameters:
product - The non-null new value for this reference.


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.