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

org.openmdx.generic1.jpa3.IntegerProperty$Slice Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package org.openmdx.generic1.jpa3;

/**
 * IntegerProperty$Slice object hold the IntegerProperty's multivalued attributes
 */
@SuppressWarnings("serial")
public class IntegerProperty$Slice extends org.openmdx.generic1.jpa3.Property$Slice {

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

  /**
   * Attribute integerValue.
   */
  java.lang.Integer integerValue;

  public java.lang.Integer getIntegerValue(
  ){
    return this.integerValue;
  }

  public void setIntegerValue(
    java.lang.Integer value
  ){
    this.integerValue = value;
  }


  /**
   * Constructor
   */
  public IntegerProperty$Slice(
  ){
    // Implements Serializable
  }

  /**
   * Constructor
   */
  protected IntegerProperty$Slice(
    IntegerProperty object,
    int index
  ){
    super(object, index);
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy