Class Created

    • Constructor Detail

      • Created

        public Created()
    • Method Detail

      • deleteDay

        public void deleteDay()
      • deleteHour

        public void deleteHour()
      • deleteMin

        public void deleteMin()
      • deleteSec

        public void deleteSec()
      • deleteYear

        public void deleteYear()
      • getContent

        public BigDecimal getContent()
        Returns the value of field 'content'. The field 'content' has the following description: internal content storage
        Returns:
        the value of field 'Content'.
      • getDay

        public Integer getDay()
        Returns the value of field 'day'.
        Returns:
        the value of field 'Day'.
      • getHour

        public Integer getHour()
        Returns the value of field 'hour'.
        Returns:
        the value of field 'Hour'.
      • getMin

        public Integer getMin()
        Returns the value of field 'min'.
        Returns:
        the value of field 'Min'.
      • getMonth

        public String getMonth()
        Returns the value of field 'month'.
        Returns:
        the value of field 'Month'.
      • getPeriod

        public String getPeriod()
        Returns the value of field 'period'.
        Returns:
        the value of field 'Period'.
      • getSec

        public Integer getSec()
        Returns the value of field 'sec'.
        Returns:
        the value of field 'Sec'.
      • getYear

        public Integer getYear()
        Returns the value of field 'year'.
        Returns:
        the value of field 'Year'.
      • hasDay

        public boolean hasDay()
        Method hasDay.
        Returns:
        true if at least one Day has been added
      • hasHour

        public boolean hasHour()
        Method hasHour.
        Returns:
        true if at least one Hour has been added
      • hasMin

        public boolean hasMin()
        Method hasMin.
        Returns:
        true if at least one Min has been added
      • hasSec

        public boolean hasSec()
        Method hasSec.
        Returns:
        true if at least one Sec has been added
      • hasYear

        public boolean hasYear()
        Method hasYear.
        Returns:
        true if at least one Year has been added
      • setContent

        public void setContent​(BigDecimal content)
        Sets the value of field 'content'. The field 'content' has the following description: internal content storage
        Parameters:
        content - the value of field 'content'.
      • setDay

        public void setDay​(Integer day)
        Sets the value of field 'day'.
        Parameters:
        day - the value of field 'day'.
      • setHour

        public void setHour​(Integer hour)
        Sets the value of field 'hour'.
        Parameters:
        hour - the value of field 'hour'.
      • setMin

        public void setMin​(Integer min)
        Sets the value of field 'min'.
        Parameters:
        min - the value of field 'min'.
      • setMonth

        public void setMonth​(String month)
        Sets the value of field 'month'.
        Parameters:
        month - the value of field 'month'.
      • setPeriod

        public void setPeriod​(String period)
        Sets the value of field 'period'.
        Parameters:
        period - the value of field 'period'.
      • setSec

        public void setSec​(Integer sec)
        Sets the value of field 'sec'.
        Parameters:
        sec - the value of field 'sec'.
      • setYear

        public void setYear​(Integer year)
        Sets the value of field 'year'.
        Parameters:
        year - the value of field 'year'.