Package org.projecthusky.valueset.config
Class ValueSetPackageConfig
java.lang.Object
org.projecthusky.valueset.config.ValueSetPackageConfig
The Class ValueSetPackageConfig contains all relevant
information (the configuration) for the ValueSetPackageManager.
Die Klasse ValueSetPackageConfig enthält alle relevanten
Informationen (die Konfiguration) für den ValueSetPackageManager.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addValueSetConfig
(ValueSetConfig value) Adds a value set configuration. Fügt eine Wertesatzkonfiguration hinzu.builder()
Creates builder to buildValueSetPackageConfig
.Gets the description. Ruft die Beschreibung ab.Gets the identificator. Ruft den Identifikator ab.Gets the source url, where to download the ValueSetPackage configuration. Ruft die Quell-URL ab, wo die ValueSetPackage-Konfiguration heruntergeladen werden kann.Gets the status. Ruft den Status ab.Gets the value set config list. Ruft die Wertesatz-Konfigurationsliste ab.Gets the version. Ruft die Version ab.void
setDescription
(String description) Sets the description. Legt die Beschreibung fest.void
setIdentificator
(IdentificatorBaseType identificator) Sets the identificator. Legt den Identifikator fest.void
setSourceUrl
(String sourceUrl) Sets the source url, where the ValueSetPackage configuration can be downloaded. Legt die Quell-URL fest, wo die ValueSetPackage-Konfiguration heruntergeladen werden kann.void
setStatus
(ValueSetPackageStatus status) Sets the Status. Legt den Status fest.void
setValueSetConfigList
(List<ValueSetConfig> valueSetConfigList) Sets the value set config list. Legt die Liste der Wertesatz-Konfigurationen fest.void
setVersion
(Version version) Sets the version. Legt die Version fest.
-
Constructor Details
-
ValueSetPackageConfig
public ValueSetPackageConfig()Instantiates a new ValueSetPackageConfig. Default constructor.Instanziiert eine neue ValueSetPackageConfig. Standardkonstruktor.
-
-
Method Details
-
builder
Creates builder to buildValueSetPackageConfig
.- Returns:
- created builder
-
addValueSetConfig
Adds a value set configuration.Fügt eine Wertesatzkonfiguration hinzu.- Parameters:
value
- the value
-
getDescription
Gets the description.Ruft die Beschreibung ab.- Returns:
- the description
-
getIdentificator
Gets the identificator.Ruft den Identifikator ab.- Returns:
- the identificator
-
getSourceUrl
Gets the source url, where to download the ValueSetPackage configuration.Ruft die Quell-URL ab, wo die ValueSetPackage-Konfiguration heruntergeladen werden kann.- Returns:
- the source url
-
getStatus
Gets the status.Ruft den Status ab.- Returns:
- the status
-
getValueSetConfigList
Gets the value set config list.Ruft die Wertesatz-Konfigurationsliste ab.- Returns:
- the value set config list
-
getVersion
Gets the version.Ruft die Version ab.- Returns:
- the version
-
setDescription
Sets the description.Legt die Beschreibung fest.- Parameters:
description
- the new description
-
setIdentificator
Sets the identificator.Legt den Identifikator fest.- Parameters:
identificator
- the new identificator
-
setSourceUrl
Sets the source url, where the ValueSetPackage configuration can be downloaded.Legt die Quell-URL fest, wo die ValueSetPackage-Konfiguration heruntergeladen werden kann.- Parameters:
sourceUrl
- the new source url
-
setStatus
Sets the Status.Legt den Status fest.- Parameters:
status
- the new status
-
setValueSetConfigList
Sets the value set config list.Legt die Liste der Wertesatz-Konfigurationen fest.- Parameters:
valueSetConfigList
- the new value set config list
-
setVersion
Sets the version.Legt die Version fest.- Parameters:
version
- the new version
-