|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Protocol
A Protocol is a parameterizable description of a method. ProtocolApplication is used to specify the ParameterValues of it's Protocol's Parameters.
| Method Summary | |
|---|---|
Hardware[] |
getHardwares()
Returns the value of this Protocol object's hardwares attribute. |
Software[] |
getSoftwares()
Returns the value of this Protocol object's softwares attribute. |
java.lang.String |
getText()
Returns the value of this Protocol object's text attribute. |
java.lang.String |
getTitle()
Returns the value of this Protocol object's title attribute. |
OntologyEntry |
getType()
Returns the value of this Protocol object's type attribute. |
void |
setHardwares(Hardware[] p_hardwares)
Sets the hardwares attribute. |
void |
setSoftwares(Software[] p_softwares)
Sets the softwares attribute. |
void |
setText(java.lang.String p_text)
Sets the text attribute. |
void |
setTitle(java.lang.String p_title)
Sets the title attribute. |
void |
setType(OntologyEntry p_type)
Sets the type attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Protocol.Parameterizable |
|---|
getParameterTypes, getURI, setParameterTypes, setURI |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setText(java.lang.String p_text)
Protocol object.
p_text - The new value for text.getText()java.lang.String getText()
Protocol object's text attribute.
Description of text:
The text description of the Protocol.
String The value of text.void setTitle(java.lang.String p_title)
Protocol object.
p_title - The new value for title.getTitle()java.lang.String getTitle()
Protocol object's title attribute.
Description of title:
The title of the Protocol
String The value of title.void setSoftwares(Software[] p_softwares)
Protocol object.
p_softwares - The new value for softwares.getSoftwares()Software[] getSoftwares()
Protocol object's softwares attribute.
gov.nih.nci.mageom.bean.Protocol.Software[] The value of softwares.Softwarevoid setHardwares(Hardware[] p_hardwares)
Protocol object.
p_hardwares - The new value for hardwares.getHardwares()Hardware[] getHardwares()
Protocol object's hardwares attribute.
gov.nih.nci.mageom.bean.Protocol.Hardware[] The value of hardwares.Hardwarevoid setType(OntologyEntry p_type)
Protocol object.
p_type - The new value for type.getType()OntologyEntry getType()
Protocol object's type attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||