Package com.storedobject.core
Class TimePeriod
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTimePeriod(Time from, Time to) TimePeriod(Calendar from, Calendar to) TimePeriod(Date from, Date to) -
Method Summary
Modifier and TypeMethodDescriptionprotected TimeCreates a shallow copy of the provided object.protected booleanCompares two objects of type T for equality.protected StringtoDBString(Time 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
-
TimePeriod
-
TimePeriod
-
TimePeriod
-
-
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<Time>
-