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

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

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

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

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

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

  public java.lang.String getStringValue(
  ){
    return this.stringValue;
  }

  public void setStringValue(
    java.lang.String value
  ){
    this.stringValue = value;
  }


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy