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

org.opencrx.kernel.contract1.cci2.PreviewRepriceParams Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:36.542885533Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PreviewRepriceParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideCalculationRule}.
   * @return The possibly null value for structure field {@code overrideCalculationRule}.
   */
  public org.opencrx.kernel.contract1.cci2.CalculationRule getOverrideCalculationRule(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideContractPositionState}.
   * @return The possibly null value for structure field {@code overrideContractPositionState}.
   */
  public java.lang.Short getOverrideContractPositionState(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideDiscount}.
   * @return The possibly null value for structure field {@code overrideDiscount}.
   */
  public java.math.BigDecimal getOverrideDiscount(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideDiscountCalculationType}.
   * @return The possibly null value for structure field {@code overrideDiscountCalculationType}.
   */
  public java.lang.Short getOverrideDiscountCalculationType(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideDiscountIsPercentage}.
   * @return The possibly null value for structure field {@code overrideDiscountIsPercentage}.
   */
  public java.lang.Boolean isOverrideDiscountIsPercentage(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideManualPricing}.
   * @return The possibly null value for structure field {@code overrideManualPricing}.
   */
  public java.lang.Boolean isOverrideManualPricing(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overridePriceLevel}.
   * @return The possibly null value for structure field {@code overridePriceLevel}.
   */
  public org.opencrx.kernel.product1.cci2.AbstractPriceLevel getOverridePriceLevel(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overridePricePerUnit}.
   * @return The possibly null value for structure field {@code overridePricePerUnit}.
   */
  public java.math.BigDecimal getOverridePricePerUnit(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overridePriceUom}.
   * @return The possibly null value for structure field {@code overridePriceUom}.
   */
  public org.opencrx.kernel.uom1.cci2.Uom getOverridePriceUom(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overridePricingDate}.
   * @return The possibly null value for structure field {@code overridePricingDate}.
   */
  public java.util.Date getOverridePricingDate(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideProduct}.
   * @return The possibly null value for structure field {@code overrideProduct}.
   */
  public org.opencrx.kernel.product1.cci2.AbstractProduct getOverrideProduct(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideQuantity}.
   * @return The possibly null value for structure field {@code overrideQuantity}.
   */
  public java.math.BigDecimal getOverrideQuantity(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideSalesTaxRate}.
   * @return The possibly null value for structure field {@code overrideSalesTaxRate}.
   */
  public java.math.BigDecimal getOverrideSalesTaxRate(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code overrideUomScaleFactor}.
   * @return The possibly null value for structure field {@code overrideUomScaleFactor}.
   */
  public java.math.BigDecimal getOverrideUomScaleFactor(
  );


// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------

  /**
   * The structure's members
   */
  enum Member {
    overrideCalculationRule
  , overrideContractPositionState
  , overrideDiscount
  , overrideDiscountCalculationType
  , overrideDiscountIsPercentage
  , overrideManualPricing
  , overridePriceLevel
  , overridePricePerUnit
  , overridePriceUom
  , overridePricingDate
  , overrideProduct
  , overrideQuantity
  , overrideSalesTaxRate
  , overrideUomScaleFactor
  }

// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy