public class UserParam extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
accession |
protected String |
cvRef |
protected String |
name |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
UserParam() |
Modifier and Type | Method and Description |
---|---|
String |
getAccession() |
String |
getCvRef() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setAccession(String accession) |
void |
setCvRef(String cvRef) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
protected String cvRef
protected String accession
protected String name
protected String value
protected String type
public String getCvRef()
public String getAccession()
public String getName()
public String getValue()
public String getType()
public void setCvRef(String cvRef)
public void setAccession(String accession)
public void setName(String name)
public void setValue(String value)
public void setType(String type)
Copyright © 2019. All rights reserved.