Class FormEingangDatei

All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAbstractDatei<FormEingangDateiData>, IFileEntity<FormEingang,FormEingangDateiData>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class FormEingangDatei extends AFileEntity<FormEingang,FormEingangDateiData>
See Also:
  • Field Details

  • Constructor Details

    • FormEingangDatei

      public FormEingangDatei()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
      Description copied from class: AbstractEntity
      !!!WARNING: Currently values bigger Integer.MAX_VALUE or lower then Integer.MIN_VALUE will be altered to null!!!
      Specified by:
      setId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      Overrides:
      setId in class AbstractEntity
      Parameters:
      id - Long the database-id to set
    • setDataEntity

      public void setDataEntity(FormEingangDateiData dataEntity)
    • getDataEntity

      public FormEingangDateiData getDataEntity()
    • getBaseEntity

      public FormEingang getBaseEntity()
    • isWasDataUpdated

      public boolean isWasDataUpdated()
      Returns:
      Whether a call to setNewData(byte[]) was made.
    • clearWasDataUpdate

      public void clearWasDataUpdate()
      Clears the isWasDataUpdated() flag.
    • setBaseEntity

      public void setBaseEntity(FormEingang baseEntity)
    • setNewData

      public void setNewData(byte[] daten)
    • setNewFormData

      public void setNewFormData(String formData)
    • getSize

      public int getSize()
    • setSize

      public void setSize(Integer size)