Class DTODirectoryInsert

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

public class DTODirectoryInsert extends DynO
DTO used to insert a new directory.
Since:
14.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODirectoryInsert

      public DTODirectoryInsert()
  • Method Details

    • 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
    • getDraft

      public final Boolean getDraft()
      Checks if the directory is draft.
      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
    • 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
    • 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
    • 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