com.ibm.tivoli.maximo.skd.model

Class GanttConfigChanges

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


    public class GanttConfigChanges
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • STATE_SELECTACTIVITIES

        protected static final java.lang.String STATE_SELECTACTIVITIES
        See Also:
        Constant Field Values
      • STATE_SELECTRESOURCES

        protected static final java.lang.String STATE_SELECTRESOURCES
        See Also:
        Constant Field Values
    • Constructor Detail

      • GanttConfigChanges

        public GanttConfigChanges()
    • Method Detail

      • getProjectId

        public java.lang.String getProjectId()
        Get the project id
        Returns:
        project id
      • setProjectId

        public void setProjectId(java.lang.String projectId)
        Sets the project id
        Parameters:
        projectId -
      • getVSplitPaneDividerLocation

        public int getVSplitPaneDividerLocation()
        Get the location of Vertical split panel divider
        Returns:
        location of Vertical split panel divider
      • setVSplitPaneDividerLocation

        public void setVSplitPaneDividerLocation(int splitPaneDividerLocation)
        Sets location of Vertical split panel divider
        Parameters:
        splitPaneDividerLocation -
      • getHSplitPaneDividerLocation

        public int getHSplitPaneDividerLocation()
        Get the location of horizontal split panel divider
        Returns:
        location of horizontal split panel divider
      • setHSplitPaneDividerLocation

        public void setHSplitPaneDividerLocation(int splitPaneDividerLocation)
        Sets location of horizontal split panel divider
        Parameters:
        splitPaneDividerLocation -
      • getVisibleStartTime

        public long getVisibleStartTime()
        Get visible start time
        Returns:
        visible start time
      • setVisibleStartTime

        public void setVisibleStartTime(long visibleStartTime)
        Sets visible start time
        Parameters:
        visibleStartTime -
      • getVisibleInterval

        public long getVisibleInterval()
        Get visible interval
        Returns:
        visible interval
      • setVisibleInterval

        public void setVisibleInterval(long visibleInterval)
        Sets visible interval
        Parameters:
        visibleInterval -
      • getSelectedActivities

        public java.util.ArrayList getSelectedActivities()
        Get list of selected activities
        Returns:
        list of selected activities
      • setSelectedActivities

        public void setSelectedActivities(java.util.ArrayList selectedActivities)
        Set list of selected activities
        Parameters:
        ArrayList - of selected Activities
      • setVerticalScrollPosition

        public void setVerticalScrollPosition(int vScrollPos)
        Set Vertical Scroll Position
        Parameters:
        vScrollPos - Location of Vertical Scroll
      • getVerticalScrollPosition

        public int getVerticalScrollPosition()
        Get Vertical Scroll Position
        Returns:
        value representing location of the vertical scroll position.
      • getSelectedResources

        public java.util.ArrayList getSelectedResources()
        Get list of selected resources
        Returns:
        ArrayList of reources
      • setSelectedResources

        public void setSelectedResources(java.util.ArrayList selectedResources)
        Sets list of selected resources
        Parameters:
        ArrayList - of selected Resources
      • getPropertyData

        public java.util.HashMap getPropertyData()
        Get property data
        Returns:
        HashMap property data
      • setPropertyData

        public void setPropertyData(java.util.HashMap propertyData)
        Sets property data
        Parameters:
        HashMap - Object> propertyData
      • getPropertyValue

        public java.lang.Object getPropertyValue(java.lang.String propertyName)
        Get the property value for a property name
        Parameters:
        propertyName -
        Returns:
        property value
      • setPropertyValue

        public void setPropertyValue(java.lang.String propertyName,
                                     java.lang.Object value)
        Sets property name and value
        Parameters:
        propertyName -
        value -
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object