public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFilterID() |
FilterLocation |
getFilterLocation() |
String |
getName() |
double |
getWeight() |
boolean |
isOnAutoChanger() |
boolean |
isOnCarousel() |
boolean |
isOut() |
boolean |
isUnknown() |
void |
setFilterID(Integer filterID) |
void |
setFilterLocation(FilterLocation filterLocation) |
void |
setName(String name) |
void |
setWeight(double weight) |
String |
toString() |
public String getName()
public void setName(String name)
public boolean isOnCarousel()
public boolean isOnAutoChanger()
public boolean isOut()
public boolean isUnknown()
public FilterLocation getFilterLocation()
public void setFilterLocation(FilterLocation filterLocation)
public Integer getFilterID()
public void setFilterID(Integer filterID)
public double getWeight()
public void setWeight(double weight)
Copyright © 2014 LSST. All Rights Reserved.