public class Day
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Day(int day)
Constructs a Day with the given values No timezone is specified
|
Day(int day,
java.lang.String timezone)
Constructs a Day with the given values, including a timezone string The timezone is validated
but not used.
|
Day(java.lang.String source)
Construct a Day from a String in the format ---DD[timezone]
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getDay() |
java.lang.String |
getTimezone() |
int |
hashCode()
Return the value of day XORed with the hashCode of timezone iff one is defined.
|
void |
setDay(int day)
Set the day
|
void |
setTimezone(java.lang.String timezone) |
void |
setValue(int day) |
void |
setValue(int day,
java.lang.String timezone) |
java.lang.String |
toString() |
public Day(int day)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic Day(int day,
java.lang.String timezone)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic Day(java.lang.String source)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic int getDay()
public void setDay(int day)
public java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone)
public void setValue(int day,
java.lang.String timezone)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setValue(int day)
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-2015 The Apache Software Foundation. All Rights Reserved.