Class FilterEntityAttrList
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.filter.FilterEntityAttr
ru.bitel.oss.kernel.entity.common.bean.filter.FilterEntityAttrList
- Direct Known Subclasses:
FilterEntityAttrMultiList
-
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.filter.FilterEntityAttr
MODE_EQ, MODE_LIKE, MODE_REGEX -
Constructor Summary
ConstructorsConstructorDescriptionFilterEntityAttrList(int entitySpecAttrId, int valueId) FilterEntityAttrList(int entitySpecAttrId, Set<Integer> valueIds) -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()voidsetValue(int valueId) voidsetValueIds(Set<Integer> valueIds) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.filter.FilterEntityAttr
getEntitySpecAttrId, getEntitySpecAttrIds, setEntitySpecAttrId, setEntitySpecAttrIds
-
Constructor Details
-
FilterEntityAttrList
public FilterEntityAttrList() -
FilterEntityAttrList
-
FilterEntityAttrList
public FilterEntityAttrList(int entitySpecAttrId, int valueId)
-
-
Method Details
-
getValueIds
-
setValueIds
-
getValue
public int getValue() -
setValue
public void setValue(int valueId)
-