public class ListingFilterSetting extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
onlyRemote |
protected String |
packageTypeFilter |
protected boolean |
platformFilter |
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) |
protected String packageTypeFilter
protected boolean platformFilter
protected boolean onlyRemote
public ListingFilterSetting()
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 © 2018 Nuxeo. All rights reserved.