Class WrapperAddress

java.lang.Object
org.fugerit.java.core.db.daogen.BasicWrapper<ModelAddress>
org.fugerit.java.daogen.sample.impl.helper.WrapperAddress
All Implemented Interfaces:
Serializable, org.fugerit.java.core.lang.compare.CheckEmpty, org.fugerit.java.core.lang.helpers.Wrapper<ModelAddress>, ModelAddress
Direct Known Subclasses:
ObjAddress

public class WrapperAddress extends org.fugerit.java.core.db.daogen.BasicWrapper<ModelAddress> implements ModelAddress
WrapperAddress, 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter method for property : dateInsert (nullable: yes)
    Getter method for property : dateUpdate (nullable: yes)
    Getter method for property : id (nullable: no) Address system id
    Getter method for property : idUser (nullable: no) User linked to to address
    Getter method for property : info (nullable: no) Address info
    Getter method for property : User (nullable: yes) relation to entity : USER
    boolean
     
    void
    Setter method for property : dateInsert (nullable: yes)
    void
    Setter method for property : dateUpdate (nullable: yes)
    void
    Setter method for property : id (nullable: no) Address system id
    void
    Setter method for property : idUser (nullable: no) User linked to to address
    void
    setInfo(String value)
    Setter method for property : info (nullable: no) Address info
    void
    Setter method for property : User (nullable: yes) relation to entity : USER
     

    Methods inherited from class org.fugerit.java.core.db.daogen.BasicWrapper

    throwUnsupported, toString, unwrap, unwrapModel, wrapModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WrapperAddress

      public WrapperAddress(ModelAddress wrapped)
  • Method Details

    • unwrap

      public ModelAddress unwrap(WrapperAddress wrapper)
    • setUser

      public void setUser(ModelUser value)
      Description copied from interface: ModelAddress
      Setter method for property : User (nullable: yes) relation to entity : USER
      Specified by:
      setUser in interface ModelAddress
      Parameters:
      value - the value of User
    • getUser

      public ModelUser getUser()
      Description copied from interface: ModelAddress
      Getter method for property : User (nullable: yes) relation to entity : USER
      Specified by:
      getUser in interface ModelAddress
      Returns:
      the value of User
    • setId

      public void setId(BigDecimal value)
      Description copied from interface: ModelAddress
      Setter method for property : id (nullable: no) Address system id
      Specified by:
      setId in interface ModelAddress
      Parameters:
      value - the value of id
    • getId

      public BigDecimal getId()
      Description copied from interface: ModelAddress
      Getter method for property : id (nullable: no) Address system id
      Specified by:
      getId in interface ModelAddress
      Returns:
      the value of id
    • setIdUser

      public void setIdUser(BigDecimal value)
      Description copied from interface: ModelAddress
      Setter method for property : idUser (nullable: no) User linked to to address
      Specified by:
      setIdUser in interface ModelAddress
      Parameters:
      value - the value of idUser
    • getIdUser

      public BigDecimal getIdUser()
      Description copied from interface: ModelAddress
      Getter method for property : idUser (nullable: no) User linked to to address
      Specified by:
      getIdUser in interface ModelAddress
      Returns:
      the value of idUser
    • setDateInsert

      public void setDateInsert(Date value)
      Description copied from interface: ModelAddress
      Setter method for property : dateInsert (nullable: yes)
      Specified by:
      setDateInsert in interface ModelAddress
      Parameters:
      value - the value of dateInsert
    • getDateInsert

      public Date getDateInsert()
      Description copied from interface: ModelAddress
      Getter method for property : dateInsert (nullable: yes)
      Specified by:
      getDateInsert in interface ModelAddress
      Returns:
      the value of dateInsert
    • setDateUpdate

      public void setDateUpdate(Date value)
      Description copied from interface: ModelAddress
      Setter method for property : dateUpdate (nullable: yes)
      Specified by:
      setDateUpdate in interface ModelAddress
      Parameters:
      value - the value of dateUpdate
    • getDateUpdate

      public Date getDateUpdate()
      Description copied from interface: ModelAddress
      Getter method for property : dateUpdate (nullable: yes)
      Specified by:
      getDateUpdate in interface ModelAddress
      Returns:
      the value of dateUpdate
    • setInfo

      public void setInfo(String value)
      Description copied from interface: ModelAddress
      Setter method for property : info (nullable: no) Address info
      Specified by:
      setInfo in interface ModelAddress
      Parameters:
      value - the value of info
    • getInfo

      public String getInfo()
      Description copied from interface: ModelAddress
      Getter method for property : info (nullable: no) Address info
      Specified by:
      getInfo in interface ModelAddress
      Returns:
      the value of info
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.fugerit.java.core.lang.compare.CheckEmpty