org.opencrx.kernel.contract1.jmi1.CreatePositionParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:38.905406375Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreatePositionParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.contract1.cci2.CreatePositionParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code ignoreProductConfiguration}.
* @return The possibly null value for structure field {@code ignoreProductConfiguration}.
*/
public java.lang.Boolean isIgnoreProductConfiguration(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code name}.
* @return The possibly null value for structure field {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code priceLevel}.
* @return The possibly null value for structure field {@code priceLevel}.
*/
public org.opencrx.kernel.product1.jmi1.AbstractPriceLevel getPriceLevel(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code priceUom}.
* @return The possibly null value for structure field {@code priceUom}.
*/
public org.opencrx.kernel.uom1.jmi1.Uom getPriceUom(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code pricingDate}.
* @return The possibly null value for structure field {@code pricingDate}.
*/
public java.util.Date getPricingDate(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code pricingRule}.
* @return The non-null value for structure field {@code pricingRule}.
*/
public org.opencrx.kernel.product1.jmi1.PricingRule getPricingRule(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code product}.
* @return The non-null value for structure field {@code product}.
*/
public org.opencrx.kernel.product1.jmi1.Product getProduct(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code quantity}.
* @return The non-null value for structure field {@code quantity}.
*/
public java.math.BigDecimal getQuantity(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code salesTransactionType}.
* @return The possibly null value for structure field {@code salesTransactionType}.
*/
public org.opencrx.kernel.product1.jmi1.SalesTransactionType getSalesTransactionType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code uom}.
* @return The possibly null value for structure field {@code uom}.
*/
public org.opencrx.kernel.uom1.jmi1.Uom getUom(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}