|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Product
Class Product
| Nested Class Summary | |
|---|---|
static interface |
Product.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
void |
addProductPhase(boolean idIsPersistent,
String id,
ProductPhase productPhase)
Adds the specified element to the set of the values for the reference productPhase. |
|
void |
addRelatedProduct(boolean idIsPersistent,
String id,
RelatedProduct relatedProduct)
Adds the specified element to the set of the values for the reference relatedProduct. |
|
BigDecimal |
getGrossWeightKilogram()
Retrieves the possibly null value for the optional attribute grossWeightKilogram. |
|
BigDecimal |
getNetWeightKilogram()
Retrieves the possibly null value for the optional attribute netWeightKilogram. |
|
String |
getProductDimension()
Retrieves the possibly null value for the optional attribute productDimension. |
|
|
getProductPhase()
Retrieves a set containing all the elements for the reference productPhase. |
|
ProductPhase |
getProductPhase(boolean idIsPersistent,
String id)
Retrieves the value for the reference productPhase for the
specified qualifier attribute value. |
|
|
getRelatedProduct()
Retrieves a set containing all the elements for the reference relatedProduct. |
|
RelatedProduct |
getRelatedProduct(boolean idIsPersistent,
String id)
Retrieves the value for the reference relatedProduct for
the specified qualifier attribute value. |
|
Boolean |
isStockItem()
Retrieves the possibly null value for the optional attribute isStockItem. |
|
org.openmdx.base.cci2.Void |
setConfigurationType(ProductConfigurationTypeSet configurationType)
|
|
void |
setGrossWeightKilogram(BigDecimal grossWeightKilogram)
Sets a new value for the attribute grossWeightKilogram. |
|
void |
setNetWeightKilogram(BigDecimal netWeightKilogram)
Sets a new value for the attribute netWeightKilogram. |
|
void |
setProductDimension(String productDimension)
Sets a new value for the attribute productDimension. |
|
void |
setStockItem(Boolean isStockItem)
Sets a new value for the attribute isStockItem. |
|
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractProduct |
|---|
addAssignedAccount, addBasePrice, getActiveOn, getAlternateProductNumber, getAssignedAccount, getAssignedAccount, getBasePrice, getBasePrice, getClassification, getDefaultPriceLevel, getDefaultUom, getDescription, getDetailedDescription, getExpiresOn, getName, getPriceUom, getProductNumber, getProductState, getProductUsage, getSalesTaxType, setActiveOn, setAlternateProductNumber, setDefaultPriceLevel, setDefaultUom, setDescription, setDetailedDescription, setExpiresOn, setName, setProductNumber, setProductState, setProductUsage, setSalesTaxType |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
addDepotReference, getDepotReference, getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, 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, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| 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, getView |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AddressContainer |
|---|
addAddress, getAddress, getAddress |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ContractPositionConstrained |
|---|
getDefaultPositions, getDefaultQuantity, getItemNumber, getMaxPositions, getMaxQuantity, getMinMaxQuantityHandling, getMinPositions, getMinQuantity, getOffsetQuantity, isAllowModification, isAllowRemoval, setAllowModification, setAllowRemoval, setDefaultPositions, setDefaultQuantity, setItemNumber, setMaxPositions, setMaxQuantity, setMinMaxQuantityHandling, setMinPositions, setMinQuantity, setOffsetQuantity |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSet |
|---|
addConfiguration, getConfigType, getConfiguration, getConfiguration, unsetConfigurationType |
| Method Detail |
|---|
BigDecimal getGrossWeightKilogram()
grossWeightKilogram.
grossWeightKilogram.void setGrossWeightKilogram(BigDecimal grossWeightKilogram)
grossWeightKilogram.
grossWeightKilogram - The possibly null new value for attribute grossWeightKilogram.Boolean isStockItem()
isStockItem.
isStockItem.void setStockItem(Boolean isStockItem)
isStockItem.
isStockItem - The possibly null new value for attribute isStockItem.BigDecimal getNetWeightKilogram()
netWeightKilogram.
netWeightKilogram.void setNetWeightKilogram(BigDecimal netWeightKilogram)
netWeightKilogram.
netWeightKilogram - The possibly null new value for attribute netWeightKilogram.String getProductDimension()
productDimension.
productDimension.void setProductDimension(String productDimension)
productDimension.
productDimension - The possibly null new value for attribute productDimension.<T extends ProductPhase> Collection<T> getProductPhase()
productPhase.
ProductPhase getProductPhase(boolean idIsPersistent,
String id)
productPhase for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addProductPhase(boolean idIsPersistent,
String id,
ProductPhase productPhase)
productPhase.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.productPhase - The element to be appended.<T extends RelatedProduct> Collection<T> getRelatedProduct()
relatedProduct.
RelatedProduct getRelatedProduct(boolean idIsPersistent,
String id)
relatedProduct for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addRelatedProduct(boolean idIsPersistent,
String id,
RelatedProduct relatedProduct)
relatedProduct.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.relatedProduct - The element to be appended.org.openmdx.base.cci2.Void setConfigurationType(ProductConfigurationTypeSet configurationType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||