Class AttachmentDateiData

All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAbstractDateiData, IFileDataEntity<AttachmentDatei>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class AttachmentDateiData extends AFormEncryptedFileDataEntity<AttachmentDatei>
See Also:
  • Constructor Details

    • AttachmentDateiData

      public AttachmentDateiData()
  • 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
    • cloneBasics

      public AttachmentDateiData cloneBasics()
      Returns:
      A copy of this entity with all fields copied that do not reference other entities.