Interface SystemUserInfo


public interface SystemUserInfo
User: ashkinaz
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getFistName

      String getFistName()
    • setFistName

      void setFistName(String fistName)
    • getLastName

      String getLastName()
    • setLastName

      void setLastName(String lastName)
    • getCompany

      String getCompany()
    • setCompany

      void setCompany(String company)
    • getLocation

      String getLocation()
    • setLocation

      void setLocation(String location)
    • getPassword

      char[] getPassword()
    • setPassword

      void setPassword(char[] password)
    • getAddress

      String getAddress()
    • setAddress

      void setAddress(String address)
    • getPhone

      String getPhone()
    • setPhone

      void setPhone(String phone)
    • getPhoneMobile

      String getPhoneMobile()
    • setPhoneMobile

      void setPhoneMobile(String phoneMobile)
    • getEmail

      String getEmail()
    • setEmail

      void setEmail(String email)
    • setIsSuperIntegrationUser

      void setIsSuperIntegrationUser(boolean isSuperIntegrationUser)
    • getIsSuperIntegrationUser

      boolean getIsSuperIntegrationUser()
    • getDatastoreOrigin

      String getDatastoreOrigin()
    • setDatastoreOrigin

      void setDatastoreOrigin(String datastoreOrigin)