Class Feature
java.lang.Object
com.netscape.certsrv.system.Feature
- All Implemented Interfaces:
JSONSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()booleanvoidsetDescription(String description) voidsetEnabled(boolean enabled) voidvoidsetVersion(String version) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getVersion
-
setVersion
-
hashCode
-
equals
-