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

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

// ----------------------------------------------------------------------------
// 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;

/**
 * Abstract class ModelElementPrivilege
 *

* The privilege's name corresponds to a fully qualifed model element name. */ @SuppressWarnings("serial") public class ModelElementPrivilege extends org.w3c.jpa3.AbstractObject implements org.openmdx.security.authorization1.cci2.ModelElementPrivilege { /** * Constructor */ public ModelElementPrivilege( ){ // 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 - 2024 Weber Informatics LLC | Privacy Policy