org.opencrx.kernel.forecast1.cci2.ValueBasedSalesVolumeBudgetPosition Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.cci2;
/**
* Class {@code ValueBasedSalesVolumeBudgetPosition}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.752882845Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValueBasedSalesVolumeBudgetPosition
extends org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetPosition{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code currency}.
* @return The non-null value for attribute {@code currency}.
*/
public short getCurrency(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code currency}.
* @param currency The non-{@code null} new value for attribute {@code currency}.
*/
public void setCurrency(
short currency
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code valueType}.
* @return The non-null value for attribute {@code valueType}.
*/
public short getValueType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code valueType}.
* @param valueType The non-{@code null} new value for attribute {@code valueType}.
*/
public void setValueType(
short valueType
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}