public class Matrix extends DBSchema
name, parentName, treeElements| Modifier and Type | Method and Description |
|---|---|
String |
getCol() |
Entity |
getColEntity()
Return the Entity that contains the labels for the columns.
|
String |
getColEntityName() |
String |
getContainer() |
Entity |
getContainerEntity()
Return the Entity that contains the container
|
String |
getContent() |
String |
getContentEntity() |
String |
getRow() |
Entity |
getRowEntity()
Return the Entity that contains the labels for the rows.
|
String |
getRowEntityName() |
void |
setCol(String col) |
void |
setColEntityName(String col_entity) |
void |
setContainer(String container) |
void |
setContent(String content) |
void |
setContentEntity(String entity) |
void |
setRow(String row) |
void |
setRowEntityName(String row_entity) |
String |
toString()
Print the tree.
|
getModel, getModules, getSerialVersionUID, setModel, setModulesget, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toStringpublic String getContentEntity()
public void setContentEntity(String entity)
public String getContainer()
public void setContainer(String container)
container - public String getRow()
public void setRow(String row)
public String getCol()
public void setCol(String col)
public Entity getRowEntity() throws MolgenisModelException
MolgenisModelExceptionpublic Entity getColEntity() throws MolgenisModelException
MolgenisModelExceptionpublic Entity getContainerEntity() throws MolgenisModelException
MolgenisModelExceptionpublic String getRowEntityName()
public void setRowEntityName(String row_entity)
public String getColEntityName()
public void setColEntityName(String col_entity)
public String getContent()
public void setContent(String content)
Copyright © 2015. All Rights Reserved.