Class X_AD_AllUsers_V

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_AllUsers_V
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_AllUsers_V, I_Persistent, Evaluatee

public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent
Generated Model for AD_AllUsers_V
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_AllUsers_V

      public X_AD_AllUsers_V(Properties ctx, int AD_AllUsers_V_ID, String trxName)
      Standard Constructor
    • X_AD_AllUsers_V

      public X_AD_AllUsers_V(Properties ctx, int AD_AllUsers_V_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_AllUsers_V

      public X_AD_AllUsers_V(Properties ctx, String AD_AllUsers_V_UU, String trxName)
      Standard Constructor
    • X_AD_AllUsers_V

      public X_AD_AllUsers_V(Properties ctx, String AD_AllUsers_V_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_AllUsers_V

      public X_AD_AllUsers_V(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      4 - System
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_AllClients_V

      public I_AD_AllClients_V getAD_AllClients_V() throws RuntimeException
      Specified by:
      getAD_AllClients_V in interface I_AD_AllUsers_V
      Throws:
      RuntimeException
    • setAD_AllClients_V_ID

      public void setAD_AllClients_V_ID(int AD_AllClients_V_ID)
      Set Tenant (All).
      Specified by:
      setAD_AllClients_V_ID in interface I_AD_AllUsers_V
      Parameters:
      AD_AllClients_V_ID - Tenant (All)
    • getAD_AllClients_V_ID

      public int getAD_AllClients_V_ID()
      Get Tenant (All).
      Specified by:
      getAD_AllClients_V_ID in interface I_AD_AllUsers_V
      Returns:
      Tenant (All)
    • setAD_AllUsers_V_ID

      public void setAD_AllUsers_V_ID(int AD_AllUsers_V_ID)
      Set User (All).
      Specified by:
      setAD_AllUsers_V_ID in interface I_AD_AllUsers_V
      Parameters:
      AD_AllUsers_V_ID - User (All)
    • getAD_AllUsers_V_ID

      public int getAD_AllUsers_V_ID()
      Get User (All).
      Specified by:
      getAD_AllUsers_V_ID in interface I_AD_AllUsers_V
      Returns:
      User (All)
    • setAD_AllUsers_V_UU

      public void setAD_AllUsers_V_UU(String AD_AllUsers_V_UU)
      Set AD_AllUsers_V_UU.
      Specified by:
      setAD_AllUsers_V_UU in interface I_AD_AllUsers_V
      Parameters:
      AD_AllUsers_V_UU - AD_AllUsers_V_UU
    • getAD_AllUsers_V_UU

      public String getAD_AllUsers_V_UU()
      Get AD_AllUsers_V_UU.
      Specified by:
      getAD_AllUsers_V_UU in interface I_AD_AllUsers_V
      Returns:
      AD_AllUsers_V_UU
    • setDateAccountLocked

      public void setDateAccountLocked(Timestamp DateAccountLocked)
      Set Date Account Locked.
      Specified by:
      setDateAccountLocked in interface I_AD_AllUsers_V
      Parameters:
      DateAccountLocked - Date Account Locked
    • getDateAccountLocked

      public Timestamp getDateAccountLocked()
      Get Date Account Locked.
      Specified by:
      getDateAccountLocked in interface I_AD_AllUsers_V
      Returns:
      Date Account Locked
    • setDateLastLogin

      public void setDateLastLogin(Timestamp DateLastLogin)
      Set Date Last Login.
      Specified by:
      setDateLastLogin in interface I_AD_AllUsers_V
      Parameters:
      DateLastLogin - Date Last Login
    • getDateLastLogin

      public Timestamp getDateLastLogin()
      Get Date Last Login.
      Specified by:
      getDateLastLogin in interface I_AD_AllUsers_V
      Returns:
      Date Last Login
    • setDatePasswordChanged

      public void setDatePasswordChanged(Timestamp DatePasswordChanged)
      Set Date Password Changed.
      Specified by:
      setDatePasswordChanged in interface I_AD_AllUsers_V
      Parameters:
      DatePasswordChanged - Date Password Changed
    • getDatePasswordChanged

      public Timestamp getDatePasswordChanged()
      Get Date Password Changed.
      Specified by:
      getDatePasswordChanged in interface I_AD_AllUsers_V
      Returns:
      Date Password Changed
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_AllUsers_V
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_AllUsers_V
      Returns:
      Optional short description of the record
    • setEMail

      public void setEMail(String EMail)
      Set EMail Address.
      Specified by:
      setEMail in interface I_AD_AllUsers_V
      Parameters:
      EMail - Electronic Mail Address
    • getEMail

      public String getEMail()
      Get EMail Address.
      Specified by:
      getEMail in interface I_AD_AllUsers_V
      Returns:
      Electronic Mail Address
    • setFailedLoginCount

      public void setFailedLoginCount(int FailedLoginCount)
      Set Failed Login Count.
      Specified by:
      setFailedLoginCount in interface I_AD_AllUsers_V
      Parameters:
      FailedLoginCount - Failed Login Count
    • getFailedLoginCount

      public int getFailedLoginCount()
      Get Failed Login Count.
      Specified by:
      getFailedLoginCount in interface I_AD_AllUsers_V
      Returns:
      Failed Login Count
    • setIsExpired

      public void setIsExpired(boolean IsExpired)
      Set Expired.
      Specified by:
      setIsExpired in interface I_AD_AllUsers_V
      Parameters:
      IsExpired - Expired
    • isExpired

      public boolean isExpired()
      Get Expired.
      Specified by:
      isExpired in interface I_AD_AllUsers_V
      Returns:
      Expired
    • setIsLocked

      public void setIsLocked(boolean IsLocked)
      Set Locked.
      Specified by:
      setIsLocked in interface I_AD_AllUsers_V
      Parameters:
      IsLocked - Locked
    • isLocked

      public boolean isLocked()
      Get Locked.
      Specified by:
      isLocked in interface I_AD_AllUsers_V
      Returns:
      Locked
    • setIsNoExpire

      public void setIsNoExpire(boolean IsNoExpire)
      Set No Expire.
      Specified by:
      setIsNoExpire in interface I_AD_AllUsers_V
      Parameters:
      IsNoExpire - No Expire
    • isNoExpire

      public boolean isNoExpire()
      Get No Expire.
      Specified by:
      isNoExpire in interface I_AD_AllUsers_V
      Returns:
      No Expire
    • setIsNoPasswordReset

      public void setIsNoPasswordReset(boolean IsNoPasswordReset)
      Set No Password Reset.
      Specified by:
      setIsNoPasswordReset in interface I_AD_AllUsers_V
      Parameters:
      IsNoPasswordReset - No Password Reset
    • isNoPasswordReset

      public boolean isNoPasswordReset()
      Get No Password Reset.
      Specified by:
      isNoPasswordReset in interface I_AD_AllUsers_V
      Returns:
      No Password Reset
    • setIsSupportUser

      public void setIsSupportUser(boolean IsSupportUser)
      Set Support User.
      Specified by:
      setIsSupportUser in interface I_AD_AllUsers_V
      Parameters:
      IsSupportUser - Support User
    • isSupportUser

      public boolean isSupportUser()
      Get Support User.
      Specified by:
      isSupportUser in interface I_AD_AllUsers_V
      Returns:
      Support User
    • setLDAPUser

      public void setLDAPUser(String LDAPUser)
      Set LDAP User Name.
      Specified by:
      setLDAPUser in interface I_AD_AllUsers_V
      Parameters:
      LDAPUser - User Name used for authorization via LDAP (directory) services
    • getLDAPUser

      public String getLDAPUser()
      Get LDAP User Name.
      Specified by:
      getLDAPUser in interface I_AD_AllUsers_V
      Returns:
      User Name used for authorization via LDAP (directory) services
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_AD_AllUsers_V
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_AD_AllUsers_V
      Returns:
      Alphanumeric identifier of the entity
    • setPassword

      public void setPassword(String Password)
      Set Password.
      Specified by:
      setPassword in interface I_AD_AllUsers_V
      Parameters:
      Password - Password of any length (case sensitive)
    • getPassword

      public String getPassword()
      Get Password.
      Specified by:
      getPassword in interface I_AD_AllUsers_V
      Returns:
      Password of any length (case sensitive)
    • setSalt

      public void setSalt(String Salt)
      Set Salt.
      Specified by:
      setSalt in interface I_AD_AllUsers_V
      Parameters:
      Salt - Random data added to improve password hash effectiveness
    • getSalt

      public String getSalt()
      Get Salt.
      Specified by:
      getSalt in interface I_AD_AllUsers_V
      Returns:
      Random data added to improve password hash effectiveness
    • setUserPIN

      public void setUserPIN(String UserPIN)
      Set User PIN.
      Specified by:
      setUserPIN in interface I_AD_AllUsers_V
      Parameters:
      UserPIN - User PIN
    • getUserPIN

      public String getUserPIN()
      Get User PIN.
      Specified by:
      getUserPIN in interface I_AD_AllUsers_V
      Returns:
      User PIN
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_AD_AllUsers_V
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_AD_AllUsers_V
      Returns:
      Search key for the record in the format required - must be unique