public class Metabolite extends AbstractEscherBase implements Element
Constructor and Description |
---|
Metabolite() |
Metabolite(Metabolite metabolite)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Metabolite |
clone() |
boolean |
equals(Object obj) |
Double |
getCoefficient() |
String |
getId() |
String |
getNodeRefId() |
int |
hashCode() |
boolean |
isSetCoefficient() |
boolean |
isSetId() |
boolean |
isSetNodeRefId() |
void |
setCoefficient(Double coefficient) |
void |
setId(String id) |
void |
setNodeRefId(String nodeRefId) |
String |
toString() |
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
finalize, getClass, notify, notifyAll, wait, wait, wait
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
public Metabolite()
public Metabolite(Metabolite metabolite)
public Metabolite clone()
clone
in class AbstractEscherBase
public boolean equals(Object obj)
equals
in class AbstractEscherBase
public Double getCoefficient()
public String getNodeRefId()
public int hashCode()
hashCode
in class AbstractEscherBase
public boolean isSetCoefficient()
true
if the requested property is not null
.public boolean isSetId()
public boolean isSetNodeRefId()
public void setCoefficient(Double coefficient)
coefficient
- the coefficient to setpublic void setId(String id)
public void setNodeRefId(String nodeRefId)
nodeRefId
- the nodeRefId to setCopyright © 2015–2019 University of Tübingen. All rights reserved.