Class SystemSetupAuditModel

All Implemented Interfaces:
Serializable

public class SystemSetupAuditModel extends ItemModel
Generated model class for type SystemSetupAudit first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • HASH

      public static final String HASH
      Generated constant - Attribute key of SystemSetupAudit.hash attribute defined at extension core.
      See Also:
    • EXTENSIONNAME

      public static final String EXTENSIONNAME
      Generated constant - Attribute key of SystemSetupAudit.extensionName attribute defined at extension core.
      See Also:
    • REQUIRED

      public static final String REQUIRED
      Generated constant - Attribute key of SystemSetupAudit.required attribute defined at extension core.
      See Also:
    • PATCH

      public static final String PATCH
      Generated constant - Attribute key of SystemSetupAudit.patch attribute defined at extension core.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of SystemSetupAudit.user attribute defined at extension core.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SystemSetupAudit.name attribute defined at extension core.
      See Also:
    • CLASSNAME

      public static final String CLASSNAME
      Generated constant - Attribute key of SystemSetupAudit.className attribute defined at extension core.
      See Also:
    • METHODNAME

      public static final String METHODNAME
      Generated constant - Attribute key of SystemSetupAudit.methodName attribute defined at extension core.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of SystemSetupAudit.description attribute defined at extension core.
      See Also:
  • Constructor Details

    • SystemSetupAuditModel

      public SystemSetupAuditModel()
      Generated constructor - Default constructor for generic creation.
    • SystemSetupAuditModel

      public SystemSetupAuditModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SystemSetupAuditModel

      @Deprecated(since="4.1.1", forRemoval=true) public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, boolean _patch, boolean _required, UserModel _user)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _className - initial attribute declared by type SystemSetupAudit at extension core
      _extensionName - initial attribute declared by type SystemSetupAudit at extension core
      _hash - initial attribute declared by type SystemSetupAudit at extension core
      _methodName - initial attribute declared by type SystemSetupAudit at extension core
      _name - initial attribute declared by type SystemSetupAudit at extension core
      _patch - initial attribute declared by type SystemSetupAudit at extension core
      _required - initial attribute declared by type SystemSetupAudit at extension core
      _user - initial attribute declared by type SystemSetupAudit at extension core
    • SystemSetupAuditModel

      @Deprecated(since="4.1.1", forRemoval=true) public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _className - initial attribute declared by type SystemSetupAudit at extension core
      _extensionName - initial attribute declared by type SystemSetupAudit at extension core
      _hash - initial attribute declared by type SystemSetupAudit at extension core
      _methodName - initial attribute declared by type SystemSetupAudit at extension core
      _name - initial attribute declared by type SystemSetupAudit at extension core
      _owner - initial attribute declared by type Item at extension core
      _patch - initial attribute declared by type SystemSetupAudit at extension core
      _required - initial attribute declared by type SystemSetupAudit at extension core
      _user - initial attribute declared by type SystemSetupAudit at extension core
  • Method Details

    • getClassName

      @Accessor(qualifier="className", type=GETTER) public String getClassName()
      Generated method - Getter of the SystemSetupAudit.className attribute defined at extension core.
      Returns:
      the className
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the SystemSetupAudit.description attribute defined at extension core.
      Returns:
      the description
    • getExtensionName

      @Accessor(qualifier="extensionName", type=GETTER) public String getExtensionName()
      Generated method - Getter of the SystemSetupAudit.extensionName attribute defined at extension core.
      Returns:
      the extensionName
    • getHash

      @Accessor(qualifier="hash", type=GETTER) public String getHash()
      Generated method - Getter of the SystemSetupAudit.hash attribute defined at extension core.
      Returns:
      the hash
    • getMethodName

      @Accessor(qualifier="methodName", type=GETTER) public String getMethodName()
      Generated method - Getter of the SystemSetupAudit.methodName attribute defined at extension core.
      Returns:
      the methodName
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SystemSetupAudit.name attribute defined at extension core.
      Returns:
      the name
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the SystemSetupAudit.user attribute defined at extension core.
      Returns:
      the user
    • isPatch

      @Accessor(qualifier="patch", type=GETTER) public boolean isPatch()
      Generated method - Getter of the SystemSetupAudit.patch attribute defined at extension core.
      Returns:
      the patch
    • isRequired

      @Accessor(qualifier="required", type=GETTER) public boolean isRequired()
      Generated method - Getter of the SystemSetupAudit.required attribute defined at extension core.
      Returns:
      the required
    • setClassName

      @Accessor(qualifier="className", type=SETTER) public void setClassName(String value)
      Generated method - Initial setter of SystemSetupAudit.className attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the className
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of SystemSetupAudit.description attribute defined at extension core.
      Parameters:
      value - the description
    • setExtensionName

      @Accessor(qualifier="extensionName", type=SETTER) public void setExtensionName(String value)
      Generated method - Initial setter of SystemSetupAudit.extensionName attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the extensionName
    • setHash

      @Accessor(qualifier="hash", type=SETTER) public void setHash(String value)
      Generated method - Initial setter of SystemSetupAudit.hash attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the hash
    • setMethodName

      @Accessor(qualifier="methodName", type=SETTER) public void setMethodName(String value)
      Generated method - Initial setter of SystemSetupAudit.methodName attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the methodName
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Initial setter of SystemSetupAudit.name attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the name
    • setPatch

      @Accessor(qualifier="patch", type=SETTER) public void setPatch(boolean value)
      Generated method - Initial setter of SystemSetupAudit.patch attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the patch
    • setRequired

      @Accessor(qualifier="required", type=SETTER) public void setRequired(boolean value)
      Generated method - Initial setter of SystemSetupAudit.required attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the required
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Initial setter of SystemSetupAudit.user attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the user