Class YearMonthWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public class YearMonthWrapper
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.YearMonth getValue()  
      int hashCode()  
      void setValue​(java.time.YearMonth value)  
      • Methods inherited from class java.lang.Object

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

      • YearMonthWrapper

        public YearMonthWrapper()
      • YearMonthWrapper

        public YearMonthWrapper​(java.time.YearMonth value)
    • Method Detail

      • getValue

        public java.time.YearMonth getValue()
      • setValue

        public void setValue​(java.time.YearMonth value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object