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

org.openmdx.security.authorization1.jpa3.ModelClassPrivilege Maven / Gradle / Ivy

There is a newer version: 4.19.2
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authorization1.jpa3;

/**
 * Class ModelClassPrivilege
 *

* The privilege's name corresponds to a fully qualifed model class name. */ @SuppressWarnings("serial") public class ModelClassPrivilege extends org.w3c.jpa3.AbstractObject implements org.openmdx.security.authorization1.cci2.ModelClassPrivilege { /** * Constructor */ public ModelClassPrivilege( ){ // Implements Serializable } /** * The the object's JDO identity key */ public java.lang.String openmdxjdoIdentity; /** * Retrieve the object's JDO identity key * @return the value of the object's JDO identity key */ @Override protected java.lang.String getOpenmdxjdoIdentity( ){ return this.openmdxjdoIdentity; } /** * Set the object's JDO identity key */ @Override protected void setOpenmdxjdoIdentity( String value ){ this.openmdxjdoIdentity = value; } /** * Slice holder */ private java.util.TreeMap openmdxjdoSlices = new java.util.TreeMap(); @SuppressWarnings("unchecked") protected final java.util.SortedMap openmdxjdoGetSlices( ){ return (java.util.SortedMap)this.openmdxjdoSlices; } // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Begin // ---------------------------------------------------------------------------- ////////////////////////////////////////////////////////////////////////////// // // Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $ // Generated by: openMDX Java Mapper // Date: Mon Mar 09 17:05:03 CET 2020 // // GENERATED - DO NOT CHANGE MANUALLY // ////////////////////////////////////////////////////////////////////////////// }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy