owltools.gaf
Class WithInfo

java.lang.Object
  extended by owltools.gaf.WithInfo

public class WithInfo
extends Object


Field Summary
protected  String id
           
protected  String withXref
           
 
Constructor Summary
WithInfo()
           
WithInfo(String id, String withXref)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getWithXref()
           
 int hashCode()
           
 void setId(String id)
           
 void setWithXref(String withXref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

withXref

protected String withXref
Constructor Detail

WithInfo

public WithInfo()

WithInfo

public WithInfo(String id,
                String withXref)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getWithXref

public String getWithXref()

setWithXref

public void setWithXref(String withXref)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2010-2013. All Rights Reserved.