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

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

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

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

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

  /**
   * Attribute decimalValue.
   */
  java.math.BigDecimal decimalValue;

  public java.math.BigDecimal getDecimalValue(
  ){
    return this.decimalValue;
  }

  public void setDecimalValue(
    java.math.BigDecimal value
  ){
    this.decimalValue = value;
  }


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy