All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.depot1.jmi1.SingleBookingEntry Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;

/**
 * Class {@code SingleBookingEntry}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:38.630996094Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SingleBookingEntry
  extends org.opencrx.kernel.depot1.cci2.SingleBookingEntry,
    org.opencrx.kernel.base.jmi1.SecureObject,
    org.opencrx.kernel.depot1.jmi1.Booking,
    org.openmdx.base.jmi1.BasicObject{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code cb}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.CompoundBooking getCb(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code cb}.
   * @param cb The new—possibly {@code null}—value for this reference.
   */
  public void setCb(
    org.opencrx.kernel.depot1.cci2.CompoundBooking cb
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code depot}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.Depot getDepot(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code depot}.
   * @param depot The new—possibly {@code null}—value for this reference.
   */
  public void setDepot(
    org.opencrx.kernel.depot1.cci2.Depot depot
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code depotEntity}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.DepotEntity getDepotEntity(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code depotEntity}.
   * @param depotEntity The new—possibly {@code null}—value for this reference.
   */
  public void setDepotEntity(
    org.opencrx.kernel.depot1.cci2.DepotEntity depotEntity
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code depotHolder}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.DepotHolder getDepotHolder(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code depotHolder}.
   * @param depotHolder The new—possibly {@code null}—value for this reference.
   */
  public void setDepotHolder(
    org.opencrx.kernel.depot1.cci2.DepotHolder depotHolder
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code origin}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.BookingOrigin getOrigin(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code origin}.
   * @param origin The new—possibly {@code null}—value for this reference.
   */
  public void setOrigin(
    org.opencrx.kernel.depot1.cci2.BookingOrigin origin
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code singleBooking}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.jmi1.SingleBooking getSingleBooking(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code singleBooking}.
   * @param singleBooking The new—possibly {@code null}—value for this reference.
   */
  public void setSingleBooking(
    org.opencrx.kernel.depot1.cci2.SingleBooking singleBooking
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy