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

public class DTOFileKey extends DynO
DTO used to identify files by presenting its version and uuid.
Since:
14.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOFileKey

      public DTOFileKey()
  • Method Details

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