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

org.openmdx.security.realm1.jpa3.Group$Slice Maven / Gradle / Ivy

package org.openmdx.security.realm1.jpa3;

/**
 * Group$Slice object hold the Group's multivalued attributes
 */
@SuppressWarnings("serial")
public class Group$Slice extends org.openmdx.security.realm1.jpa3.Principal$Slice {


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy