Package com.storedobject.core
Class TimestampPeriod
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTimestampPeriod(Timestamp from, Timestamp to) TimestampPeriod(Calendar from, Calendar to) TimestampPeriod(Date from, Date to) -
Method Summary
Modifier and TypeMethodDescriptionprotected TimestampCreates a shallow copy of the provided object.protected booleanCompares two objects of type T for equality.protected StringtoDBString(Timestamp data) protected StringConverts the provided data of type T to its string representation.Methods inherited from class com.storedobject.core.AbstractPeriod
getCalendarFrom, getCalendarTo, getDBCondition, getDBCondition, getDBTimeCondition, getDBTimeCondition, getMonth, getMonthFrom, getMonthTo, getPeriodInDays, getPeriodInMonths, getYear, getYearFrom, getYearTo, inside, inside, toShortString, toString, value
-
Constructor Details
-
TimestampPeriod
-
TimestampPeriod
-
TimestampPeriod
-
-
Method Details
-
clone
Description copied from class:RangeCreates a shallow copy of the provided object. This method is used to generate a clone of the specified input object of the same type. -
same
Description copied from class:RangeCompares two objects of type T for equality. -
toString
Description copied from class:RangeConverts the provided data of type T to its string representation. -
toDBString
- Overrides:
toDBStringin classAbstractPeriod<Timestamp>
-