com.ibm.tivoli.maximo.skd.model

Class SKDResourceViewInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.SKDResourceViewInfo
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String className
      Class that implements the Resource View specific interface to control the initialization and behavior of the Resource View.
      java.lang.String iconName
      Icon name for the Resource View
      int index
      Index position of the Resource View.
      boolean isResourceViewEnabled
      isResourceViewEnabled
      java.lang.String name
      Name of the Resource View.
      java.lang.String projectId
      projectId
      java.lang.String title
      Title of the Resource view
      java.lang.String toolTip
      Tooltip for the Resource View
      java.lang.String useWith
      useWith value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getClassName()
      Returns the name of the class that implements the initialization and behavior of the Resource View.
      java.lang.String getIconName()
      Returns the Icon Name for the Resource View.
      int getIndex()
      Returns the index position of the Resource View.
      java.lang.String getName()
      Returns the name of the Resource View.
      java.lang.String getProjectId()
      Returns the Icon Name for the Resource View.
      java.lang.String getTitle()
      Returns the title of the Resource View
      java.lang.String getToolTip()
      Returns the tooltip for the Resource View
      java.lang.String getUseWith()
      Returns useWith value to indicate if it is used for Scheduler or Graphical assignment
      boolean isResourceViewEnabled()
      Returns the Icon Name for the Resource View.
      void setClassName(java.lang.String className)
      Sets the name of the class that implements the initialization and behavior of the Resource View.
      void setIconName(java.lang.String iconName)
      Sets the Icon Name for the Resource View
      void setIndex(int index)
      Sets the index position of the Resource View.
      void setIsResourceViewEnabled(boolean isResourceViewEnabled)
      Sets the isResourceHourViewEnabled flag for the Resource View
      void setName(java.lang.String name)
      Sets the name of the Resource View.
      void setProjectId(java.lang.String projId)
      Sets the Icon Name for the Resource View
      void setTitle(java.lang.String title)
      Sets the title of the Resource View
      void setToolTip(java.lang.String toolTip)
      Sets the tooltip for the Resource View
      void setUseWith(java.lang.String useWith)
      Sets useWith value to indicate if it is used for Scheduler or Graphical assignment
      • 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
        Name of the Resource View.
      • title

        public java.lang.String title
        Title of the Resource view
      • className

        public java.lang.String className
        Class that implements the Resource View specific interface to control the initialization and behavior of the Resource View.
      • index

        public int index
        Index position of the Resource View.
      • toolTip

        public java.lang.String toolTip
        Tooltip for the Resource View
      • iconName

        public java.lang.String iconName
        Icon name for the Resource View
      • useWith

        public java.lang.String useWith
        useWith value
      • projectId

        public java.lang.String projectId
        projectId
      • isResourceViewEnabled

        public boolean isResourceViewEnabled
        isResourceViewEnabled
    • Constructor Detail

      • SKDResourceViewInfo

        public SKDResourceViewInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the Resource View.
        Specified by:
        getName in interface ISKDResourceViewInfo
        Returns:
      • setName

        public void setName(java.lang.String name)
        Sets the name of the Resource View.
        Parameters:
        name -
      • getTitle

        public java.lang.String getTitle()
        Returns the title of the Resource View
        Specified by:
        getTitle in interface ISKDResourceViewInfo
        Returns:
      • setTitle

        public void setTitle(java.lang.String title)
        Sets the title of the Resource View
        Parameters:
        title -
      • getClassName

        public java.lang.String getClassName()
        Returns the name of the class that implements the initialization and behavior of the Resource View.
        Specified by:
        getClassName in interface ISKDResourceViewInfo
        Returns:
        class name
      • setClassName

        public void setClassName(java.lang.String className)
        Sets the name of the class that implements the initialization and behavior of the Resource View.
        Parameters:
        className -
      • getUseWith

        public java.lang.String getUseWith()
        Returns useWith value to indicate if it is used for Scheduler or Graphical assignment
        Specified by:
        getUseWith in interface ISKDResourceViewInfo
        Returns:
        class name
      • setUseWith

        public void setUseWith(java.lang.String useWith)
        Sets useWith value to indicate if it is used for Scheduler or Graphical assignment
        Parameters:
        className -
      • getIndex

        public int getIndex()
        Returns the index position of the Resource View.
        Specified by:
        getIndex in interface ISKDResourceViewInfo
        Returns:
      • setIndex

        public void setIndex(int index)
        Sets the index position of the Resource View.
        Parameters:
        index -
      • getToolTip

        public java.lang.String getToolTip()
        Returns the tooltip for the Resource View
        Specified by:
        getToolTip in interface ISKDResourceViewInfo
        Returns:
      • setToolTip

        public void setToolTip(java.lang.String toolTip)
        Sets the tooltip for the Resource View
        Parameters:
        toolTip -
      • getIconName

        public java.lang.String getIconName()
        Returns the Icon Name for the Resource View.
        Specified by:
        getIconName in interface ISKDResourceViewInfo
        Returns:
      • setIconName

        public void setIconName(java.lang.String iconName)
        Sets the Icon Name for the Resource View
        Parameters:
        iconName -
      • getProjectId

        public java.lang.String getProjectId()
        Returns the Icon Name for the Resource View.
        Specified by:
        getProjectId in interface ISKDResourceViewInfo
        Returns:
      • setProjectId

        public void setProjectId(java.lang.String projId)
        Sets the Icon Name for the Resource View
        Parameters:
        iconName -
      • setIsResourceViewEnabled

        public void setIsResourceViewEnabled(boolean isResourceViewEnabled)
        Sets the isResourceHourViewEnabled flag for the Resource View
        Parameters:
        isResourceHourViewEnabled -