Class Day

  • All Implemented Interfaces:
    java.io.Serializable

    public class Day
    extends java.lang.Object
    implements java.io.Serializable
    Class Day.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Day()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteDate()  
      void deletePctValue()  
      void deleteVisible()  
      java.lang.Integer getDate()
      Returns the value of field 'date'.
      java.lang.Double getPctValue()
      Returns the value of field 'pctValue'.
      java.lang.Boolean getVisible()
      Returns the value of field 'visible'.
      boolean hasDate()
      Method hasDate.
      boolean hasPctValue()
      Method hasPctValue.
      boolean hasVisible()
      Method hasVisible.
      java.lang.Boolean isVisible()
      Returns the value of field 'visible'.
      void setDate​(java.lang.Integer date)
      Sets the value of field 'date'.
      void setPctValue​(java.lang.Double pctValue)
      Sets the value of field 'pctValue'.
      void setVisible​(java.lang.Boolean visible)
      Sets the value of field 'visible'.
      • Methods inherited from class java.lang.Object

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

      • Day

        public Day()
    • Method Detail

      • deleteDate

        public void deleteDate()
      • deletePctValue

        public void deletePctValue()
      • deleteVisible

        public void deleteVisible()
      • getDate

        public java.lang.Integer getDate()
        Returns the value of field 'date'.
        Returns:
        the value of field 'Date'.
      • getPctValue

        public java.lang.Double getPctValue()
        Returns the value of field 'pctValue'.
        Returns:
        the value of field 'PctValue'.
      • getVisible

        public java.lang.Boolean getVisible()
        Returns the value of field 'visible'.
        Returns:
        the value of field 'Visible'.
      • hasDate

        public boolean hasDate()
        Method hasDate.
        Returns:
        true if at least one Date has been added
      • hasPctValue

        public boolean hasPctValue()
        Method hasPctValue.
        Returns:
        true if at least one PctValue has been added
      • hasVisible

        public boolean hasVisible()
        Method hasVisible.
        Returns:
        true if at least one Visible has been added
      • isVisible

        public java.lang.Boolean isVisible()
        Returns the value of field 'visible'.
        Returns:
        the value of field 'Visible'.
      • setDate

        public void setDate​(java.lang.Integer date)
        Sets the value of field 'date'.
        Parameters:
        date - the value of field 'date'.
      • setPctValue

        public void setPctValue​(java.lang.Double pctValue)
        Sets the value of field 'pctValue'.
        Parameters:
        pctValue - the value of field 'pctValue'.
      • setVisible

        public void setVisible​(java.lang.Boolean visible)
        Sets the value of field 'visible'.
        Parameters:
        visible - the value of field 'visible'.