Class N2oPreFilter
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.N2oPreFilter
-
- All Implemented Interfaces:
Serializable,Source
public class N2oPreFilter extends Object implements Source
Исходная модель предустановленного фильтра- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oPreFilter()N2oPreFilter(String fieldId, String[] values, FilterType type)N2oPreFilter(String fieldId, String value, FilterType type)N2oPreFilter(String fieldId, FilterType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetRef()StringgetRefWidgetId()Deprecated.StringgetValue()String[]getValues()inthashCode()booleanisArray()booleanisBoolean()booleanisRef()voidsetRef(String ref)voidsetRefWidgetId(String refWidgetId)Deprecated.StringtoString()
-
-
-
Constructor Detail
-
N2oPreFilter
public N2oPreFilter()
-
N2oPreFilter
public N2oPreFilter(String fieldId, FilterType type)
-
N2oPreFilter
public N2oPreFilter(String fieldId, String value, FilterType type)
-
N2oPreFilter
public N2oPreFilter(String fieldId, String[] values, FilterType type)
-
-
Method Detail
-
getRef
public String getRef()
-
setRef
public void setRef(String ref)
-
isRef
public boolean isRef()
-
getRefWidgetId
@Deprecated public String getRefWidgetId()
Deprecated.
-
setRefWidgetId
@Deprecated public void setRefWidgetId(String refWidgetId)
Deprecated.
-
isBoolean
public boolean isBoolean()
-
isArray
public boolean isArray()
-
getValues
public String[] getValues()
-
getValue
public String getValue()
-
-