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

sculptormetamodel.Entity Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
/**
 */
package sculptormetamodel;


/**
 * 
 * A representation of the model object 'Entity'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link sculptormetamodel.Entity#isAuditable Auditable}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getEntity() * @model * @generated */ public interface Entity extends DomainObject { /** * Returns the value of the 'Auditable' attribute. * The default value is "true". * *

* If the meaning of the 'Auditable' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Auditable' attribute. * @see #setAuditable(boolean) * @see sculptormetamodel.SculptormetamodelPackage#getEntity_Auditable() * @model default="true" * @generated */ boolean isAuditable(); /** * Sets the value of the '{@link sculptormetamodel.Entity#isAuditable Auditable}' attribute. * * * @param value the new value of the 'Auditable' attribute. * @see #isAuditable() * @generated */ void setAuditable(boolean value); } // Entity




© 2015 - 2025 Weber Informatics LLC | Privacy Policy