pid
Class LabelValue
java.lang.Object
pid.LabelValue
- All Implemented Interfaces:
- java.io.Serializable
public class LabelValue
- extends java.lang.Object
- implements java.io.Serializable
A label Value is a category of a label type pseudoo-ontology
- Author:
- Samuel Croset
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
go
|
private int |
id
|
private java.lang.String |
name
|
private java.lang.String |
parent_idref
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
id
private int id
parent_idref
private java.lang.String parent_idref
go
private java.lang.String go
LabelValue
public LabelValue()
getName
public java.lang.String getName()
- Returns:
- the name of the category (called label value within PID)
setName
public void setName(java.lang.String name)
getId
public int getId()
- Returns:
- the id of the category
setId
public void setId(int id)
getParent_idref
public java.lang.String getParent_idref()
- Returns:
- the id of the parent category
setParent_idref
public void setParent_idref(java.lang.String parent_idref)
getGo
public java.lang.String getGo()
- Returns:
- the corresponding GO term ID
setGo
public void setGo(java.lang.String go)