org.opencrx.kernel.reservation1.jmi1.Slot Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.reservation1.jmi1;
/**
* Class {@code Slot}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:39.215002236Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Slot
extends org.opencrx.kernel.reservation1.cci2.Slot,
org.opencrx.kernel.generic.jmi1.CrxObject,
org.opencrx.kernel.generic.jmi1.DescriptionContainer{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code bookedBy}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.Account getBookedBy(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code bookedBy}.
* @param bookedBy The new—possibly {@code null}—value for this reference.
*/
public void setBookedBy(
org.opencrx.kernel.account1.cci2.Account bookedBy
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code sold}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.contract1.jmi1.SalesContractPosition getSold(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code sold}.
* @param sold The new—possibly {@code null}—value for this reference.
*/
public void setSold(
org.opencrx.kernel.contract1.cci2.SalesContractPosition sold
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}