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

org.openmdx.generic1.jpa3.Property Maven / Gradle / Ivy

There is a newer version: 2.18.10
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: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.generic1.jpa3;

/**
 * Abstract class Property
 */
@SuppressWarnings("serial")
public class Property  extends org.w3c.jpa3.AbstractObject
 implements org.openmdx.generic1.cci2.Property
{

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

  /**
   * The the object's JDO identity key
   */
   private  java.lang.String openmdxjdoIdentity;

  /**
   * Retrieve the object's JDO identity key
   * @return the value of the object's JDO identity key
   */
  @Override
  protected java.lang.String getOpenmdxjdoIdentity(
  ){
     return this.openmdxjdoIdentity;
  }

  /**
   * Set the object's JDO identity key
   */
  @Override
  protected void setOpenmdxjdoIdentity(
    String value
  ){
     this.openmdxjdoIdentity = value;
  }

  /**
   * Slice holder
   */
   private java.util.TreeMap openmdxjdoSlices = new java.util.TreeMap();

   @SuppressWarnings("unchecked")
   protected final   java.util.SortedMap openmdxjdoGetSlices(
   ){
      return (java.util.SortedMap)this.openmdxjdoSlices;
   }

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

  /**
   * Attribute name.
   */
  public java.lang.String name;

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

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

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

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

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

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

// ----------------------------------------------------------------------------
// 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: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by propertySet.
   */
  java.lang.String propertySet;

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference propertySet.
   * @param propertySet The new non-null value for this reference.
   */
  public void setPropertySet(
    org.openmdx.generic1.cci2.PropertySet propertySet
  ){
    throw new javax.jdo.JDOFatalUserException(
      "Typed set not handled by data object",
      new UnsupportedOperationException("Use setPropertySet_Id() instead."),
      this
    );
  }

  public void setPropertySet_Id(
    java.lang.String propertySet
  ) {
    super.openmdxjdoMakeDirty();
    this.propertySet = propertySet;
  }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy