public static class UniProtCommentParser.Interaction extends Object
| Constructor and Description | 
|---|
Interaction()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public Interaction()
public void setID(String ID)
ID - New value of property ID.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.Copyright © 2020 BioJava. All rights reserved.