Class HelperLogData

java.lang.Object
org.fugerit.java.core.db.daogen.BasicHelper
org.fugerit.java.daogen.sample.impl.helper.HelperLogData
All Implemented Interfaces:
Serializable, org.fugerit.java.core.lang.compare.CheckEmpty, ModelLogData

public class HelperLogData extends org.fugerit.java.core.db.daogen.BasicHelper implements ModelLogData
HelperLogData, 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 )
See Also:
  • Constructor Details

    • HelperLogData

      public HelperLogData()
  • Method Details

    • setId

      public void setId(BigDecimal value)
      Description copied from interface: ModelLogData
      Setter method for property : id (nullable: no)
      Specified by:
      setId in interface ModelLogData
      Parameters:
      value - the value of id
    • getId

      public BigDecimal getId()
      Description copied from interface: ModelLogData
      Getter method for property : id (nullable: no)
      Specified by:
      getId in interface ModelLogData
      Returns:
      the value of id
    • setLogTime

      public void setLogTime(Date value)
      Description copied from interface: ModelLogData
      Setter method for property : logTime (nullable: yes)
      Specified by:
      setLogTime in interface ModelLogData
      Parameters:
      value - the value of logTime
    • getLogTime

      public Date getLogTime()
      Description copied from interface: ModelLogData
      Getter method for property : logTime (nullable: yes)
      Specified by:
      getLogTime in interface ModelLogData
      Returns:
      the value of logTime
    • setInfo

      public void setInfo(String value)
      Description copied from interface: ModelLogData
      Setter method for property : info (nullable: no)
      Specified by:
      setInfo in interface ModelLogData
      Parameters:
      value - the value of info
    • getInfo

      public String getInfo()
      Description copied from interface: ModelLogData
      Getter method for property : info (nullable: no)
      Specified by:
      getInfo in interface ModelLogData
      Returns:
      the value of info
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.fugerit.java.core.lang.compare.CheckEmpty