org.opencrx.kernel.product1.jmi1
Interface ProductBundlePosition

All Superinterfaces:
ProductBundlePosition, ProductPosition, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
InvoiceProductBundlePosition, OpportunityProductBundlePosition, ProductBundleDepotPosition, QuoteProductBundlePosition, RemovedProductBundlePosition, SalesOrderProductBundlePosition

public interface ProductBundlePosition
extends ProductBundlePosition, ProductPosition

Abstract class ProductBundlePosition


Method Summary
 ProductBundle getBasedOn()
          Retrieves the value for the reference basedOn.
 ProductPosition getParentPosition()
          Retrieves the value for the reference parentPosition.
 void removeParentPosition()
          Removes the value for the optional reference parentPosition.
 void setParentPosition(ProductPosition parentPosition)
          Sets a new value for the reference parentPosition.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getBasedOn

ProductBundle getBasedOn()
Retrieves the value for the reference basedOn.

Specified by:
getBasedOn in interface ProductBundlePosition
Returns:
The – possibly null – value for this reference.

getParentPosition

ProductPosition getParentPosition()
Retrieves the value for the reference parentPosition.

Specified by:
getParentPosition in interface ProductBundlePosition
Returns:
The – possibly null – value for this reference.

setParentPosition

void setParentPosition(ProductPosition parentPosition)
Sets a new value for the reference parentPosition.

Specified by:
setParentPosition in interface ProductBundlePosition
Parameters:
parentPosition - The non-null new value for this reference.

removeParentPosition

void removeParentPosition()
Removes the value for the optional reference parentPosition.



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