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

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

The newest version!
package org.intermine.model.bio;

public interface Location extends org.intermine.model.InterMineObject
{
    public java.lang.String getStrand();
    public void setStrand(final java.lang.String strand);

    public java.lang.Integer getStart();
    public void setStart(final java.lang.Integer start);

    public java.lang.Integer getEnd();
    public void setEnd(final java.lang.Integer end);

    public org.intermine.model.bio.BioEntity getLocatedOn();
    public void setLocatedOn(final org.intermine.model.bio.BioEntity locatedOn);
    public void proxyLocatedOn(final org.intermine.objectstore.proxy.ProxyReference locatedOn);
    public org.intermine.model.InterMineObject proxGetLocatedOn();

    public org.intermine.model.bio.BioEntity getFeature();
    public void setFeature(final org.intermine.model.bio.BioEntity feature);
    public void proxyFeature(final org.intermine.objectstore.proxy.ProxyReference feature);
    public org.intermine.model.InterMineObject proxGetFeature();

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy