Class SystemSetupAuditModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CLASSNAME
      Generated constant - Attribute key of SystemSetupAudit.className attribute defined at extension core.
      static java.lang.String DESCRIPTION
      Generated constant - Attribute key of SystemSetupAudit.description attribute defined at extension core.
      static java.lang.String EXTENSIONNAME
      Generated constant - Attribute key of SystemSetupAudit.extensionName attribute defined at extension core.
      static java.lang.String HASH
      Generated constant - Attribute key of SystemSetupAudit.hash attribute defined at extension core.
      static java.lang.String METHODNAME
      Generated constant - Attribute key of SystemSetupAudit.methodName attribute defined at extension core.
      static java.lang.String NAME
      Generated constant - Attribute key of SystemSetupAudit.name attribute defined at extension core.
      static java.lang.String PATCH
      Generated constant - Attribute key of SystemSetupAudit.patch attribute defined at extension core.
      static java.lang.String REQUIRED
      Generated constant - Attribute key of SystemSetupAudit.required attribute defined at extension core.
      static java.lang.String USER
      Generated constant - Attribute key of SystemSetupAudit.user attribute defined at extension core.
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemSetupAuditModel()
      Generated constructor - Default constructor for generic creation.
      SystemSetupAuditModel​(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      SystemSetupAuditModel​(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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
      SystemSetupAuditModel​(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • HASH

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

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

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

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

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

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

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

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

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of SystemSetupAudit.description attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _className,
                                     java.lang.String _extensionName,
                                     java.lang.String _hash,
                                     java.lang.String _methodName,
                                     java.lang.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​(java.lang.String _className,
                                     java.lang.String _extensionName,
                                     java.lang.String _hash,
                                     java.lang.String _methodName,
                                     java.lang.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 Detail

      • getClassName

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

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

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

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

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

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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