Package com.stimulsoft.base.range
Class DateTimeRange
java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.DateTimeRange
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanContains(StiDateTime value) voiddeserialize(String strObject) static DateTimeRangefromSerializeValue(String str) static DateTimeRangefromString(String strObject) final StiDateTimeGets or sets From item of range.Gets specified name of range.Gets the type of range items.protected Stringfinal StiDateTimeGets or set To item of range.voidsetFromObject(Object value) voidsetToObject(Object value) Methods inherited from class com.stimulsoft.base.range.Range
fromStringValue, Parse, setFromAndTo, toString
-
Field Details
-
From
-
To
-
-
Constructor Details
-
DateTimeRange
public DateTimeRange() -
DateTimeRange
-
-
Method Details
-
getFromDate
-
getToDate
-
getRangeName
Gets specified name of range. Range name equal to name of range class.- Specified by:
getRangeNamein classRange
-
getRangeType
Gets the type of range items.- Specified by:
getRangeTypein classRange
-
getFromObject
Gets or sets From item of range.- Specified by:
getFromObjectin classRange
-
setFromObject
- Specified by:
setFromObjectin classRange
-
getToObject
Gets or set To item of range.- Specified by:
getToObjectin classRange
-
setToObject
- Specified by:
setToObjectin classRange
-
Contains
-
fromString
-
deserialize
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString- Overrides:
serializein classRange
-
getSerializeName
- Specified by:
getSerializeNamein classRange
-
fromSerializeValue
-