com.ibm.tivoli.maximo.skd.model

Interface IMXGanttPropertyInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean canBeGrouped()
      Flag to indicate if the property can be grouped.
      boolean canBeSorted()
      Flag to indicate if property can be sorted or not
      boolean canEdit()
      Returns true if the property is editable in the Gantt
      java.util.HashMap getApplinkAppList(java.lang.String objectName)
      Get app link map for a property
      java.lang.String getApplinkObject(java.lang.String objectName)
      Get applink object for a property
      java.lang.String getAttrName(java.lang.String objectName)
      Get attribute name for an object name
      int getDataType()
      Get data type of the property
      int getLength()
      Get length of the property
      java.lang.String getPropertyName()
      Get property name
      int getScale()
      Get scale of the property
      java.lang.String getTextDirection()
      Get text direction for a property
      java.lang.String getTitle()
      Get property title
      int getWidth()
      gets the column width
      boolean hasApplink()
      Flag to indicate if property has applink or not
      boolean isAlwaysVisible()
      Flag to indicate if property is always visible or not
      boolean isFilterable()
      Flag to indicate if property is filterable or not
      boolean isInternal()
      Flag to indicate if property is internal or not
      boolean isNumeric()
      Flag to indicate if property is numeric or not
      void setCanEdit(boolean val)
      Set's whether or not the property can be editable in the gantt
      void setTitle(java.lang.String title)
      set property title
      void setWidth(int w)
      sets the column width
      boolean showTable()
      Flag to indicate if property to be shown in gantt or not
    • Method Detail

      • getPropertyName

        java.lang.String getPropertyName()
        Get property name
        Returns:
        property name
      • getTitle

        java.lang.String getTitle()
        Get property title
        Returns:
        property title
      • setTitle

        void setTitle(java.lang.String title)
        set property title
        Parameters:
        title -
      • getAttrName

        java.lang.String getAttrName(java.lang.String objectName)
        Get attribute name for an object name
        Parameters:
        objectName -
        Returns:
        attribute name
      • getLength

        int getLength()
        Get length of the property
        Returns:
        property length
      • getScale

        int getScale()
        Get scale of the property
        Returns:
        property scale
      • getDataType

        int getDataType()
        Get data type of the property
        Returns:
        property data type
      • isInternal

        boolean isInternal()
        Flag to indicate if property is internal or not
        Returns:
        true if internal else false
      • isNumeric

        boolean isNumeric()
        Flag to indicate if property is numeric or not
        Returns:
        true if numeric else false
      • isFilterable

        boolean isFilterable()
        Flag to indicate if property is filterable or not
        Returns:
        true if filterable else false
      • showTable

        boolean showTable()
        Flag to indicate if property to be shown in gantt or not
        Returns:
        true if shown in gantt else false
      • hasApplink

        boolean hasApplink()
        Flag to indicate if property has applink or not
        Returns:
        true if property has applink else false
      • getApplinkAppList

        java.util.HashMap getApplinkAppList(java.lang.String objectName)
        Get app link map for a property
        Parameters:
        objectName -
        Returns:
        app link map
      • getApplinkObject

        java.lang.String getApplinkObject(java.lang.String objectName)
        Get applink object for a property
        Parameters:
        objectName -
        Returns:
        applink object
      • isAlwaysVisible

        boolean isAlwaysVisible()
        Flag to indicate if property is always visible or not
        Returns:
        true if property always visible else false
      • getTextDirection

        java.lang.String getTextDirection()
        Get text direction for a property
        Returns:
        text direction
      • canBeSorted

        boolean canBeSorted()
        Flag to indicate if property can be sorted or not
        Returns:
        true if property can be sorted else false
      • canBeGrouped

        boolean canBeGrouped()
        Flag to indicate if the property can be grouped.
        Returns:
      • getWidth

        int getWidth()
        gets the column width
        Returns:
      • setWidth

        void setWidth(int w)
        sets the column width
        Parameters:
        w -
      • canEdit

        boolean canEdit()
        Returns true if the property is editable in the Gantt
        Returns:
      • setCanEdit

        void setCanEdit(boolean val)
        Set's whether or not the property can be editable in the gantt
        Parameters:
        val -