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

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

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

public interface Comment extends org.intermine.model.InterMineObject
{
    public java.lang.String getDescription();
    public void setDescription(final java.lang.String description);

    public java.lang.String getType();
    public void setType(final java.lang.String type);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy