All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.product1.cci2.Product Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.product1.cci2;

/**
 * Class Product
 */
public interface Product
  extends org.opencrx.kernel.depot1.cci2.BookingOrigin,
    org.opencrx.kernel.generic.cci2.DescriptionContainer,
    org.opencrx.kernel.generic.cci2.Pictured,
    org.opencrx.kernel.product1.cci2.AbstractProduct,
    org.opencrx.kernel.product1.cci2.ProductConfigurationSet{

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute grossWeightKilogram.
   * @return The possibly null value for attribute grossWeightKilogram.
   */
  public java.math.BigDecimal getGrossWeightKilogram(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute grossWeightKilogram.
   * @param grossWeightKilogram The possibly null new value for attribute grossWeightKilogram.
   */
  public void setGrossWeightKilogram(
    java.math.BigDecimal grossWeightKilogram
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute isStockItem.
   * @return The possibly null value for attribute isStockItem.
   */
  public java.lang.Boolean isStockItem(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute isStockItem.
   * @param isStockItem The possibly null new value for attribute isStockItem.
   */
  public void setStockItem(
    java.lang.Boolean isStockItem
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute netWeightKilogram.
   * @return The possibly null value for attribute netWeightKilogram.
   */
  public java.math.BigDecimal getNetWeightKilogram(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute netWeightKilogram.
   * @param netWeightKilogram The possibly null new value for attribute netWeightKilogram.
   */
  public void setNetWeightKilogram(
    java.math.BigDecimal netWeightKilogram
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute productDimension.
   * @return The possibly null value for attribute productDimension.
   */
  public java.lang.String getProductDimension(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute productDimension.
   * @param productDimension The possibly null new value for attribute productDimension.
   */
  public void setProductDimension(
    java.lang.String productDimension
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference productMembership.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.product1.cci2.ProductContainsProductMembership.ProductMembership getProductMembership(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference productPhase.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.product1.cci2.ProductContainsProductPhase.ProductPhase getProductPhase(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference relatedProduct.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.product1.cci2.ProductHasRelatedProduct.RelatedProduct getRelatedProduct(
  );

// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.base.cci2.Void setConfigurationType(
      org.opencrx.kernel.product1.cci2.SetConfigurationTypeParams in
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy