org.opencrx.kernel.depot1.cci2.OpenDepotPositionParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.202955061Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OpenDepotPositionParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code description}.
* @return The possibly null value for structure field {@code description}.
*/
public java.lang.String getDescription(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code name}.
* @return The non-null value for structure field {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code openingDate}.
* @return The non-null value for structure field {@code openingDate}.
*/
public java.util.Date getOpeningDate(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code product}.
* @return The possibly null value for structure field {@code product}.
*/
public org.opencrx.kernel.product1.cci2.Product getProduct(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code qualifier}.
* @return The possibly null value for structure field {@code qualifier}.
*/
public java.lang.String getQualifier(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
description
, name
, openingDate
, product
, qualifier
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}