org.jbind.xml.instance.data
Class GYearMonth

java.lang.Object
  extended byorg.jbind.xml.instance.data.GDate
      extended byorg.jbind.xml.instance.data.GYearMonth
All Implemented Interfaces:
IDateBase, IGDate, IGYearMonth, java.io.Serializable

public class GYearMonth
extends GDate
implements IGYearMonth

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbind.xml.instance.data.GDate
DEFAULT_DAY, DEFAULT_MONTH, DEFAULT_SIGN, DEFAULT_YEAR
 
Constructor Summary
GYearMonth(int aSign, int aYear, int aMonth, ITimeZone aTimeZone)
           
 
Method Summary
 CompareResult compareTo(IGYearMonth aDate)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jbind.xml.instance.data.GDate
doCompare, equals, getDay, getMonth, getSign, getTimeZone, getYear, hashCode, outputDay, outputMonth, outputSign, outputTimeZone, outputYear
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.data.IGYearMonth
getMonth, getSign, getYear
 
Methods inherited from interface org.jbind.xml.core.data.IGDate
getTimeZone
 

Constructor Detail

GYearMonth

public GYearMonth(int aSign,
                  int aYear,
                  int aMonth,
                  ITimeZone aTimeZone)
Method Detail

compareTo

public CompareResult compareTo(IGYearMonth aDate)
Specified by:
compareTo in interface IGYearMonth

toString

public java.lang.String toString()