public class EnzymeEntryImpl extends Object implements uk.ac.ebi.interfaces.enzyme.EnzymeEntry, Serializable
EnzymeEntry
interface.Constructor and Description |
---|
EnzymeEntryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addCrossReference(uk.ac.ebi.interfaces.sptr.SPTRCrossReference sptrCrossReference) |
void |
addCrossReferences(uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] sptrCrossReference) |
void |
addReaction(String s) |
void |
addSynonym(String s) |
String |
getCofactors() |
String |
getComment() |
String |
getCommonName() |
uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] |
getCrossReferences() |
String |
getEC() |
int |
getId() |
String[] |
getReactions() |
String[] |
getSynonyms() |
boolean |
isTransferredOrDeleted() |
boolean |
removeCrossReference(uk.ac.ebi.interfaces.sptr.SPTRCrossReference sptrCrossReference) |
boolean |
removeReaction(String s) |
boolean |
removeSynonym(String s) |
void |
setCofactors(String s) |
void |
setComment(String s) |
void |
setCommonName(String s) |
void |
setCrossReferences(uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] xrefs) |
void |
setEC(String s) |
void |
setId(int id) |
void |
setReactions(String[] reactions) |
void |
setSynonyms(String[] synonyms) |
void |
setTransferredOrDeleted(boolean transferredOrDeleted) |
public int getId()
public void setId(int id)
public void setEC(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
setEC
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String getEC() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getEC
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setCommonName(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
setCommonName
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String getCommonName() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getCommonName
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void addSynonym(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
addSynonym
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public boolean removeSynonym(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
removeSynonym
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String[] getSynonyms() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getSynonyms
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setSynonyms(String[] synonyms) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void addReaction(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
addReaction
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public boolean removeReaction(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
removeReaction
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String[] getReactions() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getReactions
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setReactions(String[] reactions) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setCofactors(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
setCofactors
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String getCofactors() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getCofactors
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setComment(String s) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
setComment
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public String getComment() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getComment
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void addCrossReference(uk.ac.ebi.interfaces.sptr.SPTRCrossReference sptrCrossReference) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
addCrossReference
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void addCrossReferences(uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] sptrCrossReference) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public boolean removeCrossReference(uk.ac.ebi.interfaces.sptr.SPTRCrossReference sptrCrossReference) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
removeCrossReference
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] getCrossReferences() throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
getCrossReferences
in interface uk.ac.ebi.interfaces.enzyme.EnzymeEntry
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public void setCrossReferences(uk.ac.ebi.interfaces.sptr.SPTRCrossReference[] xrefs) throws uk.ac.ebi.interfaces.sptr.SPTRException, UnsupportedOperationException
uk.ac.ebi.interfaces.sptr.SPTRException
UnsupportedOperationException
public boolean isTransferredOrDeleted()
public void setTransferredOrDeleted(boolean transferredOrDeleted)
Copyright © 2014 EMBL-EBI. All rights reserved.