Class AFileEntityView

    • Constructor Detail

      • AFileEntityView

        public AFileEntityView()
    • Method Detail

      • setCreatedAt

        public final void setCreatedAt​(Instant createdAt)
        Description copied from interface: IFileEntityView
        Sets the creation date of the file.
        Specified by:
        setCreatedAt in interface IFileEntityView
        Parameters:
        createdAt - The creation date.
      • setCreatedBy

        public final void setCreatedBy​(String createdBy)
        Description copied from interface: IFileEntityView
        Sets the user who created the file.
        Specified by:
        setCreatedBy in interface IFileEntityView
        Parameters:
        createdBy - The user who created the file.
      • setId

        public final void setId​(Long id)
        Description copied from interface: IFileEntityView
        Sets the ID of the file.
        Specified by:
        setId in interface IFileEntityView
        Parameters:
        id - The ID of the file.
      • setLastModifiedAt

        public final void setLastModifiedAt​(Instant lastModifiedAt)
        Description copied from interface: IFileEntityView
        Sets the last modification date of the file.
        Specified by:
        setLastModifiedAt in interface IFileEntityView
        Parameters:
        lastModifiedAt - The last modification date.
      • setLastModifiedBy

        public final void setLastModifiedBy​(String lastModifiedBy)
        Description copied from interface: IFileEntityView
        Sets the user who last modified the file.
        Specified by:
        setLastModifiedBy in interface IFileEntityView
        Parameters:
        lastModifiedBy - The user who last modified the file.
      • setFileEntityLockingVersion

        public final void setFileEntityLockingVersion​(int lockingVersion)
        Description copied from interface: IFileEntityView
        Sets the locking version of the file.
        Specified by:
        setFileEntityLockingVersion in interface IFileEntityView
        Parameters:
        lockingVersion - The locking version of the file.