public class NodeFeatureDesc
extends java.lang.Object
Constructor and Description |
---|
NodeFeatureDesc() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Feature |
getFeature() |
int |
hashCode() |
boolean |
isProvisioned()
Indicates whether this feature has been provisioned in the runtime as last known
to administrator.
|
boolean |
isSelected()
Indicates whether this feature has been currently selected for enabling on the node.
|
void |
setFeature(Feature feature) |
void |
setProvisioned(boolean isProvisioned) |
void |
setSelected(boolean isSelected) |
java.lang.String |
toString() |
public boolean isProvisioned()
public void setProvisioned(boolean isProvisioned)
public Feature getFeature()
public void setFeature(Feature feature)
public boolean isSelected()
public void setSelected(boolean isSelected)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object