Package generalDatabase.dataExport
Class TimeValueParams
java.lang.Object
generalDatabase.dataExport.ValueFilterParams
generalDatabase.dataExport.TimeValueParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
Class for filtering double of float values in a database table
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetMaxQueryValue(SQLTypes sqlTypes) Get the maximum value in a format suitable for including in an SQL stringGet the max value as a stringgetMinQueryValue(SQLTypes sqlTypes) Get the minimum value in a format suitable for including in an SQL stringGet the min value as a stringGet a set of data that describes all of the parameters in a classintGet the length of a typical text field need to display these data.booleansetMaxValue(String maxValue) Set the maximum valuebooleansetMinValue(String minValue) Set the minimum value 
- 
Constructor Details
- 
TimeValueParams
public TimeValueParams() 
 - 
 - 
Method Details
- 
getMinValue
Get the min value as a string- Specified by:
 getMinValuein classValueFilterParams- Returns:
 - min value as a string
 
 - 
getMaxValue
Get the max value as a string- Specified by:
 getMaxValuein classValueFilterParams- Returns:
 - max value as a string
 
 - 
getMinQueryValue
Description copied from class:ValueFilterParamsGet the minimum value in a format suitable for including in an SQL string- Overrides:
 getMinQueryValuein classValueFilterParams- Returns:
 - the minimum value in a format suitable for including in an SQL string
 
 - 
getMaxQueryValue
Description copied from class:ValueFilterParamsGet the maximum value in a format suitable for including in an SQL string- Overrides:
 getMaxQueryValuein classValueFilterParams- Returns:
 - the maximum value in a format suitable for including in an SQL string
 
 - 
setMinValue
Set the minimum value- Specified by:
 setMinValuein classValueFilterParams- Parameters:
 minValue- min value as a string- Returns:
 - true if decoded successfully
 
 - 
setMaxValue
Set the maximum value- Specified by:
 setMaxValuein classValueFilterParams- Parameters:
 maxValue- max value as a string- Returns:
 - true if decoded successfully
 
 - 
getTextFieldLength
public int getTextFieldLength()Get the length of a typical text field need to display these data.- Specified by:
 getTextFieldLengthin classValueFilterParams- Returns:
 - the length of a typical text field need to display these data.
 
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classValueFilterParams- Returns:
 - description of the parameters in a class.
 
 
 -