fr.cnes.sitools.dataset.model
Class ColumnConceptMapping

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

public class ColumnConceptMapping
extends java.lang.Object

Model class to store Mappings between a column and a list of concepts

Author:
m.gond (Akka Technologies)

Constructor Summary
ColumnConceptMapping()
           
 
Method Summary
 java.lang.String getColumnId()
          Gets the columnId value
 java.lang.String getConceptId()
          Gets the conceptId value
 void setColumnId(java.lang.String columnId)
          Sets the value of columnId
 void setConceptId(java.lang.String conceptId)
          Sets the value of conceptId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnConceptMapping

public ColumnConceptMapping()
Method Detail

getColumnId

public java.lang.String getColumnId()
Gets the columnId value

Returns:
the columnId

setColumnId

public void setColumnId(java.lang.String columnId)
Sets the value of columnId

Parameters:
columnId - the columnId to set

getConceptId

public java.lang.String getConceptId()
Gets the conceptId value

Returns:
the conceptId

setConceptId

public void setConceptId(java.lang.String conceptId)
Sets the value of conceptId

Parameters:
conceptId - the conceptsId to set


Copyright © 2010-2013 CNES. All Rights Reserved.