|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.ColumnConceptMapping
public class ColumnConceptMapping
Model class to store Mappings between a column and a list of concepts
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 |
---|
public ColumnConceptMapping()
Method Detail |
---|
public java.lang.String getColumnId()
public void setColumnId(java.lang.String columnId)
columnId
- the columnId to setpublic java.lang.String getConceptId()
public void setConceptId(java.lang.String conceptId)
conceptId
- the conceptsId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |