Interface ModelTestTwoFieldKey
- All Superinterfaces:
org.fugerit.java.core.lang.compare.CheckEmpty
- All Known Implementing Classes:
HelperTestTwoFieldKey,ObjTestTwoFieldKey,WrapperTestTwoFieldKey
public interface ModelTestTwoFieldKey
extends org.fugerit.java.core.lang.compare.CheckEmpty
ModelTestTwoFieldKey, 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
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)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)Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty
isEmpty
-
Method Details
-
getIdOne
BigDecimal getIdOne()Getter method for property : idOne (nullable: no)- Returns:
- the value of idOne
-
setIdOne
Setter method for property : idOne (nullable: no)- Parameters:
value- the value of idOne
-
getIdTwo
BigDecimal getIdTwo()Getter method for property : idTwo (nullable: no)- Returns:
- the value of idTwo
-
setIdTwo
Setter method for property : idTwo (nullable: no)- Parameters:
value- the value of idTwo
-
getInfo
String getInfo()Getter method for property : info (nullable: no)- Returns:
- the value of info
-
setInfo
Setter method for property : info (nullable: no)- Parameters:
value- the value of info
-