Package com.fluig.sdk.filter
Class FilterGroupVO
- java.lang.Object
-
- com.fluig.sdk.filter.FilterGroupVO
-
- All Implemented Interfaces:
Serializable
public class FilterGroupVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterGroupVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Integer>
getEntityPermissions()
Long
getFilterId()
List<String>
getGroupsCode()
List<String>
getRolesCode()
List<String>
getTenantUserLogin()
void
setEntityPermissions(Map<String,Integer> entityPermissions)
void
setFilterId(Long filterId)
void
setGroupsCode(List<String> groupsCode)
void
setRolesCode(List<String> rolesCode)
void
setTenantUserLogin(List<String> tenantUserLogin)
-