planetj.license
Class Feature

java.lang.Object
  |
  +--planetj.license.Feature
All Implemented Interfaces:
Serializable

public class Feature
extends Object
implements Serializable

Feature for trial, professional, enterprise Creation date: (1/8/2003 3:50:12 PM)

See Also:
Serialized Form

Constructor Summary
Feature(String pName, String pDescription)
          Feature constructor comment.
 
Method Summary
 String getDescription()
          Insert the method's description here.
 String getName()
          Insert the method's description here.
 boolean isEnabled()
          Insert the method's description here.
 void setEnable(boolean pEnabled)
          Insert the method's description here.
 String toString()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Feature

public Feature(String pName,
               String pDescription)
Feature constructor comment.

Method Detail

getDescription

public String getDescription()
Insert the method's description here. Creation date: (1/8/2003 4:04:25 PM)

Returns:
java.lang.String

getName

public String getName()
Insert the method's description here. Creation date: (1/8/2003 4:03:55 PM)

Returns:
java.lang.String

isEnabled

public boolean isEnabled()
Insert the method's description here. Creation date: (1/8/2003 3:56:45 PM)

Returns:
boolean

setEnable

public void setEnable(boolean pEnabled)
Insert the method's description here. Creation date: (1/8/2003 3:52:39 PM)


toString

public String toString()
Insert the method's description here. Creation date: (1/8/2003 3:56:06 PM)

Overrides:
toString in class Object
Returns:
java.lang.String