|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayDesign
Describes the design of an gene expression layout. In some cases this might be virtual and, for instance, represent the output from analysis software at the composite level without reporters or features.
| Method Summary | |
|---|---|
CompositeGroup[] |
getCompositeGroups()
Returns the value of this ArrayDesign object's compositeGroups attribute. |
Contact[] |
getDesignProviders()
Returns the value of this ArrayDesign object's designProviders attribute. |
FeatureGroup[] |
getFeatureGroups()
Returns the value of this ArrayDesign object's featureGroups attribute. |
java.lang.Integer |
getNumberOfFeatures()
Returns the value of this ArrayDesign object's numberOfFeatures attribute. |
ProtocolApplication[] |
getProtocolApplications()
Returns the value of this ArrayDesign object's protocolApplications attribute. |
ReporterGroup[] |
getReporterGroups()
Returns the value of this ArrayDesign object's reporterGroups attribute. |
java.lang.String |
getVersion()
Returns the value of this ArrayDesign object's version attribute. |
void |
setCompositeGroups(CompositeGroup[] p_compositeGroups)
Sets the compositeGroups attribute. |
void |
setDesignProviders(Contact[] p_designProviders)
Sets the designProviders attribute. |
void |
setFeatureGroups(FeatureGroup[] p_featureGroups)
Sets the featureGroups attribute. |
void |
setNumberOfFeatures(java.lang.Integer p_numberOfFeatures)
Sets the numberOfFeatures attribute. |
void |
setProtocolApplications(ProtocolApplication[] p_protocolApplications)
Sets the protocolApplications attribute. |
void |
setReporterGroups(ReporterGroup[] p_reporterGroups)
Sets the reporterGroups attribute. |
void |
setVersion(java.lang.String p_version)
Sets the version 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 setVersion(java.lang.String p_version)
ArrayDesign object.
p_version - The new value for version.getVersion()java.lang.String getVersion()
ArrayDesign object's version attribute.
Description of version:
The version of this design.
String The value of version.void setNumberOfFeatures(java.lang.Integer p_numberOfFeatures)
ArrayDesign object.
p_numberOfFeatures - The new value for numberOfFeatures.getNumberOfFeatures()java.lang.Integer getNumberOfFeatures()
ArrayDesign object's numberOfFeatures attribute.
Description of numberOfFeatures:
The number of features for this array
int The value of numberOfFeatures.void setProtocolApplications(ProtocolApplication[] p_protocolApplications)
ArrayDesign object.
p_protocolApplications - The new value for protocolApplications.getProtocolApplications()ProtocolApplication[] getProtocolApplications()
ArrayDesign object's protocolApplications attribute.
gov.nih.nci.mageom.bean.Protocol.ProtocolApplication[] The value of protocolApplications.ProtocolApplicationvoid setCompositeGroups(CompositeGroup[] p_compositeGroups)
ArrayDesign object.
p_compositeGroups - The new value for compositeGroups.getCompositeGroups()CompositeGroup[] getCompositeGroups()
ArrayDesign object's compositeGroups attribute.
gov.nih.nci.mageom.bean.ArrayDesign.CompositeGroup[] The value of compositeGroups.CompositeGroupvoid setDesignProviders(Contact[] p_designProviders)
ArrayDesign object.
p_designProviders - The new value for designProviders.getDesignProviders()Contact[] getDesignProviders()
ArrayDesign object's designProviders attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of designProviders.Contactvoid setReporterGroups(ReporterGroup[] p_reporterGroups)
ArrayDesign object.
p_reporterGroups - The new value for reporterGroups.getReporterGroups()ReporterGroup[] getReporterGroups()
ArrayDesign object's reporterGroups attribute.
gov.nih.nci.mageom.bean.ArrayDesign.ReporterGroup[] The value of reporterGroups.ReporterGroupvoid setFeatureGroups(FeatureGroup[] p_featureGroups)
ArrayDesign object.
p_featureGroups - The new value for featureGroups.getFeatureGroups()FeatureGroup[] getFeatureGroups()
ArrayDesign object's featureGroups attribute.
gov.nih.nci.mageom.bean.ArrayDesign.FeatureGroup[] The value of featureGroups.FeatureGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||