Class AbstractUserAuditModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String UID
        Generated constant - Attribute key of AbstractUserAudit.uid attribute defined at extension core.
        See Also:
        Constant Field Values
      • USERPK

        public static final java.lang.String USERPK
        Generated constant - Attribute key of AbstractUserAudit.userPK attribute defined at extension core.
        See Also:
        Constant Field Values
      • CHANGINGUSER

        public static final java.lang.String CHANGINGUSER
        Generated constant - Attribute key of AbstractUserAudit.changingUser attribute defined at extension core.
        See Also:
        Constant Field Values
      • CHANGINGAPPLICATION

        public static final java.lang.String CHANGINGAPPLICATION
        Generated constant - Attribute key of AbstractUserAudit.changingApplication attribute defined at extension core.
        See Also:
        Constant Field Values
      • IPADDRESS

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

      • AbstractUserAuditModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractUserAuditModel​(java.lang.String _uid,
                                      java.lang.Long _userPK)
        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:
        _uid - initial attribute declared by type AbstractUserAudit at extension core
        _userPK - initial attribute declared by type AbstractUserAudit at extension core
      • AbstractUserAuditModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractUserAuditModel​(java.lang.String _ipAddress,
                                      ItemModel _owner,
                                      java.lang.String _uid,
                                      java.lang.Long _userPK)
        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:
        _ipAddress - initial attribute declared by type AbstractUserAudit at extension core
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type AbstractUserAudit at extension core
        _userPK - initial attribute declared by type AbstractUserAudit at extension core
    • Method Detail

      • getChangingApplication

        @Accessor(qualifier="changingApplication",
                  type=GETTER)
        public java.lang.String getChangingApplication()
        Generated method - Getter of the AbstractUserAudit.changingApplication attribute defined at extension core.
        Returns:
        the changingApplication
      • getChangingUser

        @Accessor(qualifier="changingUser",
                  type=GETTER)
        public java.lang.String getChangingUser()
        Generated method - Getter of the AbstractUserAudit.changingUser attribute defined at extension core.
        Returns:
        the changingUser
      • getIpAddress

        @Accessor(qualifier="ipAddress",
                  type=GETTER)
        public java.lang.String getIpAddress()
        Generated method - Getter of the AbstractUserAudit.ipAddress attribute defined at extension core.
        Returns:
        the ipAddress
      • getUid

        @Accessor(qualifier="uid",
                  type=GETTER)
        public java.lang.String getUid()
        Generated method - Getter of the AbstractUserAudit.uid attribute defined at extension core.
        Returns:
        the uid
      • getUserPK

        @Accessor(qualifier="userPK",
                  type=GETTER)
        public java.lang.Long getUserPK()
        Generated method - Getter of the AbstractUserAudit.userPK attribute defined at extension core.
        Returns:
        the userPK
      • setChangingApplication

        @Accessor(qualifier="changingApplication",
                  type=SETTER)
        public void setChangingApplication​(java.lang.String value)
        Generated method - Setter of AbstractUserAudit.changingApplication attribute defined at extension core.
        Parameters:
        value - the changingApplication
      • setChangingUser

        @Accessor(qualifier="changingUser",
                  type=SETTER)
        public void setChangingUser​(java.lang.String value)
        Generated method - Setter of AbstractUserAudit.changingUser attribute defined at extension core.
        Parameters:
        value - the changingUser
      • setIpAddress

        @Accessor(qualifier="ipAddress",
                  type=SETTER)
        public void setIpAddress​(java.lang.String value)
        Generated method - Initial setter of AbstractUserAudit.ipAddress attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the ipAddress
      • setUid

        @Accessor(qualifier="uid",
                  type=SETTER)
        public void setUid​(java.lang.String value)
        Generated method - Initial setter of AbstractUserAudit.uid attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the uid
      • setUserPK

        @Accessor(qualifier="userPK",
                  type=SETTER)
        public void setUserPK​(java.lang.Long value)
        Generated method - Initial setter of AbstractUserAudit.userPK attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the userPK