| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.dataset.model.DictionaryMapping
public final class DictionaryMapping
A Model class to store Dictionary mapping. It contains a Dictionary identifier and a list of mappings. The mapping contains a column and a list of concepts from the dictionary;
| Constructor Summary | |
|---|---|
DictionaryMapping()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getDictionaryId()
Gets the dictionaryId value  | 
 java.util.List<ColumnConceptMapping> | 
getMapping()
Gets the mapping value  | 
 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 | 
setMapping(java.util.List<ColumnConceptMapping> 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 DictionaryMapping()
| Method Detail | 
|---|
public java.lang.String getDictionaryId()
public void setDictionaryId(java.lang.String dictionaryId)
dictionaryId - the dictionaryId to setpublic java.util.List<ColumnConceptMapping> getMapping()
public void setMapping(java.util.List<ColumnConceptMapping> mapping)
mapping - the mapping to setpublic void setDefaultDico(boolean defaultDico)
defaultDico - the defaultDico to setpublic boolean isDefaultDico()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||