public class SKDViewerAppletExtensionInfo extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SKDViewerAppletExtensionInfo>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
className
Class that implements the Applet extension interface
to control the Gantt View behavior.
|
java.lang.String |
name
Extension Name.
|
| Constructor and Description |
|---|
SKDViewerAppletExtensionInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SKDViewerAppletExtensionInfo o) |
java.lang.String |
getClassName()
Returns the name of the class that implements the
Applet extension interface.
|
java.lang.String |
getName()
Returns the name of the extension.
|
void |
setClassName(java.lang.String className)
Sets the name of the class that implements the
Applet extension interface.
|
void |
setName(java.lang.String name)
Sets the name of the extension.
|
public java.lang.String name
public java.lang.String className
public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - public int compareTo(SKDViewerAppletExtensionInfo o)
compareTo in interface java.lang.Comparable<SKDViewerAppletExtensionInfo>