org.biomage.Interface
Interface HasFeatureLIMSs

All Known Implementing Classes:
ArrayManufacture

public interface HasFeatureLIMSs


Nested Class Summary
static class HasFeatureLIMSs.FeatureLIMSs_list
          Inner list class for holding multiple entries for attribute featureLIMSs.
 
Method Summary
 void addToFeatureLIMSs(int position, ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS at position to FeatureLIMSs_list
 void addToFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS to FeatureLIMSs_list
 HasFeatureLIMSs.FeatureLIMSs_list getFeatureLIMSs()
          Get method for featureLIMSs
 ManufactureLIMS getFromFeatureLIMSs(int position)
          Method to get ManufactureLIMS from FeatureLIMSs_list
 void removeElementAtFromFeatureLIMSs(int position)
          Method to remove by position from FeatureLIMSs_list
 void removeFromFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to remove first ManufactureLIMS from FeatureLIMSs_list
 void setFeatureLIMSs(HasFeatureLIMSs.FeatureLIMSs_list featureLIMSs)
          Set method for featureLIMSs
 

Method Detail

setFeatureLIMSs

public void setFeatureLIMSs(HasFeatureLIMSs.FeatureLIMSs_list featureLIMSs)
Set method for featureLIMSs


getFeatureLIMSs

public HasFeatureLIMSs.FeatureLIMSs_list getFeatureLIMSs()
Get method for featureLIMSs

Returns:
value of the attribute

addToFeatureLIMSs

public void addToFeatureLIMSs(ManufactureLIMS manufactureLIMS)
Method to add ManufactureLIMS to FeatureLIMSs_list


addToFeatureLIMSs

public void addToFeatureLIMSs(int position,
                              ManufactureLIMS manufactureLIMS)
Method to add ManufactureLIMS at position to FeatureLIMSs_list


getFromFeatureLIMSs

public ManufactureLIMS getFromFeatureLIMSs(int position)
Method to get ManufactureLIMS from FeatureLIMSs_list


removeElementAtFromFeatureLIMSs

public void removeElementAtFromFeatureLIMSs(int position)
Method to remove by position from FeatureLIMSs_list


removeFromFeatureLIMSs

public void removeFromFeatureLIMSs(ManufactureLIMS manufactureLIMS)
Method to remove first ManufactureLIMS from FeatureLIMSs_list



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