public class ListingFilterSetting extends Object implements Serializable
Constructor and Description |
---|
ListingFilterSetting() |
Modifier and Type | Method and Description |
---|---|
String |
getPackageTypeFilter() |
boolean |
getPlatformFilter() |
boolean |
isOnlyRemote() |
void |
setOnlyRemote(boolean onlyRemote) |
void |
setPackageTypeFilter(String packageTypeFilter) |
void |
setPlatformFilter(boolean platformFilter) |
public String getPackageTypeFilter()
public void setPackageTypeFilter(String packageTypeFilter)
public boolean getPlatformFilter()
public void setPlatformFilter(boolean platformFilter)
public boolean isOnlyRemote()
public void setOnlyRemote(boolean onlyRemote)
Copyright © 2015 Nuxeo SA. All rights reserved.