Package tech.molecules.chem.coredb
Interface Assay
-
public interface Assay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()StringgetName()List<AssayParameter>getParameter()
-
-
-
Method Detail
-
getName
String getName()
-
getId
int getId()
-
getParameter
List<AssayParameter> getParameter()
-
-