org.biomage.Interface
Interface HasHardwares

All Known Implementing Classes:
Protocol

public interface HasHardwares


Nested Class Summary
static class HasHardwares.Hardwares_list
          Inner list class for holding multiple entries for attribute hardwares.
 
Method Summary
 void addToHardwares(Hardware hardware)
          Method to add Hardware to Hardwares_list
 void addToHardwares(int position, Hardware hardware)
          Method to add Hardware at position to Hardwares_list
 Hardware getFromHardwares(int position)
          Method to get Hardware from Hardwares_list
 HasHardwares.Hardwares_list getHardwares()
          Get method for hardwares
 void removeElementAtFromHardwares(int position)
          Method to remove by position from Hardwares_list
 void removeFromHardwares(Hardware hardware)
          Method to remove first Hardware from Hardwares_list
 void setHardwares(HasHardwares.Hardwares_list hardwares)
          Set method for hardwares
 

Method Detail

setHardwares

public void setHardwares(HasHardwares.Hardwares_list hardwares)
Set method for hardwares


getHardwares

public HasHardwares.Hardwares_list getHardwares()
Get method for hardwares

Returns:
value of the attribute

addToHardwares

public void addToHardwares(Hardware hardware)
Method to add Hardware to Hardwares_list


addToHardwares

public void addToHardwares(int position,
                           Hardware hardware)
Method to add Hardware at position to Hardwares_list


getFromHardwares

public Hardware getFromHardwares(int position)
Method to get Hardware from Hardwares_list


removeElementAtFromHardwares

public void removeElementAtFromHardwares(int position)
Method to remove by position from Hardwares_list


removeFromHardwares

public void removeFromHardwares(Hardware hardware)
Method to remove first Hardware from Hardwares_list



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