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

    Modifier and Type
    Method
    Description
    Getter method for property : dateInsert (nullable: yes)
    Getter method for property : dateUpdate (nullable: yes)
    Getter method for property : id (nullable: no) User system id
    Getter method for property : lastLogin (nullable: yes) Time of last user login
    Getter method for property : password (nullable: no) Password hash
    Getter method for property : state (nullable: no) 1 active, 0 not active
    Getter method for property : stateVirtual (nullable: no) 1 active, 0 not active
    Getter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
    Getter method for property : username (nullable: no) User chosen id
    void
    Setter method for property : dateInsert (nullable: yes)
    void
    Setter method for property : dateUpdate (nullable: yes)
    void
    Setter method for property : id (nullable: no) User system id
    void
    Setter method for property : lastLogin (nullable: yes) Time of last user login
    void
    Setter method for property : password (nullable: no) Password hash
    void
    Setter method for property : state (nullable: no) 1 active, 0 not active
    void
    Setter method for property : stateVirtual (nullable: no) 1 active, 0 not active
    void
    Setter method for property : UserAddresses (nullable: yes) relation to entity : ADDRESS
    void
    Setter method for property : username (nullable: no) User chosen id

    Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty

    isEmpty
  • Method Details

    • 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
    • getStateVirtual

      BigDecimal getStateVirtual()
      Getter method for property : stateVirtual (nullable: no) 1 active, 0 not active
      Returns:
      the value of stateVirtual
    • setStateVirtual

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