Interface ModelUpload

  • All Superinterfaces:
    org.fugerit.java.core.lang.compare.CheckEmpty
    All Known Implementing Classes:
    HelperUpload, ObjUpload, WrapperUpload

    public interface ModelUpload
    extends org.fugerit.java.core.lang.compare.CheckEmpty
    ModelUpload, 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.fugerit.java.core.db.daogen.ByteArrayDataHandler getContent()
      Getter method for property : content (nullable: yes)
      Date getDateInsert()
      Getter method for property : dateInsert (nullable: yes)
      Date getDateUpdate()
      Getter method for property : dateUpdate (nullable: yes)
      BigDecimal getId()
      Getter method for property : id (nullable: no)
      void setContent​(org.fugerit.java.core.db.daogen.ByteArrayDataHandler value)
      Setter method for property : content (nullable: yes)
      void setDateInsert​(Date value)
      Setter method for property : dateInsert (nullable: yes)
      void setDateUpdate​(Date value)
      Setter method for property : dateUpdate (nullable: yes)
      void setId​(BigDecimal value)
      Setter method for property : id (nullable: no)
      • Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty

        isEmpty
    • Method Detail

      • getId

        BigDecimal getId()
        Getter method for property : id (nullable: no)
        Returns:
        the value of id
      • setId

        void setId​(BigDecimal value)
        Setter method for property : id (nullable: no)
        Parameters:
        value - the value of id
      • getDateInsert

        Date getDateInsert()
        Getter method for property : dateInsert (nullable: yes)
        Returns:
        the value of dateInsert
      • setDateInsert

        void setDateInsert​(Date value)
        Setter method for property : dateInsert (nullable: yes)
        Parameters:
        value - the value of dateInsert
      • getDateUpdate

        Date getDateUpdate()
        Getter method for property : dateUpdate (nullable: yes)
        Returns:
        the value of dateUpdate
      • setDateUpdate

        void setDateUpdate​(Date value)
        Setter method for property : dateUpdate (nullable: yes)
        Parameters:
        value - the value of dateUpdate
      • getContent

        org.fugerit.java.core.db.daogen.ByteArrayDataHandler getContent()
        Getter method for property : content (nullable: yes)
        Returns:
        the value of content
      • setContent

        void setContent​(org.fugerit.java.core.db.daogen.ByteArrayDataHandler value)
        Setter method for property : content (nullable: yes)
        Parameters:
        value - the value of content