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

public class DTODirectory extends DynO
DTO for directories.
Since:
14.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODirectory

      public DTODirectory()
  • Method Details

    • getId

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

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getDeleted

      public final Boolean getDeleted()
      Checks if the directory is deleted.
      Returns:
      true if is the resource is deleted, false otherwise
    • setDeleted

      public final void setDeleted(Boolean deleted)
      Sets the directory to deleted.
      Parameters:
      deleted - true if the directory must be deleted, false otherwise
    • getActive

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

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

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

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

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

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

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

      public final void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getParentUuid

      public final String getParentUuid()
      Gets the parent uuid.
      Returns:
      the parent uuid
    • setParentUuid

      public final void setParentUuid(String parentUuid)
      Sets the parent uuid.
      Parameters:
      parentUuid - the new parent uuid
    • getUuidPath

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

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

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

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

      public final ZonedDateTime getCreationDateCentral()
      Gets the central creation date.
      Returns:
      the central creation date
    • setCreationDateCentral

      public final void setCreationDateCentral(ZonedDateTime creationDateCentral)
      Sets the central creation date.
      Parameters:
      creationDateCentral - the new central creation date
    • getEditDate

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

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

      public final ZonedDateTime getEditDateCentral()
      Gets the central edit date.
      Returns:
      the central edit date
    • setEditDateCentral

      public final void setEditDateCentral(ZonedDateTime editDateCentral)
      Sets the central edit date.
      Parameters:
      editDateCentral - the new central edit date
    • getAuthor

      public final Long getAuthor()
      Gets the author id.
      Returns:
      the author id
    • setAuthor

      public final void setAuthor(Long author)
      Sets the author id.
      Parameters:
      author - the new author id
    • getEditor

      public final Long getEditor()
      Gets the editor id.
      Returns:
      the editor id
    • setEditor

      public final void setEditor(Long editor)
      Sets the editor id.
      Parameters:
      editor - the new editor id
    • getType

      public final Long getType()
      Gets the type id.
      Returns:
      the type id
    • setType

      public final void setType(Long type)
      Sets the type id.
      Parameters:
      type - the new type id
    • getStartValidityDate

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

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

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

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

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

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

      public final Long getOrigin()
      Gets the origin id.
      Returns:
      the origin id
    • setOrigin

      public final void setOrigin(Long origin)
      Sets the origin id.
      Parameters:
      origin - the new origin id