public interface DatasetContainer
DatasetEditorValue
. Use
the "create" methods in DatasetContainer.Factory
to create instances.Modifier and Type | Interface and Description |
---|---|
static class |
DatasetContainer.Factory
Factory to create new
DatasetContainer instances; either with an
DatasetContainer.Factory.create(Entity, TableTemplate, Language entity) or a dataset . |
Modifier and Type | Method and Description |
---|---|
Dataset |
getDataset()
The stored dataset - may be null
|
UUID |
getGid()
The gid of the entity
|
KeyValue |
getKey()
The key value of the entity.
|
Language |
getLanguage()
The language for which this value is stored.
|
String |
getTemplateUid()
The
uid of the template. |
boolean |
isEmpty()
Shortcut for
getDataset() == null. |
@ApiDoc(comment="Shortcut for getDataset() == null.", since="4.2") boolean isEmpty()
getDataset()
== null.@ApiDoc(comment="The language for which this value is stored.", since="4.2") Language getLanguage()
@ApiDoc(comment="The stored dataset - may be null", since="4.2") @Nullable Dataset getDataset()
@ApiDoc(comment="The uid of the template.", since="4.2") String getTemplateUid()
uid
of the template.@ApiDoc(comment="The key value of the entity.", since="4.2") @Nullable KeyValue getKey()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210