org.biomage.Interface
Interface HasTopLevelBioAssays

All Known Implementing Classes:
ExperimentDesign

public interface HasTopLevelBioAssays


Nested Class Summary
static class HasTopLevelBioAssays.TopLevelBioAssays_list
          Inner list class for holding multiple entries for attribute topLevelBioAssays.
 
Method Summary
 void addToTopLevelBioAssays(BioAssay bioAssay)
          Method to add BioAssay to TopLevelBioAssays_list
 void addToTopLevelBioAssays(int position, BioAssay bioAssay)
          Method to add BioAssay at position to TopLevelBioAssays_list
 BioAssay getFromTopLevelBioAssays(int position)
          Method to get BioAssay from TopLevelBioAssays_list
 HasTopLevelBioAssays.TopLevelBioAssays_list getTopLevelBioAssays()
          Get method for topLevelBioAssays
 void removeElementAtFromTopLevelBioAssays(int position)
          Method to remove by position from TopLevelBioAssays_list
 void removeFromTopLevelBioAssays(BioAssay bioAssay)
          Method to remove first BioAssay from TopLevelBioAssays_list
 void setTopLevelBioAssays(HasTopLevelBioAssays.TopLevelBioAssays_list topLevelBioAssays)
          Set method for topLevelBioAssays
 

Method Detail

setTopLevelBioAssays

public void setTopLevelBioAssays(HasTopLevelBioAssays.TopLevelBioAssays_list topLevelBioAssays)
Set method for topLevelBioAssays


getTopLevelBioAssays

public HasTopLevelBioAssays.TopLevelBioAssays_list getTopLevelBioAssays()
Get method for topLevelBioAssays

Returns:
value of the attribute

addToTopLevelBioAssays

public void addToTopLevelBioAssays(BioAssay bioAssay)
Method to add BioAssay to TopLevelBioAssays_list


addToTopLevelBioAssays

public void addToTopLevelBioAssays(int position,
                                   BioAssay bioAssay)
Method to add BioAssay at position to TopLevelBioAssays_list


getFromTopLevelBioAssays

public BioAssay getFromTopLevelBioAssays(int position)
Method to get BioAssay from TopLevelBioAssays_list


removeElementAtFromTopLevelBioAssays

public void removeElementAtFromTopLevelBioAssays(int position)
Method to remove by position from TopLevelBioAssays_list


removeFromTopLevelBioAssays

public void removeFromTopLevelBioAssays(BioAssay bioAssay)
Method to remove first BioAssay from TopLevelBioAssays_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.