org.opencrx.kernel.generic.jpa3.DecimalPropertySetEntry$Slice Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jpa3;
/**
* {@code DecimalPropertySetEntry$Slice} object hold the {@code DecimalPropertySetEntry}'s multivalued attributes
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:41.536577222Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
@SuppressWarnings("serial")
public class DecimalPropertySetEntry$Slice extends org.opencrx.kernel.generic.jpa3.PropertySetEntry$Slice {
/**
* Constructor
*/
public DecimalPropertySetEntry$Slice(
){
// Implements Serializable
}
/**
* Constructor
*/
protected DecimalPropertySetEntry$Slice(
DecimalPropertySetEntry object,
int index
){
super(object, index);
}
}