Package su.onno.ui

Class UiProperties.DemoAccount

java.lang.Object
su.onno.ui.UiProperties.DemoAccount
Enclosing class:
UiProperties

public static class UiProperties.DemoAccount extends Object
A single one-tap demo login: a button label plus the username/password it submits.
  • Constructor Details

    • DemoAccount

      public DemoAccount()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)