|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mailboxmanager.SearchQuery.DateOperator
public static final class SearchQuery.DateOperator
Operates on a date.
Field Summary | |
---|---|
static int |
AFTER
|
static int |
BEFORE
|
static int |
ON
|
Constructor Summary | |
---|---|
SearchQuery.DateOperator(int type,
int day,
int month,
int year)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getDay()
Gets the day-of-the-month. |
int |
getMonth()
Gets the month-of-the-year. |
int |
getType()
Gets the operator type. |
int |
getYear()
Gets the year. |
int |
hashCode()
|
java.lang.String |
toString()
Constructs a String with all attributes in name =
value format. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BEFORE
public static final int AFTER
public static final int ON
Constructor Detail |
---|
public SearchQuery.DateOperator(int type, int day, int month, int year)
Method Detail |
---|
public final int getDay()
public final int getMonth()
public final int getType()
BEFORE
, AFTER
or
ON
public final int getYear()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String toString()
String
with all attributes in name =
value format.
toString
in class java.lang.Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |