Class Dataset

java.lang.Object
dev.dokimos.server.entity.Dataset

@Entity public class Dataset extends Object
A named container that owns one or more immutable DatasetVersions. The name is unique across the server and is the human-facing identifier used by API callers.
  • Constructor Details

    • Dataset

      public Dataset(String name, String description)
  • Method Details

    • getId

      public UUID getId()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)
    • getCreatedAt

      public Instant getCreatedAt()
    • getUpdatedAt

      public Instant getUpdatedAt()
    • touchUpdatedAt

      public void touchUpdatedAt()