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