|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.impl.DescribableImpl
gov.nih.nci.mageom.domain.impl.IdentifiableImpl
gov.nih.nci.mageom.domain.Protocol.impl.ParameterizableImpl
gov.nih.nci.mageom.domain.Protocol.impl.ProtocolImpl
public class ProtocolImpl
A Protocol is a parameterizable description of a method. ProtocolApplication is used to specify the ParameterValues of it's Protocol's Parameters.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected Hardware[] |
hardwares
DOCUMENT ME |
protected int |
hardwaresCount
The count of Hardware objects. |
protected Software[] |
softwares
DOCUMENT ME |
protected int |
softwaresCount
The count of Software objects. |
protected java.lang.String |
text
The text description of the Protocol. |
protected java.lang.String |
title
The title of the Protocol |
protected OntologyEntry |
type
DOCUMENT ME |
protected java.lang.Long |
typeId
The internal ID of the associated type object. |
| Fields inherited from class gov.nih.nci.mageom.domain.Protocol.impl.ParameterizableImpl |
|---|
parameterTypes, parameterTypesCount, URI |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.IdentifiableImpl |
|---|
identifier, name |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ProtocolImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Hardware[] |
getHardwares()
Returns the value of this Protocol object's hardwares attribute. |
int |
getHardwaresCount()
Returns the count of all Hardware
associated with this Protocol object. |
Software[] |
getSoftwares()
Returns the value of this Protocol object's softwares attribute. |
int |
getSoftwaresCount()
Returns the count of all Software
associated with this Protocol object. |
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. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Protocol[] |
searchProtocols(ProtocolSearchCriteria criteria)
Returns an array of Protocol objects that
satisfy the given ProtocolSearchCriteria. |
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. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.Protocol.impl.ParameterizableImpl |
|---|
getParameterTypes, getParameterTypesCount, getURI, searchParameterizables, setParameterTypes, setURI |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.IdentifiableImpl |
|---|
getIdentifier, getName, searchIdentifiables, setIdentifier, setName |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String text
protected java.lang.String title
protected int softwaresCount
protected Software[] softwares
protected int hardwaresCount
protected Hardware[] hardwares
protected OntologyEntry type
protected java.lang.Long typeId
| Constructor Detail |
|---|
public ProtocolImpl()
| Method Detail |
|---|
protected void init()
init in class ParameterizableImpl
public Protocol[] searchProtocols(ProtocolSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Protocol objects that
satisfy the given ProtocolSearchCriteria.
criteria - The ProtocolSearchCriteria
which represents a query for Protocol objects.
Protocol objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setText(java.lang.String p_text)
Protocol object.
setText in interface Protocolp_text - The new value for text.Protocol.getText()public java.lang.String getText()
ProtocolProtocol object's text attribute.
Description of text:
The text description of the Protocol.
getText in interface ProtocolString The value of text.Protocol.getText()public void setTitle(java.lang.String p_title)
Protocol object.
setTitle in interface Protocolp_title - The new value for title.Protocol.getTitle()public java.lang.String getTitle()
ProtocolProtocol object's title attribute.
Description of title:
The title of the Protocol
getTitle in interface ProtocolString The value of title.Protocol.getTitle()public void setSoftwares(Software[] p_softwares)
Protocol object.
setSoftwares in interface Protocolp_softwares - The new value for softwares.Protocol.getSoftwares()public Software[] getSoftwares()
ProtocolProtocol object's softwares attribute.
getSoftwares in interface Protocolgov.nih.nci.mageom.bean.Protocol.Software[] The value of softwares.Protocol.getSoftwares()public void setHardwares(Hardware[] p_hardwares)
Protocol object.
setHardwares in interface Protocolp_hardwares - The new value for hardwares.Protocol.getHardwares()public Hardware[] getHardwares()
ProtocolProtocol object's hardwares attribute.
getHardwares in interface Protocolgov.nih.nci.mageom.bean.Protocol.Hardware[] The value of hardwares.Protocol.getHardwares()public void setType(OntologyEntry p_type)
Protocol object.
setType in interface Protocolp_type - The new value for type.Protocol.getType()public OntologyEntry getType()
ProtocolProtocol object's type attribute.
getType in interface Protocolgov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.Protocol.getType()public int getSoftwaresCount()
Software
associated with this Protocol object.
Protocol.getSoftwares()public int getHardwaresCount()
Hardware
associated with this Protocol object.
Protocol.getHardwares()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ParameterizableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ParameterizableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ParameterizableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class ParameterizableImplpublic java.lang.String toString()
toString in class ParameterizableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||