public class Protocol extends Object
"protocol": { "topcategory": "TOX", "category": { "code": "TO_ACUTE_INHAL_SECTION", "title": "7.2.2Acutetoxicity-inhalation" }, "endpoint": "Acute toxicity: inhalation,IUC4#10/Ch.5.1.2", "guideline": [ "Method: other: sensoryirritationaccordingtoAlarie,Y.;(nofurtherdata)" ] }
Modifier and Type | Class and Description |
---|---|
static class |
Protocol._categories
TODO refactor this to make ontology use easier
|
static class |
Protocol._fields |
Modifier and Type | Field and Description |
---|---|
protected String |
topCategory |
Constructor and Description |
---|
Protocol(String endpoint) |
Protocol(String endpoint,
String guideline) |
Modifier and Type | Method and Description |
---|---|
void |
addGuideline(String guide) |
String |
getCategory() |
String |
getEndpoint() |
List<String> |
getGuideline() |
String |
getTopCategory() |
void |
setCategory(String category) |
void |
setEndpoint(String endpoint) |
void |
setGuideline(List<String> guide) |
void |
setTopCategory(String topCategory) |
String |
toString() |
protected String topCategory
public Protocol(String endpoint)
public String getTopCategory()
public void setTopCategory(String topCategory)
public String getCategory()
public void setCategory(String category)
public void addGuideline(String guide)
public String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.