uk.ac.ebi.ep.mm
Class Entry

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

public class Entry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Entry()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDbName()
           
 List<String> getEntryAccessions()
           
 String getEntryId()
           
 String getEntryName()
           
 Integer getId()
           
 int hashCode()
           
 void setDbName(String db)
           
 void setEntryAccessions(List<String> accessions)
           
 void setEntryId(String id)
           
 void setEntryName(String name)
           
 void setId(Integer id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

toString

public String toString()
Overrides:
toString in class Object

getDbName

public String getDbName()

setDbName

public void setDbName(String db)

getEntryId

public String getEntryId()

setEntryId

public void setEntryId(String id)

getEntryName

public String getEntryName()

setEntryName

public void setEntryName(String name)

getEntryAccessions

public List<String> getEntryAccessions()

setEntryAccessions

public void setEntryAccessions(List<String> accessions)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 EMBL-EBI. All Rights Reserved.