uk.ac.ebi.ep.mm
Class XRef

java.lang.Object
  extended by uk.ac.ebi.ep.mm.XRef
All Implemented Interfaces:
Serializable

public class XRef
extends Object
implements Serializable

This class is one case of triple, same as found in RDF.

Author:
rafa
See Also:
Serialized Form

Constructor Summary
XRef()
           
 
Method Summary
 boolean equals(Object obj)
           
 Entry getFromEntry()
           
 Integer getId()
           
 String getRelationship()
           
 Entry getToEntry()
           
 int hashCode()
           
 void setFromEntry(Entry fromEntity)
           
 void setId(Integer id)
           
 void setRelationship(String s)
           
 void setToEntry(Entry toEntity)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRef

public XRef()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getFromEntry

public Entry getFromEntry()

setFromEntry

public void setFromEntry(Entry fromEntity)

getToEntry

public Entry getToEntry()

setToEntry

public void setToEntry(Entry toEntity)

getRelationship

public String getRelationship()

setRelationship

public void setRelationship(String s)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 EMBL-EBI. All Rights Reserved.