fr.cnes.sitools.dataset.model
Class DictionaryMapping

java.lang.Object
  extended by fr.cnes.sitools.dataset.model.DictionaryMapping

public final class DictionaryMapping
extends java.lang.Object

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;

Author:
m.gond (Akka Technologies)

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

DictionaryMapping

public DictionaryMapping()
Method Detail

getDictionaryId

public java.lang.String getDictionaryId()
Gets the dictionaryId value

Returns:
the dictionaryId

setDictionaryId

public void setDictionaryId(java.lang.String dictionaryId)
Sets the value of dictionaryId

Parameters:
dictionaryId - the dictionaryId to set

getMapping

public java.util.List<ColumnConceptMapping> getMapping()
Gets the mapping value

Returns:
the mapping

setMapping

public void setMapping(java.util.List<ColumnConceptMapping> mapping)
Sets the value of mapping

Parameters:
mapping - the mapping to set

setDefaultDico

public void setDefaultDico(boolean defaultDico)
Sets the value of defaultDico

Parameters:
defaultDico - the defaultDico to set

isDefaultDico

public boolean isDefaultDico()
Gets the defaultDico value

Returns:
the defaultDico


Copyright © 2010-2013 CNES. All Rights Reserved.