|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.dto.ColumnConceptMappingDTO
public class ColumnConceptMappingDTO
DTO to store a mapping between a column and a concept
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 |
---|
public ColumnConceptMappingDTO()
Method Detail |
---|
public java.lang.String getColumnAlias()
public void setColumnAlias(java.lang.String columnAlias)
columnAlias
- the columnAlias to setpublic Concept getConcept()
public void setConcept(Concept concept)
concept
- the concept to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |