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

org.opencrx.kernel.activity1.jpa3.CalendarDay Maven / Gradle / Ivy

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

/**
 * Class CalendarDay
 */
@SuppressWarnings("serial")
public class CalendarDay  extends org.w3c.jpa3.AbstractObject
 implements org.opencrx.kernel.activity1.cci2.CalendarDay
{

  /**
   * Constructor
   */
  public CalendarDay(
  ){
    // 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/AttributeGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) {
       return slice.getUserNumber4();
      }
      @Override
      protected void setValue(CalendarDay$Slice slice, java.math.BigDecimal value) {
        openmdxjdoMakeDirty();
        slice.setUserNumber4(value);
      }
      @Override
      protected CalendarDay$Slice newSlice(int index) {
        return new CalendarDay$Slice(CalendarDay.this, index);
      }
      @Override
      protected void setSize(int size) {
        openmdxjdoMakeDirty();
        userNumber4_size = size;
      }
      @Override
      public int size() {
        return userNumber4_size;
      }
    };
  }

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears 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 userNumber4 */ public void setUserNumber4( java.math.BigDecimal... userNumber4 ){ openmdxjdoSetCollection( getUserNumber4(), userNumber4 ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute externalLink. * @return A list containing all elements for this attribute. */ public java.util.List getExternalLink( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(CalendarDay$Slice slice) { return slice.getExternalLink(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setExternalLink(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); externalLink_size = size; } @Override public int size() { return externalLink_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears externalLink and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : externalLink){
   *     list.add(e);
   *   }
   * 
* @param externalLink value(s) to be added to externalLink */ public void setExternalLink( java.lang.String... externalLink ){ openmdxjdoSetCollection( getExternalLink(), externalLink ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber0. */ java.math.BigDecimal searchNumber0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber0. * @return The possibly null value for attribute searchNumber0. */ public final java.math.BigDecimal getSearchNumber0( ){ return this.searchNumber0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber0. * @param searchNumber0 The possibly null new value for attribute searchNumber0. */ public void setSearchNumber0( java.math.BigDecimal searchNumber0 ){ super.openmdxjdoMakeDirty(); this.searchNumber0 = searchNumber0; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference hashEntry. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.base.cci2.HashableContainsHashEntry.HashEntry getHashEntry( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/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/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 workDurationHours. */ java.lang.Short workDurationHours; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute workDurationHours. * @return The possibly null value for attribute workDurationHours. */ public final java.lang.Short getWorkDurationHours( ){ return this.workDurationHours; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute workDurationHours. * @param workDurationHours The possibly null new value for attribute workDurationHours. */ public void setWorkDurationHours( java.lang.Short workDurationHours ){ super.openmdxjdoMakeDirty(); this.workDurationHours = workDurationHours; } // ---------------------------------------------------------------------------- // 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/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) { return slice.getUserString4(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setUserString4(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userString4_size = size; } @Override public int size() { return userString4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 userString4 */ public void setUserString4( java.lang.String... userString4 ){ openmdxjdoSetCollection( getUserString4(), userString4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime9. */ java.sql.Timestamp searchDateTime9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime9. * @return The possibly null value for attribute 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 searchDateTime9. * @param searchDateTime9 The possibly null new value for attribute searchDateTime9. */ public void setSearchDateTime9( java.util.Date searchDateTime9 ){ super.openmdxjdoMakeDirty(); this.searchDateTime9 = org.w3c.jpa3.DateTime.toJDO(searchDateTime9); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.UpdateHashResult updateHash( org.opencrx.kernel.base.cci2.UpdateHashParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime7. */ java.sql.Timestamp searchDateTime7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime7. * @return The possibly null value for attribute 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 searchDateTime7. * @param searchDateTime7 The possibly null new value for attribute searchDateTime7. */ public void setSearchDateTime7( java.util.Date searchDateTime7 ){ super.openmdxjdoMakeDirty(); this.searchDateTime7 = org.w3c.jpa3.DateTime.toJDO(searchDateTime7); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference documentFolderAssignment. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasDocumentFolderAssignment.DocumentFolderAssignment getDocumentFolderAssignment( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime8. */ java.sql.Timestamp searchDateTime8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime8. * @return The possibly null value for attribute 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 searchDateTime8. * @param searchDateTime8 The possibly null new value for attribute searchDateTime8. */ public void setSearchDateTime8( java.util.Date searchDateTime8 ){ super.openmdxjdoMakeDirty(); this.searchDateTime8 = org.w3c.jpa3.DateTime.toJDO(searchDateTime8); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime5. */ java.sql.Timestamp searchDateTime5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime5. * @return The possibly null value for attribute 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 searchDateTime5. * @param searchDateTime5 The possibly null new value for attribute searchDateTime5. */ public void setSearchDateTime5( java.util.Date searchDateTime5 ){ super.openmdxjdoMakeDirty(); this.searchDateTime5 = org.w3c.jpa3.DateTime.toJDO(searchDateTime5); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime6. */ java.sql.Timestamp searchDateTime6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime6. * @return The possibly null value for attribute 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 searchDateTime6. * @param searchDateTime6 The possibly null new value for attribute searchDateTime6. */ public void setSearchDateTime6( java.util.Date searchDateTime6 ){ super.openmdxjdoMakeDirty(); this.searchDateTime6 = org.w3c.jpa3.DateTime.toJDO(searchDateTime6); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime3. */ java.sql.Timestamp searchDateTime3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime3. * @return The possibly null value for attribute 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 searchDateTime3. * @param searchDateTime3 The possibly null new value for attribute searchDateTime3. */ public void setSearchDateTime3( java.util.Date searchDateTime3 ){ super.openmdxjdoMakeDirty(); this.searchDateTime3 = org.w3c.jpa3.DateTime.toJDO(searchDateTime3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime4. */ java.sql.Timestamp searchDateTime4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime4. * @return The possibly null value for attribute 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 searchDateTime4. * @param searchDateTime4 The possibly null new value for attribute 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.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 userString0. */ java.lang.String userString0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userString0. * @return The possibly null value for attribute userString0. */ public final java.lang.String getUserString0( ){ return this.userString0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userString0. * @param userString0 The possibly null new value for attribute userString0. */ public void setUserString0( java.lang.String userString0 ){ super.openmdxjdoMakeDirty(); this.userString0 = userString0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userString1. */ java.lang.String userString1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userString1. * @return The possibly null value for attribute userString1. */ public final java.lang.String getUserString1( ){ return this.userString1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userString1. * @param userString1 The possibly null new value for attribute userString1. */ public void setUserString1( java.lang.String userString1 ){ super.openmdxjdoMakeDirty(); this.userString1 = userString1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userString2. */ java.lang.String userString2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userString2. * @return The possibly null value for attribute userString2. */ public final java.lang.String getUserString2( ){ return this.userString2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userString2. * @param userString2 The possibly null new value for attribute userString2. */ public void setUserString2( java.lang.String userString2 ){ super.openmdxjdoMakeDirty(); this.userString2 = userString2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userString3. */ java.lang.String userString3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userString3. * @return The possibly null value for attribute userString3. */ public final java.lang.String getUserString3( ){ return this.userString3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userString3. * @param userString3 The possibly null new value for attribute userString3. */ public void setUserString3( java.lang.String userString3 ){ super.openmdxjdoMakeDirty(); this.userString3 = userString3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString7. */ java.lang.String searchString7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString7. * @return The possibly null value for attribute searchString7. */ public final java.lang.String getSearchString7( ){ return this.searchString7; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString7. * @param searchString7 The possibly null new value for attribute searchString7. */ public void setSearchString7( java.lang.String searchString7 ){ super.openmdxjdoMakeDirty(); this.searchString7 = searchString7; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString8. */ java.lang.String searchString8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString8. * @return The possibly null value for attribute searchString8. */ public final java.lang.String getSearchString8( ){ return this.searchString8; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString8. * @param searchString8 The possibly null new value for attribute searchString8. */ public void setSearchString8( java.lang.String searchString8 ){ super.openmdxjdoMakeDirty(); this.searchString8 = searchString8; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString5. */ java.lang.String searchString5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString5. * @return The possibly null value for attribute searchString5. */ public final java.lang.String getSearchString5( ){ return this.searchString5; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString5. * @param searchString5 The possibly null new value for attribute searchString5. */ public void setSearchString5( java.lang.String searchString5 ){ super.openmdxjdoMakeDirty(); this.searchString5 = searchString5; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString6. */ java.lang.String searchString6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString6. * @return The possibly null value for attribute searchString6. */ public final java.lang.String getSearchString6( ){ return this.searchString6; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString6. * @param searchString6 The possibly null new value for attribute searchString6. */ public void setSearchString6( java.lang.String searchString6 ){ super.openmdxjdoMakeDirty(); this.searchString6 = searchString6; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString3. */ java.lang.String searchString3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString3. * @return The possibly null value for attribute searchString3. */ public final java.lang.String getSearchString3( ){ return this.searchString3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString3. * @param searchString3 The possibly null new value for attribute searchString3. */ public void setSearchString3( java.lang.String searchString3 ){ super.openmdxjdoMakeDirty(); this.searchString3 = searchString3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString4. */ java.lang.String searchString4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString4. * @return The possibly null value for attribute searchString4. */ public final java.lang.String getSearchString4( ){ return this.searchString4; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString4. * @param searchString4 The possibly null new value for attribute searchString4. */ public void setSearchString4( java.lang.String searchString4 ){ super.openmdxjdoMakeDirty(); this.searchString4 = searchString4; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString1. */ java.lang.String searchString1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString1. * @return The possibly null value for attribute searchString1. */ public final java.lang.String getSearchString1( ){ return this.searchString1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString1. * @param searchString1 The possibly null new value for attribute searchString1. */ public void setSearchString1( java.lang.String searchString1 ){ super.openmdxjdoMakeDirty(); this.searchString1 = searchString1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString2. */ java.lang.String searchString2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString2. * @return The possibly null value for attribute searchString2. */ public final java.lang.String getSearchString2( ){ return this.searchString2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString2. * @param searchString2 The possibly null new value for attribute searchString2. */ public void setSearchString2( java.lang.String searchString2 ){ super.openmdxjdoMakeDirty(); this.searchString2 = searchString2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime1. */ java.sql.Timestamp searchDateTime1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime1. * @return The possibly null value for attribute 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 searchDateTime1. * @param searchDateTime1 The possibly null new value for attribute searchDateTime1. */ public void setSearchDateTime1( java.util.Date searchDateTime1 ){ super.openmdxjdoMakeDirty(); this.searchDateTime1 = org.w3c.jpa3.DateTime.toJDO(searchDateTime1); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userBoolean1. */ java.lang.Boolean userBoolean1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userBoolean1. * @return The possibly null value for attribute userBoolean1. */ public final java.lang.Boolean isUserBoolean1( ){ return this.userBoolean1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userBoolean1. * @param userBoolean1 The possibly null new value for attribute userBoolean1. */ public void setUserBoolean1( java.lang.Boolean userBoolean1 ){ super.openmdxjdoMakeDirty(); this.userBoolean1 = userBoolean1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime2. */ java.sql.Timestamp searchDateTime2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime2. * @return The possibly null value for attribute 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 searchDateTime2. * @param searchDateTime2 The possibly null new value for attribute searchDateTime2. */ public void setSearchDateTime2( java.util.Date searchDateTime2 ){ super.openmdxjdoMakeDirty(); this.searchDateTime2 = org.w3c.jpa3.DateTime.toJDO(searchDateTime2); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userBoolean2. */ java.lang.Boolean userBoolean2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userBoolean2. * @return The possibly null value for attribute userBoolean2. */ public final java.lang.Boolean isUserBoolean2( ){ return this.userBoolean2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userBoolean2. * @param userBoolean2 The possibly null new value for attribute userBoolean2. */ public void setUserBoolean2( java.lang.Boolean userBoolean2 ){ super.openmdxjdoMakeDirty(); this.userBoolean2 = userBoolean2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString0. */ java.lang.String searchString0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString0. * @return The possibly null value for attribute searchString0. */ public final java.lang.String getSearchString0( ){ return this.searchString0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString0. * @param searchString0 The possibly null new value for attribute searchString0. */ public void setSearchString0( java.lang.String searchString0 ){ super.openmdxjdoMakeDirty(); this.searchString0 = searchString0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userBoolean3. */ java.lang.Boolean userBoolean3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userBoolean3. * @return The possibly null value for attribute userBoolean3. */ public final java.lang.Boolean isUserBoolean3( ){ return this.userBoolean3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userBoolean3. * @param userBoolean3 The possibly null new value for attribute userBoolean3. */ public void setUserBoolean3( java.lang.Boolean userBoolean3 ){ super.openmdxjdoMakeDirty(); this.userBoolean3 = userBoolean3; } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) { return slice.getUserBoolean4(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.Boolean value) { openmdxjdoMakeDirty(); slice.setUserBoolean4(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userBoolean4_size = size; } @Override public int size() { return userBoolean4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 userBoolean4 */ public void setUserBoolean4( boolean... userBoolean4 ){ openmdxjdoSetCollection( getUserBoolean4(), userBoolean4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchDateTime0. */ java.sql.Timestamp searchDateTime0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchDateTime0. * @return The possibly null value for attribute 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 searchDateTime0. * @param searchDateTime0 The possibly null new value for attribute searchDateTime0. */ public void setSearchDateTime0( java.util.Date searchDateTime0 ){ super.openmdxjdoMakeDirty(); this.searchDateTime0 = org.w3c.jpa3.DateTime.toJDO(searchDateTime0); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectResult enableCrxObject( org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userBoolean0. */ java.lang.Boolean userBoolean0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userBoolean0. * @return The possibly null value for attribute userBoolean0. */ public final java.lang.Boolean isUserBoolean0( ){ return this.userBoolean0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userBoolean0. * @param userBoolean0 The possibly null new value for attribute userBoolean0. */ public void setUserBoolean0( java.lang.Boolean userBoolean0 ){ super.openmdxjdoMakeDirty(); this.userBoolean0 = userBoolean0; } // ---------------------------------------------------------------------------- // 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/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute isWorkingDay. */ java.lang.Boolean isWorkingDay; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute isWorkingDay. * @return The possibly null value for attribute isWorkingDay. */ public final java.lang.Boolean isWorkingDay( ){ return this.isWorkingDay; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute isWorkingDay. * @param isWorkingDay The possibly null new value for attribute isWorkingDay. */ public void setWorkingDay( java.lang.Boolean isWorkingDay ){ super.openmdxjdoMakeDirty(); this.isWorkingDay = isWorkingDay; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference audit. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.base.cci2.AuditeeHasAuditEntries.Audit getAudit( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute identity. */ public java.lang.String identity; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute identity. * @return The non-null value for attribute identity. */ public java.lang.String getIdentity( ){ return this.identity; } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void sendAlert( org.opencrx.kernel.base.cci2.SendAlertParams 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 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(CalendarDay$Slice slice) { return slice.getModifiedBy(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setModifiedBy(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); modifiedBy_size = size; } @Override public int size() { return modifiedBy_size; } }; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute disabled. */ java.lang.Boolean disabled; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute disabled. * @return The possibly null value for attribute disabled. */ public final java.lang.Boolean isDisabled( ){ return this.disabled; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute disabled. * @param disabled The possibly null new value for attribute disabled. */ public void setDisabled( java.lang.Boolean disabled ){ super.openmdxjdoMakeDirty(); this.disabled = disabled; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference additionalExternalLink. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAdditionalExternalLink.AdditionalExternalLink getAdditionalExternalLink( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute workDurationMinutes. */ java.lang.Short workDurationMinutes; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute workDurationMinutes. * @return The possibly null value for attribute workDurationMinutes. */ public final java.lang.Short getWorkDurationMinutes( ){ return this.workDurationMinutes; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute workDurationMinutes. * @param workDurationMinutes The possibly null new value for attribute workDurationMinutes. */ public void setWorkDurationMinutes( java.lang.Short workDurationMinutes ){ super.openmdxjdoMakeDirty(); this.workDurationMinutes = workDurationMinutes; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference involvedObject. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.ObjectHasInvolvedObject.InvolvedObject getInvolvedObject( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute accessLevelBrowse. */ short accessLevelBrowse; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute accessLevelBrowse. * @return The non-null value for attribute accessLevelBrowse. */ public final short getAccessLevelBrowse( ){ return this.accessLevelBrowse; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute accessLevelBrowse. * @param accessLevelBrowse The non-null new value for attribute accessLevelBrowse. */ public void setAccessLevelBrowse( short accessLevelBrowse ){ super.openmdxjdoMakeDirty(); this.accessLevelBrowse = accessLevelBrowse; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber9. */ java.math.BigDecimal searchNumber9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber9. * @return The possibly null value for attribute searchNumber9. */ public final java.math.BigDecimal getSearchNumber9( ){ return this.searchNumber9; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber9. * @param searchNumber9 The possibly null new value for attribute 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 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(CalendarDay$Slice slice) { return slice.getUserCode4(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.Short value) { openmdxjdoMakeDirty(); slice.setUserCode4(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userCode4_size = size; } @Override public int size() { return userCode4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 userCode4 */ public void setUserCode4( short... userCode4 ){ openmdxjdoSetCollection( getUserCode4(), userCode4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userCode3. */ java.lang.Short userCode3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userCode3. * @return The possibly null value for attribute userCode3. */ public final java.lang.Short getUserCode3( ){ return this.userCode3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userCode3. * @param userCode3 The possibly null new value for attribute userCode3. */ public void setUserCode3( java.lang.Short userCode3 ){ super.openmdxjdoMakeDirty(); this.userCode3 = userCode3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userCode2. */ java.lang.Short userCode2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userCode2. * @return The possibly null value for attribute userCode2. */ public final java.lang.Short getUserCode2( ){ return this.userCode2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userCode2. * @param userCode2 The possibly null new value for attribute userCode2. */ public void setUserCode2( java.lang.Short userCode2 ){ super.openmdxjdoMakeDirty(); this.userCode2 = userCode2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute dateOfDay. */ java.sql.Date dateOfDay; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute dateOfDay. * @return The non-null value for attribute dateOfDay. */ public final javax.xml.datatype.XMLGregorianCalendar getDateOfDay( ){ return org.w3c.jpa3.Date.toCCI(this.dateOfDay); } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute dateOfDay. * @param dateOfDay The non-null new value for attribute dateOfDay. */ public void setDateOfDay( javax.xml.datatype.XMLGregorianCalendar dateOfDay ){ super.openmdxjdoMakeDirty(); this.dateOfDay = org.w3c.jpa3.Date.toJDO(dateOfDay); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userCode1. */ java.lang.Short userCode1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userCode1. * @return The possibly null value for attribute userCode1. */ public final java.lang.Short getUserCode1( ){ return this.userCode1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userCode1. * @param userCode1 The possibly null new value for attribute userCode1. */ public void setUserCode1( java.lang.Short userCode1 ){ super.openmdxjdoMakeDirty(); this.userCode1 = userCode1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userCode0. */ java.lang.Short userCode0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userCode0. * @return The possibly null value for attribute userCode0. */ public final java.lang.Short getUserCode0( ){ return this.userCode0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userCode0. * @param userCode0 The possibly null new value for attribute userCode0. */ public void setUserCode0( java.lang.Short userCode0 ){ super.openmdxjdoMakeDirty(); this.userCode0 = userCode0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber3. */ java.math.BigDecimal searchNumber3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber3. * @return The possibly null value for attribute searchNumber3. */ public final java.math.BigDecimal getSearchNumber3( ){ return this.searchNumber3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber3. * @param searchNumber3 The possibly null new value for attribute searchNumber3. */ public void setSearchNumber3( java.math.BigDecimal searchNumber3 ){ super.openmdxjdoMakeDirty(); this.searchNumber3 = searchNumber3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userNumber0. */ java.math.BigDecimal userNumber0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userNumber0. * @return The possibly null value for attribute userNumber0. */ public final java.math.BigDecimal getUserNumber0( ){ return this.userNumber0; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userNumber0. * @param userNumber0 The possibly null new value for attribute userNumber0. */ public void setUserNumber0( java.math.BigDecimal userNumber0 ){ super.openmdxjdoMakeDirty(); this.userNumber0 = userNumber0; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber4. */ java.math.BigDecimal searchNumber4; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber4. * @return The possibly null value for attribute searchNumber4. */ public final java.math.BigDecimal getSearchNumber4( ){ return this.searchNumber4; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber4. * @param searchNumber4 The possibly null new value for attribute searchNumber4. */ public void setSearchNumber4( java.math.BigDecimal searchNumber4 ){ super.openmdxjdoMakeDirty(); this.searchNumber4 = searchNumber4; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userNumber1. */ java.math.BigDecimal userNumber1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userNumber1. * @return The possibly null value for attribute userNumber1. */ public final java.math.BigDecimal getUserNumber1( ){ return this.userNumber1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userNumber1. * @param userNumber1 The possibly null new value for attribute userNumber1. */ public void setUserNumber1( java.math.BigDecimal userNumber1 ){ super.openmdxjdoMakeDirty(); this.userNumber1 = userNumber1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userNumber2. */ java.math.BigDecimal userNumber2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userNumber2. * @return The possibly null value for attribute userNumber2. */ public final java.math.BigDecimal getUserNumber2( ){ return this.userNumber2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userNumber2. * @param userNumber2 The possibly null new value for attribute userNumber2. */ public void setUserNumber2( java.math.BigDecimal userNumber2 ){ super.openmdxjdoMakeDirty(); this.userNumber2 = userNumber2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber1. */ java.math.BigDecimal searchNumber1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber1. * @return The possibly null value for attribute searchNumber1. */ public final java.math.BigDecimal getSearchNumber1( ){ return this.searchNumber1; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber1. * @param searchNumber1 The possibly null new value for attribute searchNumber1. */ public void setSearchNumber1( java.math.BigDecimal searchNumber1 ){ super.openmdxjdoMakeDirty(); this.searchNumber1 = searchNumber1; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber2. */ java.math.BigDecimal searchNumber2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber2. * @return The possibly null value for attribute searchNumber2. */ public final java.math.BigDecimal getSearchNumber2( ){ return this.searchNumber2; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber2. * @param searchNumber2 The possibly null new value for attribute searchNumber2. */ public void setSearchNumber2( java.math.BigDecimal searchNumber2 ){ super.openmdxjdoMakeDirty(); this.searchNumber2 = searchNumber2; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userNumber3. */ java.math.BigDecimal userNumber3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userNumber3. * @return The possibly null value for attribute userNumber3. */ public final java.math.BigDecimal getUserNumber3( ){ return this.userNumber3; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute userNumber3. * @param userNumber3 The possibly null new value for attribute userNumber3. */ public void setUserNumber3( java.math.BigDecimal userNumber3 ){ super.openmdxjdoMakeDirty(); this.userNumber3 = userNumber3; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber7. */ java.math.BigDecimal searchNumber7; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber7. * @return The possibly null value for attribute searchNumber7. */ public final java.math.BigDecimal getSearchNumber7( ){ return this.searchNumber7; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber7. * @param searchNumber7 The possibly null new value for attribute searchNumber7. */ public void setSearchNumber7( java.math.BigDecimal searchNumber7 ){ super.openmdxjdoMakeDirty(); this.searchNumber7 = searchNumber7; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber8. */ java.math.BigDecimal searchNumber8; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber8. * @return The possibly null value for attribute searchNumber8. */ public final java.math.BigDecimal getSearchNumber8( ){ return this.searchNumber8; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber8. * @param searchNumber8 The possibly null new value for attribute searchNumber8. */ public void setSearchNumber8( java.math.BigDecimal searchNumber8 ){ super.openmdxjdoMakeDirty(); this.searchNumber8 = searchNumber8; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber5. */ java.math.BigDecimal searchNumber5; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber5. * @return The possibly null value for attribute searchNumber5. */ public final java.math.BigDecimal getSearchNumber5( ){ return this.searchNumber5; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber5. * @param searchNumber5 The possibly null new value for attribute searchNumber5. */ public void setSearchNumber5( java.math.BigDecimal searchNumber5 ){ super.openmdxjdoMakeDirty(); this.searchNumber5 = searchNumber5; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchNumber6. */ java.math.BigDecimal searchNumber6; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchNumber6. * @return The possibly null value for attribute searchNumber6. */ public final java.math.BigDecimal getSearchNumber6( ){ return this.searchNumber6; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchNumber6. * @param searchNumber6 The possibly null new value for attribute searchNumber6. */ public void setSearchNumber6( java.math.BigDecimal searchNumber6 ){ super.openmdxjdoMakeDirty(); this.searchNumber6 = searchNumber6; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference propertySetEntry. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectContainsPropertySetEntry.PropertySetEntry getPropertySetEntry( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDate0. */ java.sql.Date userDate0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDate0. * @return The possibly null value for attribute 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 userDate0. * @param userDate0 The possibly null new value for attribute userDate0. */ public void setUserDate0( javax.xml.datatype.XMLGregorianCalendar userDate0 ){ super.openmdxjdoMakeDirty(); this.userDate0 = org.w3c.jpa3.Date.toJDO(userDate0); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference attachedDocument. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAttachedDocument.AttachedDocument getAttachedDocument( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute modifiedAt. */ public java.sql.Timestamp modifiedAt; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute modifiedAt. * @return The non-null value for attribute modifiedAt. */ public final java.util.Date getModifiedAt( ){ return org.w3c.jpa3.DateTime.toCCI(this.modifiedAt); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference rating. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasRating.Rating getRating( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) { return org.w3c.jpa3.Date.toCCI(slice.getUserDate4()); } @Override protected void setValue(CalendarDay$Slice slice, javax.xml.datatype.XMLGregorianCalendar value) { openmdxjdoMakeDirty(); slice.setUserDate4(org.w3c.jpa3.Date.toJDO(value)); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userDate4_size = size; } @Override public int size() { return userDate4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 userDate4 */ public void setUserDate4( javax.xml.datatype.XMLGregorianCalendar... userDate4 ){ openmdxjdoSetCollection( getUserDate4(), userDate4 ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDate3. */ java.sql.Date userDate3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDate3. * @return The possibly null value for attribute 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 userDate3. * @param userDate3 The possibly null new value for attribute userDate3. */ public void setUserDate3( javax.xml.datatype.XMLGregorianCalendar userDate3 ){ super.openmdxjdoMakeDirty(); this.userDate3 = org.w3c.jpa3.Date.toJDO(userDate3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDate2. */ java.sql.Date userDate2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDate2. * @return The possibly null value for attribute 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 userDate2. * @param userDate2 The possibly null new value for attribute userDate2. */ public void setUserDate2( javax.xml.datatype.XMLGregorianCalendar userDate2 ){ super.openmdxjdoMakeDirty(); this.userDate2 = org.w3c.jpa3.Date.toJDO(userDate2); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDate1. */ java.sql.Date userDate1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDate1. * @return The possibly null value for attribute 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 userDate1. * @param userDate1 The possibly null new value for attribute userDate1. */ public void setUserDate1( javax.xml.datatype.XMLGregorianCalendar userDate1 ){ super.openmdxjdoMakeDirty(); this.userDate1 = org.w3c.jpa3.Date.toJDO(userDate1); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute createdAt. */ public java.sql.Timestamp createdAt; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute createdAt. * @return The non-null value for attribute createdAt. */ public final java.util.Date getCreatedAt( ){ return org.w3c.jpa3.DateTime.toCCI(this.createdAt); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ExportItemResult exportItem( org.opencrx.kernel.base.cci2.ExportItemParams 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 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 Collection of objects referenced by owningGroup. * @return The 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(CalendarDay$Slice slice) { return slice.getOwningGroup(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setOwningGroup(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.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 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/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute disabledReason. */ java.lang.String disabledReason; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute disabledReason. * @return The possibly null value for attribute disabledReason. */ public final java.lang.String getDisabledReason( ){ return this.disabledReason; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute disabledReason. * @param disabledReason The possibly null new value for attribute disabledReason. */ public void setDisabledReason( java.lang.String disabledReason ){ super.openmdxjdoMakeDirty(); this.disabledReason = disabledReason; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference localizedField. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.LocalizedFieldContainerContainsField.LocalizedField getLocalizedField( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference propertySet. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectContainsPropertySet.PropertySet getPropertySet( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/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.generic.cci2.EnableDisableCrxObjectResult disableCrxObject( org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute name. */ java.lang.String name; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute name. * @return The possibly null value for attribute name. */ public final java.lang.String getName( ){ return this.name; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute name. * @param name The possibly null new value for attribute name. */ public void setName( java.lang.String name ){ super.openmdxjdoMakeDirty(); this.name = name; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute accessLevelDelete. */ short accessLevelDelete; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute accessLevelDelete. * @return The non-null value for attribute accessLevelDelete. */ public final short getAccessLevelDelete( ){ return this.accessLevelDelete; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute accessLevelDelete. * @param accessLevelDelete The non-null new value for attribute accessLevelDelete. */ public void setAccessLevelDelete( short accessLevelDelete ){ super.openmdxjdoMakeDirty(); this.accessLevelDelete = accessLevelDelete; } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference note. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasNote.Note getNote( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference media. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasMedia.Media getMedia( ){ throw new javax.jdo.JDOFatalUserException( "This signature is not handled by data object", new UnsupportedOperationException("This signature is not handled by data object. Use query on composites."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute searchString9. */ java.lang.String searchString9; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute searchString9. * @return The possibly null value for attribute searchString9. */ public final java.lang.String getSearchString9( ){ return this.searchString9; } // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute searchString9. * @param searchString9 The possibly null new value for attribute searchString9. */ public void setSearchString9( java.lang.String searchString9 ){ super.openmdxjdoMakeDirty(); this.searchString9 = searchString9; } // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Reference indexEntry. */ @SuppressWarnings("unused") private transient java.util.Set indexEntry; // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference 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 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(CalendarDay$Slice slice) { return slice.getOwner(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setOwner(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); owner_size = size; } @Override public int size() { return owner_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 owner */ public void setOwner( java.lang.String... owner ){ openmdxjdoSetCollection( getOwner(), owner ); } // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Instance referenced by owningUser. */ java.lang.String owningUser; // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference owningUser. * @return The – possibly 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 owningUser. * @param owningUser The new – possibly 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/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Reference involvedInObject. */ @SuppressWarnings("unused") private transient java.util.Set involvedInObject; // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference involvedInObject. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.ObjectIsInvolvedIn.InvolvedInObject getInvolvedInObject( ){ 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 'involvedInObject'."), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDateTime1. */ java.sql.Timestamp userDateTime1; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDateTime1. * @return The possibly null value for attribute 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 userDateTime1. * @param userDateTime1 The possibly null new value for attribute userDateTime1. */ public void setUserDateTime1( java.util.Date userDateTime1 ){ super.openmdxjdoMakeDirty(); this.userDateTime1 = org.w3c.jpa3.DateTime.toJDO(userDateTime1); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.ImportItemResult importItem( org.opencrx.kernel.base.cci2.ImportItemParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDateTime0. */ java.sql.Timestamp userDateTime0; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDateTime0. * @return The possibly null value for attribute 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 userDateTime0. * @param userDateTime0 The possibly null new value for attribute userDateTime0. */ public void setUserDateTime0( java.util.Date userDateTime0 ){ super.openmdxjdoMakeDirty(); this.userDateTime0 = org.w3c.jpa3.DateTime.toJDO(userDateTime0); } // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Reference assignedTimer. */ @SuppressWarnings("unused") private transient java.util.Set assignedTimer; // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference assignedTimer. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAssignedTimer.AssignedTimer getAssignedTimer( ){ 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 'assignedTimer'."), this ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) { return org.w3c.jpa3.DateTime.toCCI(slice.getUserDateTime4()); } @Override protected void setValue(CalendarDay$Slice slice, java.util.Date value) { openmdxjdoMakeDirty(); slice.setUserDateTime4(org.w3c.jpa3.DateTime.toJDO(value)); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); userDateTime4_size = size; } @Override public int size() { return userDateTime4_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears 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 userDateTime4 */ public void setUserDateTime4( java.util.Date... userDateTime4 ){ openmdxjdoSetCollection( getUserDateTime4(), userDateTime4 ); } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute 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(CalendarDay$Slice slice) { return slice.getCreatedBy(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setCreatedBy(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); createdBy_size = size; } @Override public int size() { return createdBy_size; } }; } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDateTime3. */ java.sql.Timestamp userDateTime3; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDateTime3. * @return The possibly null value for attribute 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 userDateTime3. * @param userDateTime3 The possibly null new value for attribute userDateTime3. */ public void setUserDateTime3( java.util.Date userDateTime3 ){ super.openmdxjdoMakeDirty(); this.userDateTime3 = org.w3c.jpa3.DateTime.toJDO(userDateTime3); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute userDateTime2. */ java.sql.Timestamp userDateTime2; // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute userDateTime2. * @return The possibly null value for attribute 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 userDateTime2. * @param userDateTime2 The possibly null new value for attribute userDateTime2. */ public void setUserDateTime2( java.util.Date userDateTime2 ){ super.openmdxjdoMakeDirty(); this.userDateTime2 = org.w3c.jpa3.DateTime.toJDO(userDateTime2); } // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.base.cci2.CloneResult clone_( org.opencrx.kernel.base.cci2.CloneParams in ){ throw new javax.jdo.JDOFatalUserException( "Behavioural features not handled by data object", new UnsupportedOperationException("Behavioural feature"), this ); } // ---------------------------------------------------------------------------- // Instance/DeclareValue // ---------------------------------------------------------------------------- /** * Attribute accessLevelUpdate. */ short accessLevelUpdate; // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute accessLevelUpdate. * @return The non-null value for attribute accessLevelUpdate. */ public final short getAccessLevelUpdate( ){ return this.accessLevelUpdate; } // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute accessLevelUpdate. * @param accessLevelUpdate The non-null new value for attribute accessLevelUpdate. */ public void setAccessLevelUpdate( short accessLevelUpdate ){ super.openmdxjdoMakeDirty(); this.accessLevelUpdate = accessLevelUpdate; } // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute category. * @return A list containing all elements for this attribute. */ public java.util.List getCategory( ){ java.util.SortedMap slices = openmdxjdoGetSlices(); return new org.w3c.jpa3.AbstractObject.SlicedList(slices) { @Override protected java.lang.String getValue(CalendarDay$Slice slice) { return slice.getCategory(); } @Override protected void setValue(CalendarDay$Slice slice, java.lang.String value) { openmdxjdoMakeDirty(); slice.setCategory(value); } @Override protected CalendarDay$Slice newSlice(int index) { return new CalendarDay$Slice(CalendarDay.this, index); } @Override protected void setSize(int size) { openmdxjdoMakeDirty(); category_size = size; } @Override public int size() { return category_size; } }; } // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears category and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : category){
   *     list.add(e);
   *   }
   * 
* @param category value(s) to be added to category */ public void setCategory( java.lang.String... category ){ openmdxjdoSetCollection( getCategory(), category ); } // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userNumber4 */ int userNumber4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute externalLink */ int externalLink_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userString4 */ int userString4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userBoolean4 */ int userBoolean4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute modifiedBy */ int modifiedBy_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userCode4 */ int userCode4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userDate4 */ int userDate4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute owningGroup */ int owningGroup_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute owner */ int owner_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute userDateTime4 */ int userDateTime4_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute createdBy */ int createdBy_size; // ---------------------------------------------------------------------------- // Instance/DeclareSize // ---------------------------------------------------------------------------- /** * Number of elements of attribute category */ int category_size; // ---------------------------------------------------------------------------- // Instance/Begin // ---------------------------------------------------------------------------- ////////////////////////////////////////////////////////////////////////////// // // Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $ // Generated by: openMDX Java Mapper // Date: Thu Mar 26 09:33:47 CET 2020 // // GENERATED - DO NOT CHANGE MANUALLY // ////////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- // Instance/ReferenceDeclaration // ---------------------------------------------------------------------------- /** * Instance referenced by calendar. */ java.lang.String calendar; // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference calendar. * @param calendar The new non-null value for this reference. */ public void setCalendar( org.opencrx.kernel.activity1.jpa3.Calendar calendar ){ throw new javax.jdo.JDOFatalUserException( "Typed set not handled by data object", new UnsupportedOperationException("Use setCalendar_Id() instead."), this ); } public void setCalendar_Id( java.lang.String calendar ) { super.openmdxjdoMakeDirty(); this.calendar = calendar; } // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy