public class Configuration extends GenericModel
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
Conversions |
getConversions()
Gets the conversions.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.util.List<Enrichment> |
getEnrichments()
Gets the enrichments.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<NormalizationOperation> |
getNormalizations()
Gets the normalizations.
|
Source |
getSource()
Gets the source.
|
java.util.Date |
getUpdated()
Gets the updated.
|
void |
setConversions(Conversions conversions)
Sets the conversions.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setEnrichments(java.util.List<Enrichment> enrichments)
Sets the enrichments.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setNormalizations(java.util.List<NormalizationOperation> normalizations)
Sets the normalizations.
|
void |
setSource(Source source)
Sets the source.
|
equals, hashCode, toString
public java.lang.String getConfigurationId()
public java.lang.String getName()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getDescription()
public Conversions getConversions()
public java.util.List<Enrichment> getEnrichments()
public java.util.List<NormalizationOperation> getNormalizations()
public Source getSource()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setConversions(Conversions conversions)
conversions
- the new conversionspublic void setEnrichments(java.util.List<Enrichment> enrichments)
enrichments
- the new enrichmentspublic void setNormalizations(java.util.List<NormalizationOperation> normalizations)
normalizations
- the new normalizationspublic void setSource(Source source)
source
- the new source