org.opencrx.kernel.depot1.jmi1.OpenDepotParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:38.653226966Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OpenDepotParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.depot1.cci2.OpenDepotParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotGroup}.
* @return The possibly null value for structure field {@code depotGroup}.
*/
public org.opencrx.kernel.depot1.jmi1.DepotGroup getDepotGroup(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code depotNumber}.
* @return The non-null value for structure field {@code depotNumber}.
*/
public java.lang.String getDepotNumber(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotType}.
* @return The possibly null value for structure field {@code depotType}.
*/
public org.opencrx.kernel.depot1.jmi1.DepotType getDepotType(
);
// ----------------------------------------------------------------------------
// 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/End
// ----------------------------------------------------------------------------
}