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

org.opencrx.kernel.generic.jpa3.ReferencePropertySetEntry Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jpa3;

/**
 * Class {@code ReferencePropertySetEntry}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:41.580973980Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
@SuppressWarnings("serial")
public class ReferencePropertySetEntry  extends org.opencrx.kernel.generic.jpa3.PropertySetEntry
 implements org.opencrx.kernel.generic.cci2.ReferencePropertySetEntry
{

  /**
   * Constructor
   */
  public ReferencePropertySetEntry(
  ){
    // Implements Serializable
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by {@code referenceValue}.
   */
  java.lang.String referenceValue;

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code referenceValue}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.openmdx.base.cci2.BasicObject getReferenceValue(
  ) {
    throw new javax.jdo.JDOFatalUserException(
      "This signature is not handled by data object",
      new UnsupportedOperationException("This signature is not handled by data object. Use getReferenceValue_Id()."),
      this
    );
  }

  public java.lang.String getReferenceValue_Id(
  ) {
    return this.referenceValue;
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code referenceValue}.
   * @param referenceValue The new—possibly {@code null}—value for this reference.
   */
  public void setReferenceValue(
    org.openmdx.base.cci2.BasicObject referenceValue
  ){
    throw new javax.jdo.JDOFatalUserException(
      "Typed set not handled by data object",
      new UnsupportedOperationException("Use setReferenceValue_Id() instead."),
      this
    );
  }

  public void setReferenceValue_Id(
    java.lang.String referenceValue
  ) {
    super.openmdxjdoMakeDirty();
    this.referenceValue = referenceValue;
  }

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy