|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.io.UniProtCommentParser.Event
public static class UniProtCommentParser.Event
A class to describe events for alternative product comments.
Constructor Summary | |
---|---|
UniProtCommentParser.Event()
|
Method Summary | |
---|---|
String |
getComment()
Getter for property comment. |
int |
getNamedIsoforms()
Getter for property namedIsoforms. |
String |
getType()
Getter for property type. |
void |
setComment(String comment)
Setter for property comment. |
void |
setNamedIsoforms(int namedIsoforms)
Setter for property namedIsoforms. |
void |
setType(String type)
Setter for property type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniProtCommentParser.Event()
Method Detail |
---|
public String getType()
public void setType(String type)
type
- New value of property type.public String getComment()
public void setComment(String comment)
comment
- New value of property comment.public int getNamedIsoforms()
public void setNamedIsoforms(int namedIsoforms)
namedIsoforms
- New value of property namedIsoforms.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |