Gantt 2.3

com.ontimize.gantt.ganttUtilities
Class GanttUtilities

java.lang.Object
  extended bycom.ontimize.gantt.ganttUtilities.GanttUtilities

public class GanttUtilities
extends java.lang.Object


Constructor Summary
GanttUtilities()
           
 
Method Summary
static java.sql.Date createDate(java.lang.Object value)
           
static java.util.Vector createParentKeyandOtherKeys(java.util.Vector keys, java.util.Vector parentkeys)
          This method returns a Vector with two vectors inside.
static java.sql.Timestamp createTimeStamp(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttUtilities

public GanttUtilities()
Method Detail

createDate

public static java.sql.Date createDate(java.lang.Object value)

createTimeStamp

public static java.sql.Timestamp createTimeStamp(java.lang.Object value)

createParentKeyandOtherKeys

public static java.util.Vector createParentKeyandOtherKeys(java.util.Vector keys,
                                                           java.util.Vector parentkeys)
This method returns a Vector with two vectors inside. First vector with size=1 and second with remaining of two vector passed in parameters.

Returns:
Vector for parentkey in position 0 and vector for otherkeys in position 1

Gantt