fr.cnes.sitools.dataset.dto
Class ColumnConceptMappingDTO

java.lang.Object
  extended by fr.cnes.sitools.dataset.dto.ColumnConceptMappingDTO

public class ColumnConceptMappingDTO
extends java.lang.Object

DTO to store a mapping between a column and a concept

Author:
m.gond

Constructor Summary
ColumnConceptMappingDTO()
           
 
Method Summary
 java.lang.String getColumnAlias()
          Gets the columnAlias value
 Concept getConcept()
          Gets the concept value
 void setColumnAlias(java.lang.String columnAlias)
          Sets the value of columnAlias
 void setConcept(Concept concept)
          Sets the value of concept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnConceptMappingDTO

public ColumnConceptMappingDTO()
Method Detail

getColumnAlias

public java.lang.String getColumnAlias()
Gets the columnAlias value

Returns:
the columnAlias

setColumnAlias

public void setColumnAlias(java.lang.String columnAlias)
Sets the value of columnAlias

Parameters:
columnAlias - the columnAlias to set

getConcept

public Concept getConcept()
Gets the concept value

Returns:
the concept

setConcept

public void setConcept(Concept concept)
Sets the value of concept

Parameters:
concept - the concept to set


Copyright © 2010-2013 CNES. All Rights Reserved.