Class AFileEntityView

java.lang.Object
de.xima.fc.logic.filesystem.AFileEntityView
All Implemented Interfaces:
IFileEntityView, Serializable

public class AFileEntityView extends Object implements IFileEntityView
Base POJO implementation of IFileEntityView with fields for all getters and setters.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AFileEntityView

      public AFileEntityView()
  • Method Details

    • getCreatedAt

      public final Instant getCreatedAt()
      Description copied from interface: IFileEntityView
      Gets the creation date of the file.
      Specified by:
      getCreatedAt in interface IFileEntityView
      Returns:
      The creation date.
    • 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.
    • getCreatedBy

      public final String getCreatedBy()
      Description copied from interface: IFileEntityView
      Gets the user who created the file.
      Specified by:
      getCreatedBy in interface IFileEntityView
      Returns:
      The user who created the file.
    • 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.
    • getFileEntityLockingVersion

      public final int getFileEntityLockingVersion()
      Description copied from interface: IFileEntityView
      Gets the locking version of the file.
      Specified by:
      getFileEntityLockingVersion in interface IFileEntityView
      Returns:
      The locking version of the file.
    • getFileName

      public final String getFileName()
      Description copied from interface: IFileEntityView
      Gets the file name.
      Specified by:
      getFileName in interface IFileEntityView
      Returns:
      The file name.
    • setFileName

      public final void setFileName(String fileName)
      Description copied from interface: IFileEntityView
      Sets the file name.
      Specified by:
      setFileName in interface IFileEntityView
      Parameters:
      fileName - The file name.
    • getId

      public final Long getId()
      Description copied from interface: IFileEntityView
      Gets the ID of the file.
      Specified by:
      getId in interface IFileEntityView
      Returns:
      The ID of 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.
    • getLastModifiedAt

      public final Instant getLastModifiedAt()
      Description copied from interface: IFileEntityView
      Gets the last modification date of the file.
      Specified by:
      getLastModifiedAt in interface IFileEntityView
      Returns:
      The last modification date.
    • 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.
    • getLastModifiedBy

      public final String getLastModifiedBy()
      Description copied from interface: IFileEntityView
      Gets the user who last modified the file.
      Specified by:
      getLastModifiedBy in interface IFileEntityView
      Returns:
      The user who last modified the file.
    • 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.