Class Login


  • public class Login
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Login()  
    • Constructor Detail

      • Login

        public Login()
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Returns:
        returns String
      • setUsername

        public void setUsername​(java.lang.String username)
        Parameters:
        username - the value for the username property
      • getPassword

        public java.lang.String getPassword()
        Returns:
        returns String
      • setPassword

        public void setPassword​(java.lang.String password)
        Parameters:
        password - the value for the password property
      • getType

        public int getType()
        Returns:
        returns int
      • setType

        public void setType​(int type)
        Parameters:
        type - the value for the type property
      • getMandant

        public java.lang.String getMandant()
        Returns:
        returns String
      • setMandant

        public void setMandant​(java.lang.String mandant)
        Parameters:
        mandant - the value for the mandant property