com.ibm.tivoli.maximo.skd.model

Class SKDViewerAppletExtensionInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.SKDViewerAppletExtensionInfo
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable


    public class SKDViewerAppletExtensionInfo
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Extension Name.
      • className

        public java.lang.String className
        Class that implements the Applet extension interface to control the Gantt View behavior.
    • Constructor Detail

      • SKDViewerAppletExtensionInfo

        public SKDViewerAppletExtensionInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the extension.
        Returns:
      • setName

        public void setName(java.lang.String name)
        Sets the name of the extension.
        Parameters:
        name -
      • getClassName

        public java.lang.String getClassName()
        Returns the name of the class that implements the Applet extension interface.
        Returns:
        class name
      • setClassName

        public void setClassName(java.lang.String className)
        Sets the name of the class that implements the Applet extension interface.
        Parameters:
        className -