All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.intermine.model.bio.Synonym Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.intermine.model.bio;

public interface Synonym extends org.intermine.model.InterMineObject
{
    public java.lang.String getValue();
    public void setValue(final java.lang.String value);

    public org.intermine.model.bio.BioEntity getSubject();
    public void setSubject(final org.intermine.model.bio.BioEntity subject);
    public void proxySubject(final org.intermine.objectstore.proxy.ProxyReference subject);
    public org.intermine.model.InterMineObject proxGetSubject();

    public java.util.Set getDataSets();
    public void setDataSets(final java.util.Set dataSets);
    public void addDataSets(final org.intermine.model.bio.DataSet arg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy