|
||||||||||
| 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.Experiment.impl.FactorValueImpl
public class FactorValueImpl
The value for a ExperimentalFactor
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected ExperimentalFactor |
experimentalFactor
DOCUMENT ME |
protected java.lang.Long |
experimentalFactorId
The internal ID of the associated experimentalFactor object. |
protected Measurement |
measurement
DOCUMENT ME |
protected java.lang.Long |
measurementId
The internal ID of the associated measurement object. |
protected OntologyEntry |
value
DOCUMENT ME |
protected java.lang.Long |
valueId
The internal ID of the associated value object. |
| 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 | |
|---|---|
FactorValueImpl()
Default constructor |
|
| Method Summary | |
|---|---|
ExperimentalFactor |
getExperimentalFactor()
Returns the value of this FactorValue object's experimentalFactor attribute. |
Measurement |
getMeasurement()
Returns the value of this FactorValue object's measurement attribute. |
OntologyEntry |
getValue()
Returns the value of this FactorValue object's value attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
FactorValue[] |
searchFactorValues(FactorValueSearchCriteria criteria)
Returns an array of FactorValue objects that
satisfy the given FactorValueSearchCriteria. |
void |
setExperimentalFactor(ExperimentalFactor p_experimentalFactor)
Sets the experimentalFactor attribute. |
void |
setMeasurement(Measurement p_measurement)
Sets the measurement attribute. |
void |
setValue(OntologyEntry p_value)
Sets the value 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.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.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 ExperimentalFactor experimentalFactor
protected java.lang.Long experimentalFactorId
protected Measurement measurement
protected java.lang.Long measurementId
protected OntologyEntry value
protected java.lang.Long valueId
| Constructor Detail |
|---|
public FactorValueImpl()
| Method Detail |
|---|
protected void init()
init in class IdentifiableImpl
public FactorValue[] searchFactorValues(FactorValueSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
FactorValue objects that
satisfy the given FactorValueSearchCriteria.
criteria - The FactorValueSearchCriteria
which represents a query for FactorValue objects.
FactorValue objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setExperimentalFactor(ExperimentalFactor p_experimentalFactor)
FactorValue object.
setExperimentalFactor in interface FactorValuep_experimentalFactor - The new value for experimentalFactor.FactorValue.getExperimentalFactor()public ExperimentalFactor getExperimentalFactor()
FactorValueFactorValue object's experimentalFactor attribute.
getExperimentalFactor in interface FactorValuegov.nih.nci.mageom.bean.Experiment.ExperimentalFactor The value of experimentalFactor.FactorValue.getExperimentalFactor()public void setMeasurement(Measurement p_measurement)
FactorValue object.
setMeasurement in interface FactorValuep_measurement - The new value for measurement.FactorValue.getMeasurement()public Measurement getMeasurement()
FactorValueFactorValue object's measurement attribute.
getMeasurement in interface FactorValuegov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.FactorValue.getMeasurement()public void setValue(OntologyEntry p_value)
FactorValue object.
setValue in interface FactorValuep_value - The new value for value.FactorValue.getValue()public OntologyEntry getValue()
FactorValueFactorValue object's value attribute.
getValue in interface FactorValuegov.nih.nci.mageom.bean.Description.OntologyEntry The value of value.FactorValue.getValue()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class IdentifiableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class IdentifiableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class IdentifiableImpldoc - 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 IdentifiableImplpublic java.lang.String toString()
toString in class IdentifiableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||