Class WorkSpace


  • public class WorkSpace
    extends java.lang.Object
    Contains WorkSpace information
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkSpace()  
      WorkSpace​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDate()
      Returns the saved point date
      java.lang.String getDateFormat()
      Returns the date format used
      java.lang.String getDateGlobalizationSupport()
      Returns true if date globalization is supported
      java.lang.String getName()
      Returns the current workspace name
      java.lang.String getSavedPoint()
      Returns the saved point name
      boolean isDateTimestampWithZone()
      Returns true if timestamp contains time zone flag
      void setDate​(java.lang.String date)
      Sets the saved point date
      void setDateFormat​(java.lang.String dateFormat)
      Sets the date format to be used
      void setDateGlobalizationSupport​(java.lang.String dateGlobal)
      Sets true if date globalization is supported
      void setDatetimestamWithZone​(boolean zone)
      Sets true if timestamp contains time zone flag
      void setName​(java.lang.String name)
      Sets the current workspace name
      void setSavedPoint​(java.lang.String savedPoint)
      Sets the saved point name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkSpace

        public WorkSpace()
      • WorkSpace

        public WorkSpace​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the current workspace name
        Returns:
      • setName

        public void setName​(java.lang.String name)
        Sets the current workspace name
        Parameters:
        name -
      • getSavedPoint

        public java.lang.String getSavedPoint()
        Returns the saved point name
        Returns:
      • setSavedPoint

        public void setSavedPoint​(java.lang.String savedPoint)
        Sets the saved point name
        Parameters:
        savedPoint -
      • getDate

        public java.lang.String getDate()
        Returns the saved point date
        Returns:
      • setDate

        public void setDate​(java.lang.String date)
        Sets the saved point date
        Parameters:
        date -
      • getDateFormat

        public java.lang.String getDateFormat()
        Returns the date format used
        Returns:
      • setDateFormat

        public void setDateFormat​(java.lang.String dateFormat)
        Sets the date format to be used
        Parameters:
        dateFormat -
      • getDateGlobalizationSupport

        public java.lang.String getDateGlobalizationSupport()
        Returns true if date globalization is supported
        Returns:
      • setDateGlobalizationSupport

        public void setDateGlobalizationSupport​(java.lang.String dateGlobal)
        Sets true if date globalization is supported
        Parameters:
        dateGlobal -
      • isDateTimestampWithZone

        public boolean isDateTimestampWithZone()
        Returns true if timestamp contains time zone flag
        Returns:
      • setDatetimestamWithZone

        public void setDatetimestamWithZone​(boolean zone)
        Sets true if timestamp contains time zone flag
        Parameters:
        zone -