|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.opencrx.kernel.contract1.jdo2.AbstractOpportunityPosition
org.opencrx.kernel.contract1.jdo2.OpportunityComplexProductBundlePosition
public class OpportunityComplexProductBundlePosition
Class OpportunityComplexProductBundlePosition
| Nested Class Summary | |
|---|---|
static class |
OpportunityComplexProductBundlePosition.Slice
|
| Nested classes/interfaces inherited from class org.opencrx.kernel.contract1.jdo2.AbstractOpportunityPosition |
|---|
AbstractOpportunityPosition.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.BLOB, org.w3c.jdo2.AbstractObject.CLOB, org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.AbstractOpportunityPosition |
|---|
AbstractOpportunityPosition.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::contract1::OpportunityComplexProductBundlePosition |
| Fields inherited from class org.opencrx.kernel.contract1.jdo2.AbstractOpportunityPosition |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
OpportunityComplexProductBundlePosition()
|
|
| Method Summary | |
|---|---|
ComplexProductBundle |
getBasedOn()
Retrieves the value for the reference basedOn. |
ProductPosition |
getParentPosition()
Retrieves the value for the reference parentPosition. |
static AbstractOpportunityPosition.Identity |
newIdentity(Opportunity.Identity opportunity,
boolean idIsPersistent,
String id)
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
protected int |
openmdxjdoGetSize(int field)
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
void |
setBasedOn(ComplexProductBundle basedOn)
Sets a new value for the reference basedOn. |
void |
setParentPosition(ProductPosition parentPosition)
Sets a new value for the reference parentPosition. |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetIdentity, openmdxjdoGetIdentity, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.AbstractOpportunityPosition |
|---|
getCloseProbability, getEstimatedCloseDate, setCloseProbability, setEstimatedCloseDate, setOpportunity, setOpportunity |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.AddressContainer |
|---|
getAddress |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.DeliveryRequestContainer |
|---|
getDeliveryRequest |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetail |
|---|
getCarrier, getGiftMessage, getShippingInstructions, getShippingMethod, getShippingTrackingNumber, isGift, setCarrier, setGift, setGiftMessage, setShippingInstructions, setShippingMethod, setShippingTrackingNumber |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SubscriptionTarget |
|---|
addSubscription, addSubscriptionForParent, removeSubscription, removeSubscriptionForParent |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::contract1::OpportunityComplexProductBundlePosition
| Constructor Detail |
|---|
public OpportunityComplexProductBundlePosition()
| Method Detail |
|---|
public ComplexProductBundle getBasedOn()
basedOn.
getBasedOn in interface ComplexProductBundlePositionnull – value for this reference.public void setBasedOn(ComplexProductBundle basedOn)
basedOn.
setBasedOn in interface ComplexProductBundlePositionbasedOn - The non-null new value for this reference.public ProductPosition getParentPosition()
parentPosition.
getParentPosition in interface ComplexProductBundlePositionnull – value for this reference.public void setParentPosition(ProductPosition parentPosition)
parentPosition.
setParentPosition in interface ComplexProductBundlePositionparentPosition - The non-null new value for this reference.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class AbstractOpportunityPosition
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class AbstractOpportunityPositionprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class AbstractOpportunityPositionprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class AbstractOpportunityPositionOpportunityComplexProductBundlePosition.CLASS
public static AbstractOpportunityPosition.Identity newIdentity(Opportunity.Identity opportunity,
boolean idIsPersistent,
String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||