Interface DatasetContainer
public interface DatasetContainer
A container for a dataset, see
DatasetEditorValue. Use
the "create" methods in DatasetContainer.Factory to create instances.- Since:
- 4.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classFactory to create newDatasetContainerinstances; either with anDatasetContainer.Factory.create(Entity, TableTemplate, Language entity)or adataset. -
Method Summary
Modifier and TypeMethodDescription@Nullable DatasetThe stored dataset - may be null@Nullable UUIDgetGid()The gid of the entity@Nullable KeyValuegetKey()The key value of the entity.The language for which this value is stored.Theuidof the template.booleanisEmpty()Shortcut for.getDataset()== null
-
Method Details
-
isEmpty
Shortcut for.getDataset()== null- Since:
- 4.2
-
getLanguage
The language for which this value is stored.- Since:
- 4.2
-
getDataset
@ApiDoc(comment="The stored dataset - may be null", since="4.2") @Nullable @Nullable Dataset getDataset()The stored dataset - may be null- Since:
- 4.2
-
getTemplateUid
Theuidof the template.- Since:
- 4.2
-
getKey
The key value of the entity.- Since:
- 4.2
-
getGid
The gid of the entity- Since:
- 5.0.307
-