Class AbstractUserAuditModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BruteForceLoginDisabledAuditModel, BruteForceOAuthDisabledAuditModel, UserPasswordChangeAuditModel

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

    • _TYPECODE

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

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

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

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

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

      public static final String IPADDRESS
      Generated constant - Attribute key of AbstractUserAudit.ipAddress attribute defined at extension core.
      See Also:
  • Constructor Details

    • 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(String _uid, 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(String _ipAddress, ItemModel _owner, String _uid, 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 Details

    • getChangingApplication

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

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

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

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

      @Accessor(qualifier="userPK", type=GETTER) public 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(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(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(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(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(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