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

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

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

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

  /**
   * Constructor
   */
  public Media(
  ){
    // 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 {@code userDate0}.
   */
  java.sql.Date userDate0;

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code userDate0}.
   * @return The possibly null value for attribute {@code userDate0}.
   */
  public final javax.xml.datatype.XMLGregorianCalendar getUserDate0(
  ){
    return org.w3c.jpa3.Date.toCCI(this.userDate0);
  }

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

  /**
   * Sets a new value for the attribute {@code userDate0}.
   * @param userDate0 The possibly null new value for attribute {@code userDate0}.
   */
  public void setUserDate0(
    javax.xml.datatype.XMLGregorianCalendar userDate0
  ){
    super.openmdxjdoMakeDirty();
    this.userDate0 = 
org.w3c.jpa3.Date.toJDO(userDate0);
  }


// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the attribute {@code userNumber4}.
   * @return A list containing all elements for this attribute.
   */
  public java.util.List getUserNumber4(
  ){
    java.util.SortedMap slices = openmdxjdoGetSlices();
    return new org.w3c.jpa3.AbstractObject.SlicedList(slices) {
      @Override
      protected java.math.BigDecimal getValue(Media$Slice slice) {
       return slice.getUserNumber4();
      }
      @Override
      protected void setValue(Media$Slice slice, java.math.BigDecimal value) {
        openmdxjdoMakeDirty();
        slice.setUserNumber4(value);
      }
      @Override
      protected Media$Slice newSlice(int index) {
        return new Media$Slice(Media.this, index);
      }
      @Override
      protected void setSize(int size) {
        openmdxjdoMakeDirty();
        userNumber4_size = size;
      }
      @Override
      public int size() {
        return userNumber4_size;
      }
    };
  }

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears {@code userNumber4} and adds the given value(s).
   * 

* This method is equivalent to

   *   list.clear();
   *   for(java.math.BigDecimal e : userNumber4){
   *     list.add(e);
   *   }
   * 
* @param userNumber4 value(s) to be added to {@code userNumber4} */ public void setUserNumber4( java.math.BigDecimal... userNumber4 ){ openmdxjdoSetCollection( getUserNumber4(), userNumber4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber0}. */ java.math.BigDecimal searchNumber0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber0}. * @return The possibly null value for attribute {@code searchNumber0}. */ public final java.math.BigDecimal getSearchNumber0( ){ return this.searchNumber0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber0}. * @param searchNumber0 The possibly null new value for attribute {@code searchNumber0}. */ public void setSearchNumber0( java.math.BigDecimal searchNumber0 ){ super.openmdxjdoMakeDirty(); this.searchNumber0 = searchNumber0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code modifiedAt}. */ public java.sql.Timestamp modifiedAt; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code modifiedAt}. * @return The non-null value for attribute {@code modifiedAt}. */ public final java.util.Date getModifiedAt( ){ return org.w3c.jpa3.DateTime.toCCI(this.modifiedAt); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult addOwningGroup( org.opencrx.kernel.base.cci2.ModifyOwningGroupParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void assertOwningGroup( ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userDate4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserDate4( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected javax.xml.datatype.XMLGregorianCalendar getValue(Media$Slice slice) { return org.w3c.jpa3.Date.toCCI(slice.getUserDate4()); } @Override protected void setValue(Media$Slice slice, javax.xml.datatype.XMLGregorianCalendar value) { openmdxjdoMakeDirty(); slice.setUserDate4(org.w3c.jpa3.Date.toJDO(value)); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userDate4_size = size; } @Override public int size() { return userDate4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userDate4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(javax.xml.datatype.XMLGregorianCalendar e : userDate4){
   *     list.add(e);
   *   }
   * 
* @param userDate4 value(s) to be added to {@code userDate4} */ public void setUserDate4( javax.xml.datatype.XMLGregorianCalendar... userDate4 ){ openmdxjdoSetCollection( getUserDate4(), userDate4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDate3}. */ java.sql.Date userDate3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate3}. * @return The possibly null value for attribute {@code userDate3}. */ public final javax.xml.datatype.XMLGregorianCalendar getUserDate3( ){ return org.w3c.jpa3.Date.toCCI(this.userDate3); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate3}. * @param userDate3 The possibly null new value for attribute {@code userDate3}. */ public void setUserDate3( javax.xml.datatype.XMLGregorianCalendar userDate3 ){ super.openmdxjdoMakeDirty(); this.userDate3 = org.w3c.jpa3.Date.toJDO(userDate3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDate2}. */ java.sql.Date userDate2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate2}. * @return The possibly null value for attribute {@code userDate2}. */ public final javax.xml.datatype.XMLGregorianCalendar getUserDate2( ){ return org.w3c.jpa3.Date.toCCI(this.userDate2); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate2}. * @param userDate2 The possibly null new value for attribute {@code userDate2}. */ public void setUserDate2( javax.xml.datatype.XMLGregorianCalendar userDate2 ){ super.openmdxjdoMakeDirty(); this.userDate2 = org.w3c.jpa3.Date.toJDO(userDate2); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDate1}. */ java.sql.Date userDate1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate1}. * @return The possibly null value for attribute {@code userDate1}. */ public final javax.xml.datatype.XMLGregorianCalendar getUserDate1( ){ return org.w3c.jpa3.Date.toCCI(this.userDate1); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate1}. * @param userDate1 The possibly null new value for attribute {@code userDate1}. */ public void setUserDate1( javax.xml.datatype.XMLGregorianCalendar userDate1 ){ super.openmdxjdoMakeDirty(); this.userDate1 = org.w3c.jpa3.Date.toJDO(userDate1); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.UpdateIndexResult updateIndex( org.opencrx.kernel.base.cci2.UpdateIndexParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code createdAt}. */ public java.sql.Timestamp createdAt; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code createdAt}. * @return The non-null value for attribute {@code createdAt}. */ public final java.util.Date getCreatedAt( ){ return org.w3c.jpa3.DateTime.toCCI(this.createdAt); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult removeOwningGroup( org.opencrx.kernel.base.cci2.ModifyOwningGroupParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nNoQuery // ---------------------------------------------------------------------------- /** * Retrieves the {@code Collection} of objects referenced by {@code owningGroup}. * @return The {@code Collection} of referenced objects. */ public java.util.List getOwningGroup( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use getOwningGroup_Id()."), this ); } public java.util.List getOwningGroup_Id( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(Media$Slice slice) { return slice.getOwningGroup(); } @Override protected void setValue(Media$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setOwningGroup(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); owningGroup_size = size; } @Override public int size() { return owningGroup_size; } }; } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult setAccessLevel( org.opencrx.kernel.base.cci2.SetAccessLevelParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult replaceOwningGroup( org.opencrx.kernel.base.cci2.ModifyOwningGroupsParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userString4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserString4( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(Media$Slice slice) { return slice.getUserString4(); } @Override protected void setValue(Media$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setUserString4(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userString4_size = size; } @Override public int size() { return userString4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userString4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : userString4){
   *     list.add(e);
   *   }
   * 
* @param userString4 value(s) to be added to {@code userString4} */ public void setUserString4( java.lang.String... userString4 ){ openmdxjdoSetCollection( getUserString4(), userString4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime9}. */ java.sql.Timestamp searchDateTime9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime9}. * @return The possibly null value for attribute {@code searchDateTime9}. */ public final java.util.Date getSearchDateTime9( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime9); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime9}. * @param searchDateTime9 The possibly null new value for attribute {@code searchDateTime9}. */ public void setSearchDateTime9( java.util.Date searchDateTime9 ){ super.openmdxjdoMakeDirty(); this.searchDateTime9 = org.w3c.jpa3.DateTime.toJDO(searchDateTime9); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime7}. */ java.sql.Timestamp searchDateTime7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime7}. * @return The possibly null value for attribute {@code searchDateTime7}. */ public final java.util.Date getSearchDateTime7( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime7); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime7}. * @param searchDateTime7 The possibly null new value for attribute {@code searchDateTime7}. */ public void setSearchDateTime7( java.util.Date searchDateTime7 ){ super.openmdxjdoMakeDirty(); this.searchDateTime7 = org.w3c.jpa3.DateTime.toJDO(searchDateTime7); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime8}. */ java.sql.Timestamp searchDateTime8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime8}. * @return The possibly null value for attribute {@code searchDateTime8}. */ public final java.util.Date getSearchDateTime8( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime8); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime8}. * @param searchDateTime8 The possibly null new value for attribute {@code searchDateTime8}. */ public void setSearchDateTime8( java.util.Date searchDateTime8 ){ super.openmdxjdoMakeDirty(); this.searchDateTime8 = org.w3c.jpa3.DateTime.toJDO(searchDateTime8); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime5}. */ java.sql.Timestamp searchDateTime5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime5}. * @return The possibly null value for attribute {@code searchDateTime5}. */ public final java.util.Date getSearchDateTime5( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime5); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime5}. * @param searchDateTime5 The possibly null new value for attribute {@code searchDateTime5}. */ public void setSearchDateTime5( java.util.Date searchDateTime5 ){ super.openmdxjdoMakeDirty(); this.searchDateTime5 = org.w3c.jpa3.DateTime.toJDO(searchDateTime5); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime6}. */ java.sql.Timestamp searchDateTime6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime6}. * @return The possibly null value for attribute {@code searchDateTime6}. */ public final java.util.Date getSearchDateTime6( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime6); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime6}. * @param searchDateTime6 The possibly null new value for attribute {@code searchDateTime6}. */ public void setSearchDateTime6( java.util.Date searchDateTime6 ){ super.openmdxjdoMakeDirty(); this.searchDateTime6 = org.w3c.jpa3.DateTime.toJDO(searchDateTime6); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime3}. */ java.sql.Timestamp searchDateTime3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime3}. * @return The possibly null value for attribute {@code searchDateTime3}. */ public final java.util.Date getSearchDateTime3( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime3); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime3}. * @param searchDateTime3 The possibly null new value for attribute {@code searchDateTime3}. */ public void setSearchDateTime3( java.util.Date searchDateTime3 ){ super.openmdxjdoMakeDirty(); this.searchDateTime3 = org.w3c.jpa3.DateTime.toJDO(searchDateTime3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime4}. */ java.sql.Timestamp searchDateTime4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime4}. * @return The possibly null value for attribute {@code searchDateTime4}. */ public final java.util.Date getSearchDateTime4( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime4); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime4}. * @param searchDateTime4 The possibly null new value for attribute {@code searchDateTime4}. */ public void setSearchDateTime4( java.util.Date searchDateTime4 ){ super.openmdxjdoMakeDirty(); this.searchDateTime4 = org.w3c.jpa3.DateTime.toJDO(searchDateTime4); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.CheckPermissionsResult checkPermissions( org.opencrx.kernel.base.cci2.CheckPermissionsParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult removeAllOwningGroup( org.opencrx.kernel.base.cci2.RemoveAllOwningGroupParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userString0}. */ java.lang.String userString0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString0}. * @return The possibly null value for attribute {@code userString0}. */ public final java.lang.String getUserString0( ){ return this.userString0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString0}. * @param userString0 The possibly null new value for attribute {@code userString0}. */ public void setUserString0( java.lang.String userString0 ){ super.openmdxjdoMakeDirty(); this.userString0 = userString0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userString1}. */ java.lang.String userString1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString1}. * @return The possibly null value for attribute {@code userString1}. */ public final java.lang.String getUserString1( ){ return this.userString1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString1}. * @param userString1 The possibly null new value for attribute {@code userString1}. */ public void setUserString1( java.lang.String userString1 ){ super.openmdxjdoMakeDirty(); this.userString1 = userString1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userString2}. */ java.lang.String userString2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString2}. * @return The possibly null value for attribute {@code userString2}. */ public final java.lang.String getUserString2( ){ return this.userString2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString2}. * @param userString2 The possibly null new value for attribute {@code userString2}. */ public void setUserString2( java.lang.String userString2 ){ super.openmdxjdoMakeDirty(); this.userString2 = userString2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userString3}. */ java.lang.String userString3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString3}. * @return The possibly null value for attribute {@code userString3}. */ public final java.lang.String getUserString3( ){ return this.userString3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString3}. * @param userString3 The possibly null new value for attribute {@code userString3}. */ public void setUserString3( java.lang.String userString3 ){ super.openmdxjdoMakeDirty(); this.userString3 = userString3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString7}. */ java.lang.String searchString7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString7}. * @return The possibly null value for attribute {@code searchString7}. */ public final java.lang.String getSearchString7( ){ return this.searchString7; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString7}. * @param searchString7 The possibly null new value for attribute {@code searchString7}. */ public void setSearchString7( java.lang.String searchString7 ){ super.openmdxjdoMakeDirty(); this.searchString7 = searchString7; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString8}. */ java.lang.String searchString8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString8}. * @return The possibly null value for attribute {@code searchString8}. */ public final java.lang.String getSearchString8( ){ return this.searchString8; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString8}. * @param searchString8 The possibly null new value for attribute {@code searchString8}. */ public void setSearchString8( java.lang.String searchString8 ){ super.openmdxjdoMakeDirty(); this.searchString8 = searchString8; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString5}. */ java.lang.String searchString5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString5}. * @return The possibly null value for attribute {@code searchString5}. */ public final java.lang.String getSearchString5( ){ return this.searchString5; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString5}. * @param searchString5 The possibly null new value for attribute {@code searchString5}. */ public void setSearchString5( java.lang.String searchString5 ){ super.openmdxjdoMakeDirty(); this.searchString5 = searchString5; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString6}. */ java.lang.String searchString6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString6}. * @return The possibly null value for attribute {@code searchString6}. */ public final java.lang.String getSearchString6( ){ return this.searchString6; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString6}. * @param searchString6 The possibly null new value for attribute {@code searchString6}. */ public void setSearchString6( java.lang.String searchString6 ){ super.openmdxjdoMakeDirty(); this.searchString6 = searchString6; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString3}. */ java.lang.String searchString3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString3}. * @return The possibly null value for attribute {@code searchString3}. */ public final java.lang.String getSearchString3( ){ return this.searchString3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString3}. * @param searchString3 The possibly null new value for attribute {@code searchString3}. */ public void setSearchString3( java.lang.String searchString3 ){ super.openmdxjdoMakeDirty(); this.searchString3 = searchString3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString4}. */ java.lang.String searchString4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString4}. * @return The possibly null value for attribute {@code searchString4}. */ public final java.lang.String getSearchString4( ){ return this.searchString4; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString4}. * @param searchString4 The possibly null new value for attribute {@code searchString4}. */ public void setSearchString4( java.lang.String searchString4 ){ super.openmdxjdoMakeDirty(); this.searchString4 = searchString4; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString1}. */ java.lang.String searchString1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString1}. * @return The possibly null value for attribute {@code searchString1}. */ public final java.lang.String getSearchString1( ){ return this.searchString1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString1}. * @param searchString1 The possibly null new value for attribute {@code searchString1}. */ public void setSearchString1( java.lang.String searchString1 ){ super.openmdxjdoMakeDirty(); this.searchString1 = searchString1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString2}. */ java.lang.String searchString2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString2}. * @return The possibly null value for attribute {@code searchString2}. */ public final java.lang.String getSearchString2( ){ return this.searchString2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString2}. * @param searchString2 The possibly null new value for attribute {@code searchString2}. */ public void setSearchString2( java.lang.String searchString2 ){ super.openmdxjdoMakeDirty(); this.searchString2 = searchString2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime1}. */ java.sql.Timestamp searchDateTime1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime1}. * @return The possibly null value for attribute {@code searchDateTime1}. */ public final java.util.Date getSearchDateTime1( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime1); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime1}. * @param searchDateTime1 The possibly null new value for attribute {@code searchDateTime1}. */ public void setSearchDateTime1( java.util.Date searchDateTime1 ){ super.openmdxjdoMakeDirty(); this.searchDateTime1 = org.w3c.jpa3.DateTime.toJDO(searchDateTime1); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userBoolean1}. */ java.lang.Boolean userBoolean1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean1}. * @return The possibly null value for attribute {@code userBoolean1}. */ public final java.lang.Boolean isUserBoolean1( ){ return this.userBoolean1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean1}. * @param userBoolean1 The possibly null new value for attribute {@code userBoolean1}. */ public void setUserBoolean1( java.lang.Boolean userBoolean1 ){ super.openmdxjdoMakeDirty(); this.userBoolean1 = userBoolean1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userBoolean2}. */ java.lang.Boolean userBoolean2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean2}. * @return The possibly null value for attribute {@code userBoolean2}. */ public final java.lang.Boolean isUserBoolean2( ){ return this.userBoolean2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean2}. * @param userBoolean2 The possibly null new value for attribute {@code userBoolean2}. */ public void setUserBoolean2( java.lang.Boolean userBoolean2 ){ super.openmdxjdoMakeDirty(); this.userBoolean2 = userBoolean2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString0}. */ java.lang.String searchString0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString0}. * @return The possibly null value for attribute {@code searchString0}. */ public final java.lang.String getSearchString0( ){ return this.searchString0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString0}. * @param searchString0 The possibly null new value for attribute {@code searchString0}. */ public void setSearchString0( java.lang.String searchString0 ){ super.openmdxjdoMakeDirty(); this.searchString0 = searchString0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime2}. */ java.sql.Timestamp searchDateTime2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime2}. * @return The possibly null value for attribute {@code searchDateTime2}. */ public final java.util.Date getSearchDateTime2( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime2); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime2}. * @param searchDateTime2 The possibly null new value for attribute {@code searchDateTime2}. */ public void setSearchDateTime2( java.util.Date searchDateTime2 ){ super.openmdxjdoMakeDirty(); this.searchDateTime2 = org.w3c.jpa3.DateTime.toJDO(searchDateTime2); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userBoolean3}. */ java.lang.Boolean userBoolean3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean3}. * @return The possibly null value for attribute {@code userBoolean3}. */ public final java.lang.Boolean isUserBoolean3( ){ return this.userBoolean3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean3}. * @param userBoolean3 The possibly null new value for attribute {@code userBoolean3}. */ public void setUserBoolean3( java.lang.Boolean userBoolean3 ){ super.openmdxjdoMakeDirty(); this.userBoolean3 = userBoolean3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchDateTime0}. */ java.sql.Timestamp searchDateTime0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchDateTime0}. * @return The possibly null value for attribute {@code searchDateTime0}. */ public final java.util.Date getSearchDateTime0( ){ return org.w3c.jpa3.DateTime.toCCI(this.searchDateTime0); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchDateTime0}. * @param searchDateTime0 The possibly null new value for attribute {@code searchDateTime0}. */ public void setSearchDateTime0( java.util.Date searchDateTime0 ){ super.openmdxjdoMakeDirty(); this.searchDateTime0 = org.w3c.jpa3.DateTime.toJDO(searchDateTime0); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userBoolean4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserBoolean4( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.Boolean getValue(Media$Slice slice) { return slice.getUserBoolean4(); } @Override protected void setValue(Media$Slice slice, java.lang.Boolean value) { openmdxjdoMakeDirty(); slice.setUserBoolean4(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userBoolean4_size = size; } @Override public int size() { return userBoolean4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userBoolean4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(boolean e : userBoolean4){
   *     list.add(e);
   *   }
   * 
* @param userBoolean4 value(s) to be added to {@code userBoolean4} */ public void setUserBoolean4( boolean... userBoolean4 ){ openmdxjdoSetCollection( getUserBoolean4(), userBoolean4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code accessLevelDelete}. */ short accessLevelDelete; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code accessLevelDelete}. * @return The non-null value for attribute {@code accessLevelDelete}. */ public final short getAccessLevelDelete( ){ return this.accessLevelDelete; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code accessLevelDelete}. * @param accessLevelDelete The non-{@code null} new value for attribute {@code accessLevelDelete}. */ public void setAccessLevelDelete( short accessLevelDelete ){ super.openmdxjdoMakeDirty(); this.accessLevelDelete = accessLevelDelete; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userBoolean0}. */ java.lang.Boolean userBoolean0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean0}. * @return The possibly null value for attribute {@code userBoolean0}. */ public final java.lang.Boolean isUserBoolean0( ){ return this.userBoolean0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean0}. * @param userBoolean0 The possibly null new value for attribute {@code userBoolean0}. */ public void setUserBoolean0( java.lang.Boolean userBoolean0 ){ super.openmdxjdoMakeDirty(); this.userBoolean0 = userBoolean0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code description}. */ java.lang.String description; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code description}. * @return The possibly null value for attribute {@code description}. */ public final java.lang.String getDescription( ){ return this.description; } // ---------------------------------------------------------------------------- // 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 ){ super.openmdxjdoMakeDirty(); this.description = description; } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ModifySecureObjectResult setOwningUser( org.opencrx.kernel.base.cci2.SetOwningUserParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetStream // ---------------------------------------------------------------------------- /** * Retrieves a binary large object value for the attribute {@code content}. */ public org.w3c.cci2.BinaryLargeObject getContent( ){ return org.w3c.cci2.BinaryLargeObjects.valueOf(this.content); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code content}. */ byte[] content; // ---------------------------------------------------------------------------- // Instance/AttributeSetStream // ---------------------------------------------------------------------------- /** * Sets a new binary value for the attribute {@code content} * @param content A {@code BinaryLargeObject} containing the value for this attribute. */ public void setContent( org.w3c.cci2.BinaryLargeObject content ){ this.content = openmdxjdoToArray(content); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchString9}. */ java.lang.String searchString9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchString9}. * @return The possibly null value for attribute {@code searchString9}. */ public final java.lang.String getSearchString9( ){ return this.searchString9; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchString9}. * @param searchString9 The possibly null new value for attribute {@code searchString9}. */ public void setSearchString9( java.lang.String searchString9 ){ super.openmdxjdoMakeDirty(); this.searchString9 = searchString9; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code identity}. */ public java.lang.String identity; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code identity}. * @return The non-null value for attribute {@code identity}. */ public java.lang.String getIdentity( ){ return this.identity; } // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Reference {@code indexEntry}. */ @SuppressWarnings("unused") private transient java.util.Set indexEntry; // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code indexEntry}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.base.cci2.IndexedHasIndexEntry.IndexEntry getIndexEntry( ){ 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 member 'indexEntry'."), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code modifiedBy}. * @return A list containing all elements for this attribute. */ public java.util.List getModifiedBy( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(Media$Slice slice) { return slice.getModifiedBy(); } @Override protected void setValue(Media$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setModifiedBy(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); modifiedBy_size = size; } @Override public int size() { return modifiedBy_size; } }; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code contentMimeType}. */ java.lang.String contentMimeType; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code contentMimeType}. * @return The possibly null value for attribute {@code contentMimeType}. */ public final java.lang.String getContentMimeType( ){ return this.contentMimeType; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code contentMimeType}. * @param contentMimeType The possibly null new value for attribute {@code contentMimeType}. */ public void setContentMimeType( java.lang.String contentMimeType ){ super.openmdxjdoMakeDirty(); this.contentMimeType = contentMimeType; } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code owner}. * @return A list containing all elements for this attribute. */ public java.util.List getOwner( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(Media$Slice slice) { return slice.getOwner(); } @Override protected void setValue(Media$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setOwner(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); owner_size = size; } @Override public int size() { return owner_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code owner} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : owner){
   *     list.add(e);
   *   }
   * 
* @param owner value(s) to be added to {@code owner} */ public void setOwner( java.lang.String... owner ){ openmdxjdoSetCollection( getOwner(), owner ); } // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Instance referenced by {@code owningUser}. */ java.lang.String owningUser; // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code owningUser}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.security.realm1.cci2.User getOwningUser( ) { throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use getOwningUser_Id()."), this ); } public java.lang.String getOwningUser_Id( ) { return this.owningUser; } // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code owningUser}. * @param owningUser The new—possibly {@code null}—value for this reference. */ public void setOwningUser( org.opencrx.security.realm1.cci2.User owningUser ){ throw new javax.jdo.JDOFatalUserException( "Typed set not handled by data object", new UnsupportedOperationException("Use setOwningUser_Id() instead."), this ); } public void setOwningUser_Id( java.lang.String owningUser ) { super.openmdxjdoMakeDirty(); this.owningUser = owningUser; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code accessLevelBrowse}. */ short accessLevelBrowse; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code accessLevelBrowse}. * @return The non-null value for attribute {@code accessLevelBrowse}. */ public final short getAccessLevelBrowse( ){ return this.accessLevelBrowse; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code accessLevelBrowse}. * @param accessLevelBrowse The non-{@code null} new value for attribute {@code accessLevelBrowse}. */ public void setAccessLevelBrowse( short accessLevelBrowse ){ super.openmdxjdoMakeDirty(); this.accessLevelBrowse = accessLevelBrowse; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code contentName}. */ java.lang.String contentName; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code contentName}. * @return The possibly null value for attribute {@code contentName}. */ public final java.lang.String getContentName( ){ return this.contentName; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code contentName}. * @param contentName The possibly null new value for attribute {@code contentName}. */ public void setContentName( java.lang.String contentName ){ super.openmdxjdoMakeDirty(); this.contentName = contentName; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDateTime1}. */ java.sql.Timestamp userDateTime1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime1}. * @return The possibly null value for attribute {@code userDateTime1}. */ public final java.util.Date getUserDateTime1( ){ return org.w3c.jpa3.DateTime.toCCI(this.userDateTime1); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime1}. * @param userDateTime1 The possibly null new value for attribute {@code userDateTime1}. */ public void setUserDateTime1( java.util.Date userDateTime1 ){ super.openmdxjdoMakeDirty(); this.userDateTime1 = org.w3c.jpa3.DateTime.toJDO(userDateTime1); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDateTime0}. */ java.sql.Timestamp userDateTime0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime0}. * @return The possibly null value for attribute {@code userDateTime0}. */ public final java.util.Date getUserDateTime0( ){ return org.w3c.jpa3.DateTime.toCCI(this.userDateTime0); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime0}. * @param userDateTime0 The possibly null new value for attribute {@code userDateTime0}. */ public void setUserDateTime0( java.util.Date userDateTime0 ){ super.openmdxjdoMakeDirty(); this.userDateTime0 = org.w3c.jpa3.DateTime.toJDO(userDateTime0); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber9}. */ java.math.BigDecimal searchNumber9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber9}. * @return The possibly null value for attribute {@code searchNumber9}. */ public final java.math.BigDecimal getSearchNumber9( ){ return this.searchNumber9; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber9}. * @param searchNumber9 The possibly null new value for attribute {@code searchNumber9}. */ public void setSearchNumber9( java.math.BigDecimal searchNumber9 ){ super.openmdxjdoMakeDirty(); this.searchNumber9 = searchNumber9; } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userCode4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserCode4( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.Short getValue(Media$Slice slice) { return slice.getUserCode4(); } @Override protected void setValue(Media$Slice slice, java.lang.Short value) { openmdxjdoMakeDirty(); slice.setUserCode4(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userCode4_size = size; } @Override public int size() { return userCode4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userCode4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(short e : userCode4){
   *     list.add(e);
   *   }
   * 
* @param userCode4 value(s) to be added to {@code userCode4} */ public void setUserCode4( short... userCode4 ){ openmdxjdoSetCollection( getUserCode4(), userCode4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userCode3}. */ java.lang.Short userCode3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode3}. * @return The possibly null value for attribute {@code userCode3}. */ public final java.lang.Short getUserCode3( ){ return this.userCode3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode3}. * @param userCode3 The possibly null new value for attribute {@code userCode3}. */ public void setUserCode3( java.lang.Short userCode3 ){ super.openmdxjdoMakeDirty(); this.userCode3 = userCode3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userCode2}. */ java.lang.Short userCode2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode2}. * @return The possibly null value for attribute {@code userCode2}. */ public final java.lang.Short getUserCode2( ){ return this.userCode2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode2}. * @param userCode2 The possibly null new value for attribute {@code userCode2}. */ public void setUserCode2( java.lang.Short userCode2 ){ super.openmdxjdoMakeDirty(); this.userCode2 = userCode2; } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userDateTime4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserDateTime4( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.util.Date getValue(Media$Slice slice) { return org.w3c.jpa3.DateTime.toCCI(slice.getUserDateTime4()); } @Override protected void setValue(Media$Slice slice, java.util.Date value) { openmdxjdoMakeDirty(); slice.setUserDateTime4(org.w3c.jpa3.DateTime.toJDO(value)); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userDateTime4_size = size; } @Override public int size() { return userDateTime4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userDateTime4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.util.Date e : userDateTime4){
   *     list.add(e);
   *   }
   * 
* @param userDateTime4 value(s) to be added to {@code userDateTime4} */ public void setUserDateTime4( java.util.Date... userDateTime4 ){ openmdxjdoSetCollection( getUserDateTime4(), userDateTime4 ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code createdBy}. * @return A list containing all elements for this attribute. */ public java.util.List getCreatedBy( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(Media$Slice slice) { return slice.getCreatedBy(); } @Override protected void setValue(Media$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setCreatedBy(value); } @Override protected Media$Slice newSlice(int index) { return new Media$Slice(Media.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); createdBy_size = size; } @Override public int size() { return createdBy_size; } }; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDateTime3}. */ java.sql.Timestamp userDateTime3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime3}. * @return The possibly null value for attribute {@code userDateTime3}. */ public final java.util.Date getUserDateTime3( ){ return org.w3c.jpa3.DateTime.toCCI(this.userDateTime3); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime3}. * @param userDateTime3 The possibly null new value for attribute {@code userDateTime3}. */ public void setUserDateTime3( java.util.Date userDateTime3 ){ super.openmdxjdoMakeDirty(); this.userDateTime3 = org.w3c.jpa3.DateTime.toJDO(userDateTime3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userCode1}. */ java.lang.Short userCode1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode1}. * @return The possibly null value for attribute {@code userCode1}. */ public final java.lang.Short getUserCode1( ){ return this.userCode1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode1}. * @param userCode1 The possibly null new value for attribute {@code userCode1}. */ public void setUserCode1( java.lang.Short userCode1 ){ super.openmdxjdoMakeDirty(); this.userCode1 = userCode1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userCode0}. */ java.lang.Short userCode0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode0}. * @return The possibly null value for attribute {@code userCode0}. */ public final java.lang.Short getUserCode0( ){ return this.userCode0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode0}. * @param userCode0 The possibly null new value for attribute {@code userCode0}. */ public void setUserCode0( java.lang.Short userCode0 ){ super.openmdxjdoMakeDirty(); this.userCode0 = userCode0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userDateTime2}. */ java.sql.Timestamp userDateTime2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime2}. * @return The possibly null value for attribute {@code userDateTime2}. */ public final java.util.Date getUserDateTime2( ){ return org.w3c.jpa3.DateTime.toCCI(this.userDateTime2); } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime2}. * @param userDateTime2 The possibly null new value for attribute {@code userDateTime2}. */ public void setUserDateTime2( java.util.Date userDateTime2 ){ super.openmdxjdoMakeDirty(); this.userDateTime2 = org.w3c.jpa3.DateTime.toJDO(userDateTime2); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userNumber0}. */ java.math.BigDecimal userNumber0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber0}. * @return The possibly null value for attribute {@code userNumber0}. */ public final java.math.BigDecimal getUserNumber0( ){ return this.userNumber0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber0}. * @param userNumber0 The possibly null new value for attribute {@code userNumber0}. */ public void setUserNumber0( java.math.BigDecimal userNumber0 ){ super.openmdxjdoMakeDirty(); this.userNumber0 = userNumber0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber3}. */ java.math.BigDecimal searchNumber3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber3}. * @return The possibly null value for attribute {@code searchNumber3}. */ public final java.math.BigDecimal getSearchNumber3( ){ return this.searchNumber3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber3}. * @param searchNumber3 The possibly null new value for attribute {@code searchNumber3}. */ public void setSearchNumber3( java.math.BigDecimal searchNumber3 ){ super.openmdxjdoMakeDirty(); this.searchNumber3 = searchNumber3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber4}. */ java.math.BigDecimal searchNumber4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber4}. * @return The possibly null value for attribute {@code searchNumber4}. */ public final java.math.BigDecimal getSearchNumber4( ){ return this.searchNumber4; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber4}. * @param searchNumber4 The possibly null new value for attribute {@code searchNumber4}. */ public void setSearchNumber4( java.math.BigDecimal searchNumber4 ){ super.openmdxjdoMakeDirty(); this.searchNumber4 = searchNumber4; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code accessLevelUpdate}. */ short accessLevelUpdate; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code accessLevelUpdate}. * @return The non-null value for attribute {@code accessLevelUpdate}. */ public final short getAccessLevelUpdate( ){ return this.accessLevelUpdate; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code accessLevelUpdate}. * @param accessLevelUpdate The non-{@code null} new value for attribute {@code accessLevelUpdate}. */ public void setAccessLevelUpdate( short accessLevelUpdate ){ super.openmdxjdoMakeDirty(); this.accessLevelUpdate = accessLevelUpdate; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userNumber1}. */ java.math.BigDecimal userNumber1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber1}. * @return The possibly null value for attribute {@code userNumber1}. */ public final java.math.BigDecimal getUserNumber1( ){ return this.userNumber1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber1}. * @param userNumber1 The possibly null new value for attribute {@code userNumber1}. */ public void setUserNumber1( java.math.BigDecimal userNumber1 ){ super.openmdxjdoMakeDirty(); this.userNumber1 = userNumber1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber1}. */ java.math.BigDecimal searchNumber1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber1}. * @return The possibly null value for attribute {@code searchNumber1}. */ public final java.math.BigDecimal getSearchNumber1( ){ return this.searchNumber1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber1}. * @param searchNumber1 The possibly null new value for attribute {@code searchNumber1}. */ public void setSearchNumber1( java.math.BigDecimal searchNumber1 ){ super.openmdxjdoMakeDirty(); this.searchNumber1 = searchNumber1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userNumber2}. */ java.math.BigDecimal userNumber2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber2}. * @return The possibly null value for attribute {@code userNumber2}. */ public final java.math.BigDecimal getUserNumber2( ){ return this.userNumber2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber2}. * @param userNumber2 The possibly null new value for attribute {@code userNumber2}. */ public void setUserNumber2( java.math.BigDecimal userNumber2 ){ super.openmdxjdoMakeDirty(); this.userNumber2 = userNumber2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code contentLength}. */ public java.lang.Long contentLength; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code contentLength}. * @return The possibly null value for attribute {@code contentLength}. */ public final java.lang.Long getContentLength( ){ return this.contentLength; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber2}. */ java.math.BigDecimal searchNumber2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber2}. * @return The possibly null value for attribute {@code searchNumber2}. */ public final java.math.BigDecimal getSearchNumber2( ){ return this.searchNumber2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber2}. * @param searchNumber2 The possibly null new value for attribute {@code searchNumber2}. */ public void setSearchNumber2( java.math.BigDecimal searchNumber2 ){ super.openmdxjdoMakeDirty(); this.searchNumber2 = searchNumber2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code userNumber3}. */ java.math.BigDecimal userNumber3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber3}. * @return The possibly null value for attribute {@code userNumber3}. */ public final java.math.BigDecimal getUserNumber3( ){ return this.userNumber3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber3}. * @param userNumber3 The possibly null new value for attribute {@code userNumber3}. */ public void setUserNumber3( java.math.BigDecimal userNumber3 ){ super.openmdxjdoMakeDirty(); this.userNumber3 = userNumber3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber7}. */ java.math.BigDecimal searchNumber7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber7}. * @return The possibly null value for attribute {@code searchNumber7}. */ public final java.math.BigDecimal getSearchNumber7( ){ return this.searchNumber7; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber7}. * @param searchNumber7 The possibly null new value for attribute {@code searchNumber7}. */ public void setSearchNumber7( java.math.BigDecimal searchNumber7 ){ super.openmdxjdoMakeDirty(); this.searchNumber7 = searchNumber7; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber8}. */ java.math.BigDecimal searchNumber8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber8}. * @return The possibly null value for attribute {@code searchNumber8}. */ public final java.math.BigDecimal getSearchNumber8( ){ return this.searchNumber8; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber8}. * @param searchNumber8 The possibly null new value for attribute {@code searchNumber8}. */ public void setSearchNumber8( java.math.BigDecimal searchNumber8 ){ super.openmdxjdoMakeDirty(); this.searchNumber8 = searchNumber8; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber5}. */ java.math.BigDecimal searchNumber5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber5}. * @return The possibly null value for attribute {@code searchNumber5}. */ public final java.math.BigDecimal getSearchNumber5( ){ return this.searchNumber5; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber5}. * @param searchNumber5 The possibly null new value for attribute {@code searchNumber5}. */ public void setSearchNumber5( java.math.BigDecimal searchNumber5 ){ super.openmdxjdoMakeDirty(); this.searchNumber5 = searchNumber5; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute {@code searchNumber6}. */ java.math.BigDecimal searchNumber6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code searchNumber6}. * @return The possibly null value for attribute {@code searchNumber6}. */ public final java.math.BigDecimal getSearchNumber6( ){ return this.searchNumber6; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code searchNumber6}. * @param searchNumber6 The possibly null new value for attribute {@code searchNumber6}. */ public void setSearchNumber6( java.math.BigDecimal searchNumber6 ){ super.openmdxjdoMakeDirty(); this.searchNumber6 = searchNumber6; } // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userNumber4} */ int userNumber4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userDate4} */ int userDate4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code owningGroup} */ int owningGroup_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userString4} */ int userString4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userBoolean4} */ int userBoolean4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code modifiedBy} */ int modifiedBy_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code owner} */ int owner_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userCode4} */ int userCode4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code userDateTime4} */ int userDateTime4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute {@code createdBy} */ int createdBy_size; // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Instance referenced by {@code crxObject}. */ java.lang.String crxObject; // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code crxObject}. * @param crxObject The new non-{@code null} value for this reference. */ public void setCrxObject( org.opencrx.kernel.generic.cci2.CrxObject crxObject ){ throw new javax.jdo.JDOFatalUserException( "Typed set not handled by data object", new UnsupportedOperationException("Use setCrxObject_Id() instead."), this ); } public void setCrxObject_Id( java.lang.String crxObject ) { super.openmdxjdoMakeDirty(); this.crxObject = crxObject; } // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy