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

org.opencrx.kernel.depot1.cci2.Booking Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute {@code bookingDate}.
   * @return The non-null value for attribute {@code bookingDate}.
   */
  public java.util.Date getBookingDate(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute {@code bookingDate}.
   * @param bookingDate The non-{@code null} new value for attribute {@code bookingDate}.
   */
  public void setBookingDate(
    java.util.Date bookingDate
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute {@code bookingStatus}.
   * @return The non-null value for attribute {@code bookingStatus}.
   */
  public short getBookingStatus(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute {@code bookingStatus}.
   * @param bookingStatus The non-{@code null} new value for attribute {@code bookingStatus}.
   */
  public void setBookingStatus(
    short bookingStatus
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code bookingText}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.depot1.cci2.BookingText getBookingText(
  );

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

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute {@code bookingType}.
   * @return The non-null value for attribute {@code bookingType}.
   */
  public short getBookingType(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute {@code bookingType}.
   * @param bookingType The non-{@code null} new value for attribute {@code bookingType}.
   */
  public void setBookingType(
    short bookingType
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code description}.
   * @return The possibly null value for attribute {@code description}.
   */
  public java.lang.String getDescription(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code description}.
   * @param description The possibly null new value for attribute {@code description}.
   */
  public void setDescription(
    java.lang.String description
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute {@code name}.
   * @return The non-null value for attribute {@code name}.
   */
  public java.lang.String getName(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute {@code name}.
   * @param name The non-{@code null} new value for attribute {@code name}.
   */
  public void setName(
    java.lang.String name
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nNoQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves the {@code Collection} of objects referenced by {@code originContext}.
   * @return The {@code Collection} of referenced objects.
   */
  public  java.util.List getOriginContext(
  );

// ----------------------------------------------------------------------------
// 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 given value(s).
   * 

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : originContextParams){
   *     list.add(e);
   *   }
   * 
* @param originContextParams value(s) to be added to {@code originContextParams} */ public void setOriginContextParams( java.lang.String... 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.cci2.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/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code valueDate}. * @return The non-null value for attribute {@code valueDate}. */ public java.util.Date getValueDate( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code valueDate}. * @param valueDate The non-{@code null} new value for attribute {@code valueDate}. */ public void setValueDate( java.util.Date valueDate ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy