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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter method for property : id (nullable: no)getInfo()Getter method for property : info (nullable: no)Getter method for property : logTime (nullable: yes)booleanisEmpty()voidsetId(BigDecimal value) Setter method for property : id (nullable: no)voidSetter method for property : info (nullable: no)voidsetLogTime(Date value) Setter method for property : logTime (nullable: yes)toString()Methods inherited from class org.fugerit.java.core.db.daogen.BasicHelper
throwUnsupported, throwUnsupported
-
Constructor Details
-
HelperLogData
public HelperLogData()
-
-
Method Details
-
setId
Description copied from interface:ModelLogDataSetter method for property : id (nullable: no)- Specified by:
setIdin interfaceModelLogData- Parameters:
value- the value of id
-
getId
Description copied from interface:ModelLogDataGetter method for property : id (nullable: no)- Specified by:
getIdin interfaceModelLogData- Returns:
- the value of id
-
setLogTime
Description copied from interface:ModelLogDataSetter method for property : logTime (nullable: yes)- Specified by:
setLogTimein interfaceModelLogData- Parameters:
value- the value of logTime
-
getLogTime
Description copied from interface:ModelLogDataGetter method for property : logTime (nullable: yes)- Specified by:
getLogTimein interfaceModelLogData- Returns:
- the value of logTime
-
setInfo
Description copied from interface:ModelLogDataSetter method for property : info (nullable: no)- Specified by:
setInfoin interfaceModelLogData- Parameters:
value- the value of info
-
getInfo
Description copied from interface:ModelLogDataGetter method for property : info (nullable: no)- Specified by:
getInfoin interfaceModelLogData- Returns:
- the value of info
-
toString
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.fugerit.java.core.lang.compare.CheckEmpty
-