org.obolibrary.oboformat.model
Class Xref

java.lang.Object
  extended by org.obolibrary.oboformat.model.Xref

public class Xref
extends Object


Constructor Summary
Xref(String idref)
           
 
Method Summary
 boolean equals(Object e)
           
 String getAnnotation()
           
 String getIdref()
           
 void setAnnotation(String annotation)
           
 void setIdref(String idref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Xref

public Xref(String idref)
Method Detail

getIdref

public String getIdref()

setIdref

public void setIdref(String idref)

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String annotation)

equals

public boolean equals(Object e)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013. All Rights Reserved.