|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.dto.DictionaryMappingDTO
public class DictionaryMappingDTO
DTO to represent a dictionary Mapping
Constructor Summary | |
---|---|
DictionaryMappingDTO()
Default constructor |
Method Summary | |
---|---|
boolean |
addMapping(ColumnConceptMappingDTO colConcept)
Add a mapping |
java.lang.String |
getDictionaryId()
Gets the dictionaryId value |
java.lang.String |
getDictionaryName()
Gets the dictionaryName value |
java.util.List<java.lang.String> |
getListColumnAliasMapped(java.lang.String conceptName)
Get the list of columnAlias mapped with the following concept name |
java.util.List<Concept> |
getListConceptMapped(java.lang.String columnAlias)
Get the list of Concept mapped with the following columnAlias |
java.util.List<ColumnConceptMappingDTO> |
getMapping()
Gets the mapping value |
java.util.List<ColumnConceptMappingDTO> |
getMappingFromConcept(java.lang.String conceptName)
Returns all the ColumnConceptMappingDTO mapped to the specified ConceptName |
boolean |
isDefaultDico()
Gets the defaultDico value |
void |
setDefaultDico(boolean defaultDico)
Sets the value of defaultDico |
void |
setDictionaryId(java.lang.String dictionaryId)
Sets the value of dictionaryId |
void |
setDictionaryName(java.lang.String dictionaryName)
Sets the value of dictionaryName |
void |
setMapping(java.util.List<ColumnConceptMappingDTO> mapping)
Sets the value of mapping |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryMappingDTO()
Method Detail |
---|
public java.lang.String getDictionaryId()
public void setDictionaryId(java.lang.String dictionaryId)
dictionaryId
- the dictionaryId to setpublic java.lang.String getDictionaryName()
public void setDictionaryName(java.lang.String dictionaryName)
dictionaryName
- the dictionaryName to setpublic java.util.List<ColumnConceptMappingDTO> getMapping()
public boolean addMapping(ColumnConceptMappingDTO colConcept)
colConcept
- the ColumnConceptMappingDTO to add
public void setMapping(java.util.List<ColumnConceptMappingDTO> mapping)
mapping
- the mapping to setpublic void setDefaultDico(boolean defaultDico)
defaultDico
- the defaultDico to setpublic boolean isDefaultDico()
public java.util.List<java.lang.String> getListColumnAliasMapped(java.lang.String conceptName)
conceptName
- the name of the concept
public java.util.List<Concept> getListConceptMapped(java.lang.String columnAlias)
columnAlias
- the columnAlias of the column
public java.util.List<ColumnConceptMappingDTO> getMappingFromConcept(java.lang.String conceptName)
conceptName
- the ConceptName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |