Class Created

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      Created()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteDay()  
      void deleteHour()  
      void deleteMin()  
      void deleteSec()  
      void deleteYear()  
      java.math.BigDecimal getContent()
      Returns the value of field 'content'.
      java.lang.Integer getDay()
      Returns the value of field 'day'.
      java.lang.Integer getHour()
      Returns the value of field 'hour'.
      java.lang.Integer getMin()
      Returns the value of field 'min'.
      java.lang.String getMonth()
      Returns the value of field 'month'.
      java.lang.String getPeriod()
      Returns the value of field 'period'.
      java.lang.Integer getSec()
      Returns the value of field 'sec'.
      java.lang.Integer getYear()
      Returns the value of field 'year'.
      boolean hasDay()
      Method hasDay.
      boolean hasHour()
      Method hasHour.
      boolean hasMin()
      Method hasMin.
      boolean hasSec()
      Method hasSec.
      boolean hasYear()
      Method hasYear.
      void setContent​(java.math.BigDecimal content)
      Sets the value of field 'content'.
      void setDay​(java.lang.Integer day)
      Sets the value of field 'day'.
      void setHour​(java.lang.Integer hour)
      Sets the value of field 'hour'.
      void setMin​(java.lang.Integer min)
      Sets the value of field 'min'.
      void setMonth​(java.lang.String month)
      Sets the value of field 'month'.
      void setPeriod​(java.lang.String period)
      Sets the value of field 'period'.
      void setSec​(java.lang.Integer sec)
      Sets the value of field 'sec'.
      void setYear​(java.lang.Integer year)
      Sets the value of field 'year'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.math.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 java.lang.Integer getDay()
        Returns the value of field 'day'.
        Returns:
        the value of field 'Day'.
      • getHour

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

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

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

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

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

        public java.lang.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​(java.math.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​(java.lang.Integer day)
        Sets the value of field 'day'.
        Parameters:
        day - the value of field 'day'.
      • setHour

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

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

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

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

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

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