org.opencrx.kernel.contract1.jmi1.PreviewRepriceResult 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:39.167798345Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PreviewRepriceResult
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.contract1.cci2.PreviewRepriceResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code amount}.
* @return The possibly null value for structure field {@code amount}.
*/
public java.math.BigDecimal getAmount(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code baseAmount}.
* @return The possibly null value for structure field {@code baseAmount}.
*/
public java.math.BigDecimal getBaseAmount(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code baseAmountIncludingTax}.
* @return The possibly null value for structure field {@code baseAmountIncludingTax}.
*/
public java.math.BigDecimal getBaseAmountIncludingTax(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code basePrice}.
* @return The possibly null value for structure field {@code basePrice}.
*/
public org.opencrx.kernel.product1.jmi1.ProductBasePrice getBasePrice(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code discount}.
* @return The possibly null value for structure field {@code discount}.
*/
public java.math.BigDecimal getDiscount(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code discountAmount}.
* @return The possibly null value for structure field {@code discountAmount}.
*/
public java.math.BigDecimal getDiscountAmount(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code discountAmountIncludingTax}.
* @return The possibly null value for structure field {@code discountAmountIncludingTax}.
*/
public java.math.BigDecimal getDiscountAmountIncludingTax(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code discountIsPercentage}.
* @return The possibly null value for structure field {@code discountIsPercentage}.
*/
public java.lang.Boolean isDiscountIsPercentage(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code discountOrigin}.
* @return The possibly null value for structure field {@code discountOrigin}.
*/
public org.opencrx.kernel.product1.jmi1.DiscountOrigin getDiscountOrigin(
);
// ----------------------------------------------------------------------------
// 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 pricePerUnit}.
* @return The possibly null value for structure field {@code pricePerUnit}.
*/
public java.math.BigDecimal getPricePerUnit(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code pricePerUnitIncludingTax}.
* @return The possibly null value for structure field {@code pricePerUnitIncludingTax}.
*/
public java.math.BigDecimal getPricePerUnitIncludingTax(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code statusCode}.
* @return The possibly null value for structure field {@code statusCode}.
*/
public java.lang.Short getStatusCode(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code statusMessage}.
* @return The possibly null value for structure field {@code statusMessage}.
*/
public java.lang.String getStatusMessage(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code taxAmount}.
* @return The possibly null value for structure field {@code taxAmount}.
*/
public java.math.BigDecimal getTaxAmount(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}