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

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

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

public interface Sequence extends org.intermine.model.InterMineObject
{
    public java.lang.String getMd5checksum();
    public void setMd5checksum(final java.lang.String md5checksum);

    public org.intermine.objectstore.query.ClobAccess getResidues();
    public void setResidues(final org.intermine.objectstore.query.ClobAccess residues);

    public int getLength();
    public void setLength(final int length);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy