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

org.opencrx.kernel.forecast1.jmi1.SalesVolumeBudgetPosition Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.jmi1;

/**
 * Abstract class {@code SalesVolumeBudgetPosition}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:39.249248661Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesVolumeBudgetPosition
  extends org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetPosition,
    org.opencrx.kernel.generic.jmi1.CrxObject,
    org.opencrx.kernel.product1.jmi1.AbstractFilterProduct{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code depotPosition}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.DepotPosition getDepotPosition(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code depotPosition}.
   * @param depotPosition The new—possibly {@code null}—value for this reference.
   */
  public void setDepotPosition(
    org.opencrx.kernel.depot1.cci2.DepotPosition depotPosition
  );

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

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy