public class Month
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Month(int month)
Constructs a Month with the given values No timezone is specified
|
Month(int month,
java.lang.String timezone)
Constructs a Month with the given values, including a timezone string The timezone is
validated but not used.
|
Month(java.lang.String source)
Construct a Month from a String in the format --MM--[timezone]
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getMonth() |
java.lang.String |
getTimezone() |
int |
hashCode()
Return the value of month XORed with the hashCode of timezone iff one is defined.
|
void |
setMonth(int month) |
void |
setTimezone(java.lang.String timezone) |
void |
setValue(int month) |
void |
setValue(int month,
java.lang.String timezone) |
java.lang.String |
toString() |
public Month(int month)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic Month(int month,
java.lang.String timezone)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic Month(java.lang.String source)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic int getMonth()
public void setMonth(int month)
public java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone)
public void setValue(int month,
java.lang.String timezone)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setValue(int month)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectint valueCopyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.