org.opencrx.kernel.product1.jmi1
Interface BundledProductPosition

All Superinterfaces:
BundledProductPosition, ProductPosition, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
BundledProductDepotPosition, InvoiceBundledProductPosition, OpportunityBundledProductPosition, QuoteBundledProductPosition, RemovedBundledProductPosition, SalesOrderBundledProductPosition

public interface BundledProductPosition
extends BundledProductPosition, ProductPosition

Abstract class BundledProductPosition


Method Summary
 BundledProduct 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

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

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

getParentPosition

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

Specified by:
getParentPosition in interface BundledProductPosition
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 BundledProductPosition
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.