Class GeneratedBruteForceLoginAttempts

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
BruteForceLoginAttempts

public abstract class GeneratedBruteForceLoginAttempts extends GenericItem
Generated class for type BruteForceLoginAttempts.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBruteForceLoginAttempts

      public GeneratedBruteForceLoginAttempts()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAttempts

      public Integer getAttempts(SessionContext ctx)
      Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
      Returns:
      the attempts
    • getAttempts

      public Integer getAttempts()
      Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
      Returns:
      the attempts
    • getAttemptsAsPrimitive

      public int getAttemptsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
      Returns:
      the attempts
    • getAttemptsAsPrimitive

      public int getAttemptsAsPrimitive()
      Generated method - Getter of the BruteForceLoginAttempts.attempts attribute.
      Returns:
      the attempts
    • setAttempts

      public void setAttempts(SessionContext ctx, Integer value)
      Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
      Parameters:
      value - the attempts
    • setAttempts

      public void setAttempts(Integer value)
      Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
      Parameters:
      value - the attempts
    • setAttempts

      public void setAttempts(SessionContext ctx, int value)
      Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
      Parameters:
      value - the attempts
    • setAttempts

      public void setAttempts(int value)
      Generated method - Setter of the BruteForceLoginAttempts.attempts attribute.
      Parameters:
      value - the attempts
    • getUid

      public String getUid(SessionContext ctx)
      Generated method - Getter of the BruteForceLoginAttempts.uid attribute.
      Returns:
      the uid - User identifier
    • getUid

      public String getUid()
      Generated method - Getter of the BruteForceLoginAttempts.uid attribute.
      Returns:
      the uid - User identifier
    • setUid

      protected void setUid(SessionContext ctx, String value)
      Generated method - Setter of the BruteForceLoginAttempts.uid attribute.
      Parameters:
      value - the uid - User identifier
    • setUid

      protected void setUid(String value)
      Generated method - Setter of the BruteForceLoginAttempts.uid attribute.
      Parameters:
      value - the uid - User identifier