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

org.opencrx.kernel.product1.cci2.PriceListEntry 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 PriceListEntry
 */
public interface PriceListEntry
  extends org.opencrx.kernel.base.cci2.SecureObject,
    org.opencrx.kernel.product1.cci2.AbstractProductPrice,
    org.openmdx.base.cci2.BasicObject{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference basePrice.
   * @return The – possibly null – value for this reference.
   */
  public org.opencrx.kernel.product1.cci2.ProductBasePrice getBasePrice(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference basePrice.
   * @param basePrice The new – possibly null – value for this reference.
   */
  public void setBasePrice(
    org.opencrx.kernel.product1.cci2.ProductBasePrice basePrice
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference product.
   * @return The – possibly null – value for this reference.
   */
  public org.opencrx.kernel.product1.cci2.AbstractProduct getProduct(
  );

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

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

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

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

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

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

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute productName.
   * @return The non-null value for attribute productName.
   */
  public java.lang.String getProductName(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute productName.
   * 

* This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW * @param productName The non-null new value for attribute productName. */ public void setProductName( java.lang.String productName ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference salesTaxType. * @return The – possibly null – value for this reference. */ public org.opencrx.kernel.product1.cci2.SalesTaxType getSalesTaxType( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- /** * Object Identity */ public interface Identity extends org.oasisopen.cci2.Identity { /** * Retrieve the Segment's identity * @return the parent object's identity */ public org.openmdx.base.cci2.Segment.Identity getSegment(); /** * Tells whether the id value is persistent or reassignable. * @return PERSISTENT or REASSIGNABLE */ public org.oasisopen.cci2.QualifierType getIdType(); /** * The id value * @return the id value */ public java.lang.String getId(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy