Interface ModelAddresses


public interface ModelAddresses
ModelAddresses, 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 : id (nullable: no) Address system id
    Getter method for property : idUser (nullable: no) User linked to to address
    Getter method for property : info (nullable: no) Address info
    void
    Setter method for property : id (nullable: no) Address system id
    void
    Setter method for property : idUser (nullable: no) User linked to to address
    void
    setInfo(String value)
    Setter method for property : info (nullable: no) Address info
  • Method Details

    • getId

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

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

      BigDecimal getIdUser()
      Getter method for property : idUser (nullable: no) User linked to to address
      Returns:
      the value of idUser
    • setIdUser

      void setIdUser(BigDecimal value)
      Setter method for property : idUser (nullable: no) User linked to to address
      Parameters:
      value - the value of idUser
    • getInfo

      String getInfo()
      Getter method for property : info (nullable: no) Address info
      Returns:
      the value of info
    • setInfo

      void setInfo(String value)
      Setter method for property : info (nullable: no) Address info
      Parameters:
      value - the value of info