|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.search.query.impl.DateTerm
public class DateTerm
Field Summary | |
---|---|
static int |
AFTER
|
static int |
BEFORE
|
static int |
ON
|
Constructor Summary | |
---|---|
DateTerm(java.lang.String field,
long time,
int temporal)
|
Method Summary | |
---|---|
java.lang.String |
getField()
|
int |
getTemporal()
|
long |
getTime()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BEFORE
public static final int AFTER
public static final int ON
Constructor Detail |
---|
public DateTerm(java.lang.String field, long time, int temporal)
Method Detail |
---|
public java.lang.String getField()
public int getTemporal()
public long getTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |