org.opencrx.kernel.forecast1.cci2.SalesVolumeBudget Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.cci2;
/**
* Class {@code SalesVolumeBudget}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.771967165Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesVolumeBudget
extends org.opencrx.kernel.forecast1.cci2.AbstractBudget{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code contractType}.
* @return The non-null value for attribute {@code contractType}.
*/
public short getContractType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code contractType}.
* @param contractType The non-{@code null} new value for attribute {@code contractType}.
*/
public void setContractType(
short contractType
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depot}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.Depot getDepot(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code depot}.
* @param depot The new—possibly {@code null}—value for this reference.
*/
public void setDepot(
org.opencrx.kernel.depot1.cci2.Depot depot
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code lastCalculatedAt}.
* @return The possibly null value for attribute {@code lastCalculatedAt}.
*/
public java.util.Date getLastCalculatedAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code lastCalculatedAt}.
* @param lastCalculatedAt The possibly null new value for attribute {@code lastCalculatedAt}.
*/
public void setLastCalculatedAt(
java.util.Date lastCalculatedAt
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code position}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetHasPosition.Position getPosition(
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.cci2.Void recalcBudget(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}