com.ibm.tivoli.maximo.skd.model

Interface ISKDResourceViewInfo

    • Method Summary

      All Methods Instance Methods Abstract 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 projectId for the project
      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 isResourceHourViewEnabled flag for the project
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the Resource View.
        Returns:
      • getTitle

        java.lang.String getTitle()
        Returns the title of the Resource View
        Returns:
      • getClassName

        java.lang.String getClassName()
        Returns the name of the class that implements the initialization and behavior of the Resource View.
        Returns:
        class name
      • getIndex

        int getIndex()
        Returns the index position of the Resource View.
        Returns:
      • getToolTip

        java.lang.String getToolTip()
        Returns the tooltip for the Resource View
        Returns:
      • getIconName

        java.lang.String getIconName()
        Returns the Icon Name for the Resource View.
        Returns:
      • getUseWith

        java.lang.String getUseWith()
        Returns useWith value to indicate if it is used for Scheduler or Graphical assignment
        Returns:
        class name
      • getProjectId

        java.lang.String getProjectId()
        Returns projectId for the project
        Returns:
        projectId
      • isResourceViewEnabled

        boolean isResourceViewEnabled()
        Returns isResourceHourViewEnabled flag for the project
        Returns:
        isResourceHourViewEnabled flag