|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.pride.prideobjects.Protocol
public class Protocol
An object for storing Protocol details.
Constructor Summary | |
---|---|
Protocol(String name,
ArrayList<CvTerm> cvTerms)
Create a new Protocol object. |
Method Summary | |
---|---|
ArrayList<CvTerm> |
getCvTerms()
Returns the CV terms. |
static ArrayList<Protocol> |
getDefaultProtocols()
Returns a list of default protocols. |
String |
getFileName()
Returns the name to use when serializing the object |
String |
getName()
Returns the protocol name. |
void |
setCvTerms(ArrayList<CvTerm> cvTerms)
Set the CV terms. |
void |
setName(String name)
Set the protocol name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Protocol(String name, ArrayList<CvTerm> cvTerms)
name
- cvTerms
- Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic ArrayList<CvTerm> getCvTerms()
public void setCvTerms(ArrayList<CvTerm> cvTerms)
cvTerms
- the cvTerms to setpublic static ArrayList<Protocol> getDefaultProtocols()
public String getFileName()
PrideObject
getFileName
in interface PrideObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |