Class DateObject


  • public class DateObject
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DateObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate()  
      void setDate​(java.util.Date date)  
      • Methods inherited from class java.lang.Object

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

      • DateObject

        public DateObject()
    • Method Detail

      • getDate

        public java.util.Date getDate()
      • setDate

        public void setDate​(java.util.Date date)