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

org.openmdx.audit2.jmi1.Involvement Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.650Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.audit2.jmi1;

/**
 * Class Involvement
 */
public interface Involvement
  extends org.openmdx.audit2.cci2.Involvement,
    org.openmdx.base.jmi1.ExtentCapable{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference afterImage.
   * @return The – possibly null – value for this reference.
   */
  public org.openmdx.base.jmi1.Modifiable getAfterImage(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference afterImage.
   * @param afterImage The new – possibly null – value for this reference.
   */
  public void setAfterImage(
    org.openmdx.base.cci2.Modifiable afterImage
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference beforeImage.
   * @return The – possibly null – value for this reference.
   */
  public org.openmdx.base.jmi1.Modifiable getBeforeImage(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference beforeImage.
   * @param beforeImage The new – possibly null – value for this reference.
   */
  public void setBeforeImage(
    org.openmdx.base.cci2.Modifiable beforeImage
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the attribute modifiedFeature.
   * @return A set containing all elements for this attribute.
   */
  public java.util.Set getModifiedFeature(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference object.
   * @return The – possibly null – value for this reference.
   */
  public org.openmdx.base.jmi1.Modifiable getObject(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference object.
   * @param object The new – possibly null – value for this reference.
   */
  public void setObject(
    org.openmdx.base.cci2.Modifiable object
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference unitOfWork.
   * @return The non-null value for this reference.
   */
  public org.openmdx.audit2.jmi1.UnitOfWork getUnitOfWork(
  );

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy