|
||||||||||
| 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.SoftwareImpl
public class SoftwareImpl
Software represents the software used. Examples of Software include: feature extraction software, clustering software, etc...
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected Hardware |
hardware
DOCUMENT ME |
protected java.lang.Long |
hardwareId
The internal ID of the associated hardware object. |
protected Contact[] |
softwareManufacturers
DOCUMENT ME |
protected int |
softwareManufacturersCount
The count of Contact objects. |
protected Software[] |
softwares
DOCUMENT ME |
protected int |
softwaresCount
The count of Software objects. |
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 | |
|---|---|
SoftwareImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Hardware |
getHardware()
Returns the value of this Software object's hardware attribute. |
Contact[] |
getSoftwareManufacturers()
Returns the value of this Software object's softwareManufacturers attribute. |
int |
getSoftwareManufacturersCount()
Returns the count of all Contact
associated with this Software object. |
Software[] |
getSoftwares()
Returns the value of this Software object's softwares attribute. |
int |
getSoftwaresCount()
Returns the count of all Software
associated with this Software object. |
OntologyEntry |
getType()
Returns the value of this Software object's type attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Software[] |
searchSoftwares(SoftwareSearchCriteria criteria)
Returns an array of Software objects that
satisfy the given SoftwareSearchCriteria. |
void |
setHardware(Hardware p_hardware)
Sets the hardware attribute. |
void |
setSoftwareManufacturers(Contact[] p_softwareManufacturers)
Sets the softwareManufacturers attribute. |
void |
setSoftwares(Software[] p_softwares)
Sets the softwares 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 int softwareManufacturersCount
protected Contact[] softwareManufacturers
protected Hardware hardware
protected java.lang.Long hardwareId
protected int softwaresCount
protected Software[] softwares
protected OntologyEntry type
protected java.lang.Long typeId
| Constructor Detail |
|---|
public SoftwareImpl()
| Method Detail |
|---|
protected void init()
init in class ParameterizableImpl
public Software[] searchSoftwares(SoftwareSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Software objects that
satisfy the given SoftwareSearchCriteria.
criteria - The SoftwareSearchCriteria
which represents a query for Software objects.
Software objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setSoftwareManufacturers(Contact[] p_softwareManufacturers)
Software object.
setSoftwareManufacturers in interface Softwarep_softwareManufacturers - The new value for softwareManufacturers.Software.getSoftwareManufacturers()public Contact[] getSoftwareManufacturers()
SoftwareSoftware object's softwareManufacturers attribute.
getSoftwareManufacturers in interface Softwaregov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of softwareManufacturers.Software.getSoftwareManufacturers()public void setHardware(Hardware p_hardware)
Software object.
setHardware in interface Softwarep_hardware - The new value for hardware.Software.getHardware()public Hardware getHardware()
SoftwareSoftware object's hardware attribute.
getHardware in interface Softwaregov.nih.nci.mageom.bean.Protocol.Hardware The value of hardware.Software.getHardware()public void setSoftwares(Software[] p_softwares)
Software object.
setSoftwares in interface Softwarep_softwares - The new value for softwares.Software.getSoftwares()public Software[] getSoftwares()
SoftwareSoftware object's softwares attribute.
getSoftwares in interface Softwaregov.nih.nci.mageom.bean.Protocol.Software[] The value of softwares.Software.getSoftwares()public void setType(OntologyEntry p_type)
Software object.
setType in interface Softwarep_type - The new value for type.Software.getType()public OntologyEntry getType()
SoftwareSoftware object's type attribute.
getType in interface Softwaregov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.Software.getType()public int getSoftwareManufacturersCount()
Contact
associated with this Software object.
Software.getSoftwareManufacturers()public int getSoftwaresCount()
Software
associated with this Software object.
Software.getSoftwares()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 | |||||||||