ZMObject
|
+--ZMFilterOption
public class ZMFilterOption
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMFilterOption(string name, int id, boolean active) Create a new filter option. |
|
| Method Summary | |
|---|---|
| int | getId() Get the option id. |
| string | getName() Get the option name. |
| boolean | isActive() Check if this option is active. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMFilterOption(string name, int id, boolean active)
Create a new filter option.
public int getId()
Get the option id.
public string getName()
Get the option name.
public boolean isActive()
Check if this option is active.
true if this option is active, false, if not.
A single filter option.