Class HelperTestTwoFieldKey
java.lang.Object
org.fugerit.java.core.db.daogen.BasicHelper
org.fugerit.java.daogen.sample.impl.helper.HelperTestTwoFieldKey
- All Implemented Interfaces:
Serializable,org.fugerit.java.core.lang.compare.CheckEmpty,ModelTestTwoFieldKey
public class HelperTestTwoFieldKey
extends org.fugerit.java.core.db.daogen.BasicHelper
implements ModelTestTwoFieldKey
HelperTestTwoFieldKey, 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 TypeMethodDescriptiongetIdOne()Getter method for property : idOne (nullable: no)getIdTwo()Getter method for property : idTwo (nullable: no)getInfo()Getter method for property : info (nullable: no)booleanisEmpty()voidsetIdOne(BigDecimal value) Setter method for property : idOne (nullable: no)voidsetIdTwo(BigDecimal value) Setter method for property : idTwo (nullable: no)voidSetter method for property : info (nullable: no)toString()Methods inherited from class org.fugerit.java.core.db.daogen.BasicHelper
throwUnsupported, throwUnsupported
-
Constructor Details
-
HelperTestTwoFieldKey
public HelperTestTwoFieldKey()
-
-
Method Details
-
setIdOne
Description copied from interface:ModelTestTwoFieldKeySetter method for property : idOne (nullable: no)- Specified by:
setIdOnein interfaceModelTestTwoFieldKey- Parameters:
value- the value of idOne
-
getIdOne
Description copied from interface:ModelTestTwoFieldKeyGetter method for property : idOne (nullable: no)- Specified by:
getIdOnein interfaceModelTestTwoFieldKey- Returns:
- the value of idOne
-
setIdTwo
Description copied from interface:ModelTestTwoFieldKeySetter method for property : idTwo (nullable: no)- Specified by:
setIdTwoin interfaceModelTestTwoFieldKey- Parameters:
value- the value of idTwo
-
getIdTwo
Description copied from interface:ModelTestTwoFieldKeyGetter method for property : idTwo (nullable: no)- Specified by:
getIdTwoin interfaceModelTestTwoFieldKey- Returns:
- the value of idTwo
-
setInfo
Description copied from interface:ModelTestTwoFieldKeySetter method for property : info (nullable: no)- Specified by:
setInfoin interfaceModelTestTwoFieldKey- Parameters:
value- the value of info
-
getInfo
Description copied from interface:ModelTestTwoFieldKeyGetter method for property : info (nullable: no)- Specified by:
getInfoin interfaceModelTestTwoFieldKey- Returns:
- the value of info
-
toString
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.fugerit.java.core.lang.compare.CheckEmpty
-