Interface ModelUser

  • All Superinterfaces:
    org.fugerit.java.core.lang.compare.CheckEmpty
    All Known Implementing Classes:
    HelperUser, ObjUser, WrapperUser

    public interface ModelUser
    extends org.fugerit.java.core.lang.compare.CheckEmpty
    ModelUser, version : 1.0.0 author: fugerit warning!: auto generated object, insert custom code only between comments : // custom code start ( code above here will be overwritten ) // custom code end ( code below here will be overwritten )
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Date getDateInsert()
      Getter method for property : dateInsert (nullable: yes)
      Date getDateUpdate()
      Getter method for property : dateUpdate (nullable: yes)
      BigDecimal getId()
      Getter method for property : id (nullable: no) User system id
      Date getLastLogin()
      Getter method for property : lastLogin (nullable: yes) Time of last user login
      String getPassword()
      Getter method for property : password (nullable: no) Password hash
      BigDecimal getState()
      Getter method for property : state (nullable: no) 1 active, 0 not active
      List<ModelAddress> getUserAddresses()
      Getter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
      String getUsername()
      Getter method for property : username (nullable: no) User chosen id
      void setDateInsert​(Date value)
      Setter method for property : dateInsert (nullable: yes)
      void setDateUpdate​(Date value)
      Setter method for property : dateUpdate (nullable: yes)
      void setId​(BigDecimal value)
      Setter method for property : id (nullable: no) User system id
      void setLastLogin​(Date value)
      Setter method for property : lastLogin (nullable: yes) Time of last user login
      void setPassword​(String value)
      Setter method for property : password (nullable: no) Password hash
      void setState​(BigDecimal value)
      Setter method for property : state (nullable: no) 1 active, 0 not active
      void setUserAddresses​(List<ModelAddress> value)
      Setter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
      void setUsername​(String value)
      Setter method for property : username (nullable: no) User chosen id
      • Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty

        isEmpty
    • Method Detail

      • getUserAddresses

        List<ModelAddress> getUserAddresses()
        Getter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
        Returns:
        the value of UserAddresses
      • setUserAddresses

        void setUserAddresses​(List<ModelAddress> value)
        Setter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
        Parameters:
        value - the value of UserAddresses
      • getId

        BigDecimal getId()
        Getter method for property : id (nullable: no) User system id
        Returns:
        the value of id
      • setId

        void setId​(BigDecimal value)
        Setter method for property : id (nullable: no) User system id
        Parameters:
        value - the value of id
      • getUsername

        String getUsername()
        Getter method for property : username (nullable: no) User chosen id
        Returns:
        the value of username
      • setUsername

        void setUsername​(String value)
        Setter method for property : username (nullable: no) User chosen id
        Parameters:
        value - the value of username
      • getPassword

        String getPassword()
        Getter method for property : password (nullable: no) Password hash
        Returns:
        the value of password
      • setPassword

        void setPassword​(String value)
        Setter method for property : password (nullable: no) Password hash
        Parameters:
        value - the value of password
      • getLastLogin

        Date getLastLogin()
        Getter method for property : lastLogin (nullable: yes) Time of last user login
        Returns:
        the value of lastLogin
      • setLastLogin

        void setLastLogin​(Date value)
        Setter method for property : lastLogin (nullable: yes) Time of last user login
        Parameters:
        value - the value of lastLogin
      • getDateInsert

        Date getDateInsert()
        Getter method for property : dateInsert (nullable: yes)
        Returns:
        the value of dateInsert
      • setDateInsert

        void setDateInsert​(Date value)
        Setter method for property : dateInsert (nullable: yes)
        Parameters:
        value - the value of dateInsert
      • getDateUpdate

        Date getDateUpdate()
        Getter method for property : dateUpdate (nullable: yes)
        Returns:
        the value of dateUpdate
      • setDateUpdate

        void setDateUpdate​(Date value)
        Setter method for property : dateUpdate (nullable: yes)
        Parameters:
        value - the value of dateUpdate
      • getState

        BigDecimal getState()
        Getter method for property : state (nullable: no) 1 active, 0 not active
        Returns:
        the value of state
      • setState

        void setState​(BigDecimal value)
        Setter method for property : state (nullable: no) 1 active, 0 not active
        Parameters:
        value - the value of state