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

org.opencrx.kernel.ras1.jpa3.Asset Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:49 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.ras1.jpa3;

/**
 * Class Asset
 */
@SuppressWarnings("serial")
public class Asset  extends org.opencrx.kernel.product1.jpa3.Product
 implements org.opencrx.kernel.ras1.cci2.Asset
{

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

// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by profile.
   */
  java.lang.String profile;

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference profile.
   * @return The – possibly null – value for this reference.
   */
  public org.opencrx.kernel.ras1.cci2.Profile getProfile(
  ) {
    throw new javax.jdo.JDOFatalUserException(
      "This signature is not handled by data object",
      new UnsupportedOperationException("This signature is not handled by data object. Use getProfile_Id()."),
      this
    );
  }

  public java.lang.String getProfile_Id(
  ) {
    return this.profile;
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference profile.
   * @param profile The new – possibly null – value for this reference.
   */
  public void setProfile(
    org.opencrx.kernel.ras1.cci2.Profile profile
  ){
    throw new javax.jdo.JDOFatalUserException(
      "Typed set not handled by data object",
      new UnsupportedOperationException("Use setProfile_Id() instead."),
      this
    );
  }

  public void setProfile_Id(
    java.lang.String profile
  ) {
    super.openmdxjdoMakeDirty();
    this.profile = profile;
  }

// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------

  /**
   * Attribute version.
   */
  java.lang.String version;

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute version.
   * @return The possibly null value for attribute version.
   */
  public final java.lang.String getVersion(
  ){
    return this.version;
  }

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

  /**
   * Sets a new value for the attribute version.
   * @param version The possibly null new value for attribute version.
   */
  public void setVersion(
    java.lang.String version
  ){
    super.openmdxjdoMakeDirty();
    this.version = 
version;
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference solutionPart.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.ras1.cci2.AssetHasSolution.SolutionPart getSolutionPart(
  ){
    throw new javax.jdo.JDOFatalUserException(
      "This signature is not handled by data object",
      new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."),
      this
    );
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference classificationElement.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.ras1.cci2.AssetHasClassificationElement.ClassificationElement getClassificationElement(
  ){
    throw new javax.jdo.JDOFatalUserException(
      "This signature is not handled by data object",
      new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."),
      this
    );
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the reference definingProfile.
   * @return A set containing all the elements for this reference.
   */
  public  org.opencrx.kernel.ras1.cci2.AssetHasProfile.DefiningProfile getDefiningProfile(
  ){
    throw new javax.jdo.JDOFatalUserException(
      "This signature is not handled by data object",
      new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."),
      this
    );
  }

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


// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:49 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy