|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.service.TemporalValue
public class TemporalValue
Represents a temporal value used as a query parameter.
| Constructor Summary | |
|---|---|
TemporalValue(Date value,
TemporalType type)
Creates a new instance. |
|
| Method Summary | |
|---|---|
TemporalType |
getType()
Returns the temporal type. |
Date |
getValue()
Returns the Date value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporalValue(Date value,
TemporalType type)
value - the valuetype - the temporal type| Method Detail |
|---|
public Date getValue()
public TemporalType getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||