Class ShortFilter
- java.lang.Object
-
- io.github.jhipster.service.filter.Filter<FIELD_TYPE>
-
- io.github.jhipster.service.filter.RangeFilter<Short>
-
- io.github.jhipster.service.filter.ShortFilter
-
- All Implemented Interfaces:
Serializable
public class ShortFilter extends RangeFilter<Short>
Filter class forShorttype attributes.- See Also:
RangeFilter, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortFilter()Constructor for ShortFilter.ShortFilter(ShortFilter filter)Constructor for ShortFilter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortFiltercopy()copy.-
Methods inherited from class io.github.jhipster.service.filter.RangeFilter
equals, getGreaterThan, getGreaterThanOrEqual, getLessThan, getLessThanOrEqual, hashCode, setGreaterOrEqualThan, setGreaterThan, setGreaterThanOrEqual, setLessOrEqualThan, setLessThan, setLessThanOrEqual, toString
-
Methods inherited from class io.github.jhipster.service.filter.Filter
getEquals, getFilterName, getIn, getNotEquals, getNotIn, getSpecified, setEquals, setIn, setNotEquals, setNotIn, setSpecified
-
-
-
-
Constructor Detail
-
ShortFilter
public ShortFilter()
Constructor for ShortFilter.
-
ShortFilter
public ShortFilter(ShortFilter filter)
Constructor for ShortFilter.
- Parameters:
filter- aShortFilterobject.
-
-
Method Detail
-
copy
public ShortFilter copy()
copy.
- Overrides:
copyin classRangeFilter<Short>- Returns:
- a
ShortFilterobject.
-
-