|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Compound
A Compound can be a simple compound such as SDS (sodium dodecyl sulfate). It may also be made of other Compounds in proportions using CompoundMeasurements to enumerate the Compounds and their amounts such as LB (Luria Broth) Media.
| Method Summary | |
|---|---|
CompoundMeasurement[] |
getComponentCompounds()
Returns the value of this Compound object's componentCompounds attribute. |
OntologyEntry[] |
getCompoundIndices()
Returns the value of this Compound object's compoundIndices attribute. |
DatabaseEntry |
getExternalLIMS()
Returns the value of this Compound object's externalLIMS attribute. |
java.lang.Boolean |
getIsSolvent()
Returns the value of this Compound object's isSolvent attribute. |
void |
setComponentCompounds(CompoundMeasurement[] p_componentCompounds)
Sets the componentCompounds attribute. |
void |
setCompoundIndices(OntologyEntry[] p_compoundIndices)
Sets the compoundIndices attribute. |
void |
setExternalLIMS(DatabaseEntry p_externalLIMS)
Sets the externalLIMS attribute. |
void |
setIsSolvent(java.lang.Boolean p_isSolvent)
Sets the isSolvent attribute. |
| 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 setIsSolvent(java.lang.Boolean p_isSolvent)
Compound object.
p_isSolvent - The new value for isSolvent.getIsSolvent()java.lang.Boolean getIsSolvent()
Compound object's isSolvent attribute.
Description of isSolvent:
A Compound may be a special case Solvent.
boolean The value of isSolvent.void setComponentCompounds(CompoundMeasurement[] p_componentCompounds)
Compound object.
p_componentCompounds - The new value for componentCompounds.getComponentCompounds()CompoundMeasurement[] getComponentCompounds()
Compound object's componentCompounds attribute.
gov.nih.nci.mageom.bean.BioMaterial.CompoundMeasurement[] The value of componentCompounds.CompoundMeasurementvoid setCompoundIndices(OntologyEntry[] p_compoundIndices)
Compound object.
p_compoundIndices - The new value for compoundIndices.getCompoundIndices()OntologyEntry[] getCompoundIndices()
Compound object's compoundIndices attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of compoundIndices.OntologyEntryvoid setExternalLIMS(DatabaseEntry p_externalLIMS)
Compound object.
p_externalLIMS - The new value for externalLIMS.getExternalLIMS()DatabaseEntry getExternalLIMS()
Compound object's externalLIMS attribute.
gov.nih.nci.mageom.bean.Description.DatabaseEntry The value of externalLIMS.DatabaseEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||