Class WrapperTestTwoFieldKey
java.lang.Object
org.fugerit.java.core.db.daogen.BasicWrapper<ModelTestTwoFieldKey>
org.fugerit.java.daogen.sample.impl.helper.WrapperTestTwoFieldKey
- All Implemented Interfaces:
Serializable,org.fugerit.java.core.lang.compare.CheckEmpty,org.fugerit.java.core.lang.helpers.Wrapper<ModelTestTwoFieldKey>,ModelTestTwoFieldKey
- Direct Known Subclasses:
ObjTestTwoFieldKey
public class WrapperTestTwoFieldKey
extends org.fugerit.java.core.db.daogen.BasicWrapper<ModelTestTwoFieldKey>
implements ModelTestTwoFieldKey
WrapperTestTwoFieldKey, 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:
-
Field Summary
Fields inherited from class org.fugerit.java.core.db.daogen.BasicWrapper
UNSOPPORTED_OPERATION -
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)unwrap(WrapperTestTwoFieldKey wrapper) Methods inherited from class org.fugerit.java.core.db.daogen.BasicWrapper
throwUnsupported, toString, unwrap, unwrapModel, wrapModel
-
Constructor Details
-
WrapperTestTwoFieldKey
-
-
Method Details
-
unwrap
-
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
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.fugerit.java.core.lang.compare.CheckEmpty
-