|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojavax.bio.seq.io.UniProtCommentParser.Interaction
public static class UniProtCommentParser.Interaction
A class to describe protein-protein interactions.
| Constructor Summary | |
|---|---|
UniProtCommentParser.Interaction()
|
|
| Method Summary | |
|---|---|
String |
getFirstIntActID()
Getter for property firstIntActID. |
String |
getID()
Getter for property ID. |
String |
getLabel()
Getter for property label. |
int |
getNumberExperiments()
Getter for property numberExperiments. |
String |
getSecondIntActID()
Getter for property secondIntActID. |
boolean |
isOrganismsDiffer()
Getter for property organismsDiffer. |
void |
setFirstIntActID(String firstIntActID)
Setter for property firstIntActID. |
void |
setID(String ID)
Setter for property ID. |
void |
setLabel(String label)
Setter for property label. |
void |
setNumberExperiments(int numberExperiments)
Setter for property numberExperiments. |
void |
setOrganismsDiffer(boolean organismsDiffer)
Setter for property organismsDiffer. |
void |
setSecondIntActID(String secondIntActID)
Setter for property secondIntActID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UniProtCommentParser.Interaction()
| Method Detail |
|---|
public String getID()
public void setID(String ID)
ID - New value of property ID.public String getLabel()
public void setLabel(String label)
label - New value of property label.public boolean isOrganismsDiffer()
public void setOrganismsDiffer(boolean organismsDiffer)
organismsDiffer - New value of property organismsDiffer.public String getFirstIntActID()
public void setFirstIntActID(String firstIntActID)
firstIntActID - New value of property firstIntActID.public String getSecondIntActID()
public void setSecondIntActID(String secondIntActID)
secondIntActID - New value of property secondIntActID.public int getNumberExperiments()
public void setNumberExperiments(int numberExperiments)
numberExperiments - New value of property numberExperiments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||