Class DTOFileFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.file.DTOFileFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOFileFilter extends DynO
DTO used to filter files.
Since:
14.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOFileFilter

      public DTOFileFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Collection<Long> id)
      Sets the id.
      Parameters:
      id - the new id
    • getVersion

      public final Long getVersion()
      Gets the version.
      Returns:
      the version
    • setVersion

      public final void setVersion(Long version)
      Sets the version.
      Parameters:
      version - the new version
    • getDeleted

      public final Boolean getDeleted()
      Gets the deleted.
      Returns:
      the deleted
    • setDeleted

      public final void setDeleted(Boolean deleted)
      Sets the deleted.
      Parameters:
      deleted - the new deleted
    • getUuid

      public final Collection<String> getUuid()
      Gets the uuid.
      Returns:
      the uuid
    • setUuid

      public final void setUuid(Collection<String> uuid)
      Sets the uuid.
      Parameters:
      uuid - the new uuid
    • getName

      public final Collection<String> getName()
      Gets the name.
      Returns:
      the name
    • setName

      public final void setName(Collection<String> name)
      Sets the name.
      Parameters:
      name - the new name
    • getDirectoryUuid

      public final Collection<String> getDirectoryUuid()
      Gets the parent uuid.
      Returns:
      the parent uuid
    • getParentUuid

      public final Collection<String> getParentUuid()
      Gets the parent uuid (for M2Mapper compatibility with FileSearchFilter).
      Returns:
      the parent uuid
    • setParentUuid

      public final void setParentUuid(Collection<String> parentUuid)
      Sets the parent uuid (for M2Mapper compatibility with FileSearchFilter).
      Parameters:
      parentUuid - the new parent uuid
    • getUuidPath

      public final Collection<String> getUuidPath()
      Gets the uuid path.
      Returns:
      the uuid path
    • setUuidPath

      public final void setUuidPath(Collection<String> uuidPath)
      Sets the uuid path.
      Parameters:
      uuidPath - the new uuid path
    • getCreationDate

      public final ZonedDateTimeRange getCreationDate()
      Gets the creation date.
      Returns:
      the creation date
    • setCreationDate

      public final void setCreationDate(ZonedDateTimeRange creationDate)
      Sets the creation date.
      Parameters:
      creationDate - the new creation date
    • getEditDate

      public final ZonedDateTimeRange getEditDate()
      Gets the edit date.
      Returns:
      the edit date
    • setEditDate

      public final void setEditDate(ZonedDateTimeRange editDate)
      Sets the edit date.
      Parameters:
      editDate - the new edit date
    • getAuthor

      public final Collection<Long> getAuthor()
      Gets the author id.
      Returns:
      the author id
    • getAuthorId

      public final Collection<Long> getAuthorId()
      Gets the author id.
      Returns:
      the author id
    • setAuthorId

      public final void setAuthorId(Collection<Long> authorId)
      Sets the author id.
      Parameters:
      authorId - the new author id
    • getEditor

      public final Collection<Long> getEditor()
      Gets the editor id.
      Returns:
      the editor id
    • getEditorId

      public final Collection<Long> getEditorId()
      Gets the editor id.
      Returns:
      the editor id
    • setEditorId

      public final void setEditorId(Collection<Long> editorId)
      Sets the editor id.
      Parameters:
      editorId - the new editor id
    • getType

      public final Collection<Long> getType()
      Gets the type id.
      Returns:
      the type id
    • getTypeId

      public final Collection<Long> getTypeId()
      Gets the type id.
      Returns:
      the type id
    • setTypeId

      public final void setTypeId(Collection<Long> typeId)
      Sets the type id.
      Parameters:
      typeId - the new type id
    • getStartValidityDate

      public final ZonedDateTimeRange getStartValidityDate()
      Gets the start validity date.
      Returns:
      the start validity date
    • setStartValidityDate

      public final void setStartValidityDate(ZonedDateTimeRange startValidityDate)
      Sets the start validity date.
      Parameters:
      startValidityDate - the new start validity date
    • getEndValidityDate

      public final ZonedDateTimeRange getEndValidityDate()
      Gets the end validity date.
      Returns:
      the end validity date
    • setEndValidityDate

      public final void setEndValidityDate(ZonedDateTimeRange endValidityDate)
      Sets the end validity date.
      Parameters:
      endValidityDate - the new end validity date
    • getSystem

      public final Boolean getSystem()
      Checks if the file is a system resource.
      Returns:
      true if the file is a system resource, false otherwise
    • setSystem

      public final void setSystem(Boolean system)
      Sets the file to system resource.
      Parameters:
      system - true if the file must be a system resource, false otherwise
    • getOrigin

      public final Collection<Long> getOrigin()
      Gets the origin id.
      Returns:
      the origin id
    • getOriginId

      public final Collection<Long> getOriginId()
      Gets the origin id.
      Returns:
      the origin id
    • setOriginId

      public final void setOriginId(Collection<Long> originId)
      Sets the origin id.
      Parameters:
      originId - the new origin id
    • getPhysicalPath

      public final Collection<String> getPhysicalPath()
      Gets the physical path.
      Returns:
      the physical path
    • setPhysicalPath

      public final void setPhysicalPath(Collection<String> physicalPath)
      Sets the physical path.
      Parameters:
      physicalPath - the new physical path
    • getFileExtension

      public final Collection<String> getFileExtension()
      Gets the file extension.
      Returns:
      the file extension
    • setFileExtension

      public final void setFileExtension(Collection<String> fileExtension)
      Sets the file extension.
      Parameters:
      fileExtension - the new file extension
    • getOriginalName

      public final Collection<String> getOriginalName()
      Gets the original name.
      Returns:
      the original name
    • setOriginalName

      public final void setOriginalName(Collection<String> originalName)
      Sets the original name.
      Parameters:
      originalName - the new original name
    • getActive

      public final Boolean getActive()
      Checks if the file is active.
      Returns:
      true if the file is active, false otherwise
    • setActive

      public final void setActive(Boolean active)
      Sets the file to active.
      Parameters:
      active - true if the file must be active, false otherwise
    • getDraft

      public final Boolean getDraft()
      Checks if the file is draft.
      Returns:
      true if the file is draft, false otherwise
    • setDraft

      public final void setDraft(Boolean draft)
      Sets the file to draft.
      Parameters:
      draft - true if the file must be draft, false otherwise