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

org.opencrx.kernel.generic.jpa3.ReferencePropertySetEntry$Slice Maven / Gradle / Ivy

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

/**
 * {@code ReferencePropertySetEntry$Slice} object hold the {@code ReferencePropertySetEntry}'s multivalued attributes
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:41.581091768Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
@SuppressWarnings("serial")
public class ReferencePropertySetEntry$Slice extends org.opencrx.kernel.generic.jpa3.PropertySetEntry$Slice {


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy