Interface ModelLogData


public interface ModelLogData
ModelLogData, 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)
    Getter method for property : info (nullable: no)
    Getter method for property : logTime (nullable: yes)
    void
    Setter method for property : id (nullable: no)
    void
    setInfo(String value)
    Setter method for property : info (nullable: no)
    void
    Setter method for property : logTime (nullable: yes)
  • Method Details

    • getId

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

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

      Date getLogTime()
      Getter method for property : logTime (nullable: yes)
      Returns:
      the value of logTime
    • setLogTime

      void setLogTime(Date value)
      Setter method for property : logTime (nullable: yes)
      Parameters:
      value - the value of logTime
    • getInfo

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

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