FourMS
Class FilterDetails

java.lang.Object
  extended by FourMS.FilterDetails

public class FilterDetails
extends java.lang.Object

This is a container class to hold the details of the filters associated with an instrument

Version:
$Id: FilterDetails.java,v 1.1 2005/02/10 10:10:22 cb Exp $
Author:
Craige Bevil

Field Summary
 java.lang.String MechanismName
          This is the name of the mechanism
 int PositionsInMechanism
          This is the number of positions for filters in this mechanism available.
 
Constructor Summary
FilterDetails(java.lang.String MechanismName, int PositionsInMechanism)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MechanismName

public java.lang.String MechanismName
This is the name of the mechanism


PositionsInMechanism

public int PositionsInMechanism
This is the number of positions for filters in this mechanism available.

Constructor Detail

FilterDetails

public FilterDetails(java.lang.String MechanismName,
                     int PositionsInMechanism)