public final class AppPlugin
extends Object
| Constructor and Description |
|---|
AppPlugin(String id,
String name,
boolean enabled)
Creates a new
AppPlugin instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The Plug-in ID.
|
String |
getName()
The name of the Plug-in.
|
int |
hashCode() |
boolean |
isEnabled()
The status of the Plug-in.
|
String |
toString() |
@ConstructorProperties(value={"id","name","enabled"})
public AppPlugin(String id,
String name,
boolean enabled)
AppPlugin instance.id - The Plug-in ID.name - The name of the Plug-in.enabled - The status of the Plug-in. true for active Plug-in, and false for inactive Plug-in.public String getId()
public String getName()
public boolean isEnabled()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object