Interface ModelLogData

  • All Superinterfaces:
    org.fugerit.java.core.lang.compare.CheckEmpty
    All Known Implementing Classes:
    HelperLogData, ObjLogData, WrapperLogData

    public interface ModelLogData
    extends org.fugerit.java.core.lang.compare.CheckEmpty
    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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigDecimal getId()
      Getter method for property : id (nullable: no)
      String getInfo()
      Getter method for property : info (nullable: no)
      Date getLogTime()
      Getter method for property : logTime (nullable: yes)
      void setId​(BigDecimal value)
      Setter method for property : id (nullable: no)
      void setInfo​(String value)
      Setter method for property : info (nullable: no)
      void setLogTime​(Date value)
      Setter method for property : logTime (nullable: yes)
      • Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty

        isEmpty
    • Method Detail

      • 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