Package dev.dokimos.server.entity
Class Dataset
java.lang.Object
dev.dokimos.server.entity.Dataset
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetDescription(String description) voidsetTenantId(String tenantId) void
-
Constructor Details
-
Dataset
-
-
Method Details
-
getId
-
getName
-
getDescription
-
setDescription
-
getTenantId
-
setTenantId
-
getCreatedAt
-
getUpdatedAt
-
touchUpdatedAt
public void touchUpdatedAt()
-