Class HelperAddress
java.lang.Object
org.fugerit.java.core.db.daogen.BasicHelper
org.fugerit.java.daogen.sample.impl.helper.HelperAddress
- All Implemented Interfaces:
Serializable,org.fugerit.java.core.lang.compare.CheckEmpty,ModelAddress
public class HelperAddress
extends org.fugerit.java.core.db.daogen.BasicHelper
implements ModelAddress
HelperAddress, 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.BasicHelper
UNSOPPORTED_OPERATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter method for property : dateInsert (nullable: yes)Getter method for property : dateUpdate (nullable: yes)getId()Getter method for property : id (nullable: no) Address system idGetter method for property : idUser (nullable: no) User linked to to addressgetInfo()Getter method for property : info (nullable: no) Address infogetUser()Getter method for property : User (nullable: yes) relation to entity : USERbooleanisEmpty()voidsetDateInsert(Date value) Setter method for property : dateInsert (nullable: yes)voidsetDateUpdate(Date value) Setter method for property : dateUpdate (nullable: yes)voidsetId(BigDecimal value) Setter method for property : id (nullable: no) Address system idvoidsetIdUser(BigDecimal value) Setter method for property : idUser (nullable: no) User linked to to addressvoidSetter method for property : info (nullable: no) Address infovoidSetter method for property : User (nullable: yes) relation to entity : USERtoString()Methods inherited from class org.fugerit.java.core.db.daogen.BasicHelper
throwUnsupported
-
Constructor Details
-
HelperAddress
public HelperAddress()
-
-
Method Details
-
setUser
Description copied from interface:ModelAddressSetter method for property : User (nullable: yes) relation to entity : USER- Specified by:
setUserin interfaceModelAddress- Parameters:
value- the value of User
-
getUser
Description copied from interface:ModelAddressGetter method for property : User (nullable: yes) relation to entity : USER- Specified by:
getUserin interfaceModelAddress- Returns:
- the value of User
-
setId
Description copied from interface:ModelAddressSetter method for property : id (nullable: no) Address system id- Specified by:
setIdin interfaceModelAddress- Parameters:
value- the value of id
-
getId
Description copied from interface:ModelAddressGetter method for property : id (nullable: no) Address system id- Specified by:
getIdin interfaceModelAddress- Returns:
- the value of id
-
setIdUser
Description copied from interface:ModelAddressSetter method for property : idUser (nullable: no) User linked to to address- Specified by:
setIdUserin interfaceModelAddress- Parameters:
value- the value of idUser
-
getIdUser
Description copied from interface:ModelAddressGetter method for property : idUser (nullable: no) User linked to to address- Specified by:
getIdUserin interfaceModelAddress- Returns:
- the value of idUser
-
setDateInsert
Description copied from interface:ModelAddressSetter method for property : dateInsert (nullable: yes)- Specified by:
setDateInsertin interfaceModelAddress- Parameters:
value- the value of dateInsert
-
getDateInsert
Description copied from interface:ModelAddressGetter method for property : dateInsert (nullable: yes)- Specified by:
getDateInsertin interfaceModelAddress- Returns:
- the value of dateInsert
-
setDateUpdate
Description copied from interface:ModelAddressSetter method for property : dateUpdate (nullable: yes)- Specified by:
setDateUpdatein interfaceModelAddress- Parameters:
value- the value of dateUpdate
-
getDateUpdate
Description copied from interface:ModelAddressGetter method for property : dateUpdate (nullable: yes)- Specified by:
getDateUpdatein interfaceModelAddress- Returns:
- the value of dateUpdate
-
setInfo
Description copied from interface:ModelAddressSetter method for property : info (nullable: no) Address info- Specified by:
setInfoin interfaceModelAddress- Parameters:
value- the value of info
-
getInfo
Description copied from interface:ModelAddressGetter method for property : info (nullable: no) Address info- Specified by:
getInfoin interfaceModelAddress- Returns:
- the value of info
-
toString
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.fugerit.java.core.lang.compare.CheckEmpty
-