org.opencrx.kernel.depot1.jmi1.InventoryLevel Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
/**
* Class {@code InventoryLevel}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.695546746Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface InventoryLevel
extends org.opencrx.kernel.depot1.cci2.InventoryLevel,
org.opencrx.kernel.depot1.jmi1.BookingOrigin,
org.opencrx.kernel.generic.jmi1.CrxObject{
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void acceptInventoryLevel(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code acceptedBy}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getAcceptedBy(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code acceptedBy} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(acceptedBy);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param acceptedBy collection to be copied.
*/
public void setAcceptedBy(
java.util.List acceptedBy
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code correctionBookingTemplate}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.BookingTemplate getCorrectionBookingTemplate(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code correctionBookingTemplate}.
* @param correctionBookingTemplate The new—possibly {@code null}—value for this reference.
*/
public void setCorrectionBookingTemplate(
org.opencrx.kernel.depot1.cci2.BookingTemplate correctionBookingTemplate
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void finalizeInventoryLevel(
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void lockInventoryLevel(
org.opencrx.kernel.depot1.jmi1.LockInventoryLevelParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code originContext}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.openmdx.base.jmi1.BasicObject getOriginContext(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code originContext}.
* @param originContext The new—possibly {@code null}—value for this reference.
*/
public void setOriginContext(
org.openmdx.base.cci2.BasicObject originContext
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code originContextParams}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getOriginContextParams(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code originContextParams} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(originContextParams);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param originContextParams collection to be copied.
*/
public void setOriginContextParams(
java.util.List originContextParams
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code position}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.DepotPosition getPosition(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code position}.
* @param position The new—possibly {@code null}—value for this reference.
*/
public void setPosition(
org.opencrx.kernel.depot1.cci2.DepotPosition position
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void unlockInventoryLevel(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}