org.opencrx.kernel.forecast1.cci2.FindSalesVolumeBudgetsParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.766603115Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface FindSalesVolumeBudgetsParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code contract}.
* @return The possibly null value for structure field {@code contract}.
*/
public org.opencrx.kernel.contract1.cci2.AbstractContract getContract(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
contract
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}