public class PartyFilter extends Object implements Serializable
| Constructor and Description |
|---|
PartyFilter() |
| Modifier and Type | Method and Description |
|---|---|
AudienceSelector |
getAudienceSelectorByType(String type) |
List<AudienceSelector> |
getAudienceselectors() |
Object |
getFilteroptions() |
List<Party> |
getPartylist() |
String |
getStatus() |
TargetLocationSelector |
getTargetLocationSelectorByType(String type) |
List<TargetLocationSelector> |
getTargetlocationselectors() |
void |
setAudienceselectors(List<AudienceSelector> audienceselectors) |
void |
setFilteroptions(Object filteroptions) |
void |
setPartylist(List<Party> partylist) |
void |
setStatus(String status) |
void |
setTargetlocationselectors(List<TargetLocationSelector> targetlocationselectors) |
public Object getFilteroptions()
public void setFilteroptions(Object filteroptions)
filteroptions - the filteroptions to setpublic void setPartylist(List<Party> partylist)
partylist - the partylist to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic List<AudienceSelector> getAudienceselectors()
public AudienceSelector getAudienceSelectorByType(String type)
public void setAudienceselectors(List<AudienceSelector> audienceselectors)
audienceselectors - the audienceselectors to setpublic List<TargetLocationSelector> getTargetlocationselectors()
public TargetLocationSelector getTargetLocationSelectorByType(String type)
public void setTargetlocationselectors(List<TargetLocationSelector> targetlocationselectors)
targetlocationselectors - the targetlocationselectors to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.