Class TimeRange
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.TimeRange
-
- All Implemented Interfaces:
Serializable
public class TimeRange extends Object implements Serializable
Represents a date and time range used in queries.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Timestamp
getFrom()
Timestamp
getTo()
int
hashCode()
void
setFrom(String from)
void
setFrom(Timestamp from)
void
setTo(String to)
void
setTo(Timestamp to)
String
toString()
-