uk.ac.ebi.ep.mm
Class XRef
java.lang.Object
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()
|
XRef
public XRef()
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.