public class RejectingPolicy extends Object implements Serializable
| Constructor and Description |
|---|
RejectingPolicy() |
RejectingPolicy(String policyName,
String filterType,
boolean productLevel,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterType() |
String |
getPolicyName() |
Set<RejectedLibrary> |
getRejectedLibraries() |
boolean |
isInclusive() |
boolean |
isProductLevel() |
void |
setFilterType(String filterType) |
void |
setInclusive(boolean inclusive) |
void |
setPolicyName(String policyName) |
void |
setProductLevel(boolean productLevel) |
void |
setRejectedLibraries(Set<RejectedLibrary> rejectedLibraries) |
public String getPolicyName()
public void setPolicyName(String policyName)
public String getFilterType()
public void setFilterType(String filterType)
public boolean isProductLevel()
public void setProductLevel(boolean productLevel)
public Set<RejectedLibrary> getRejectedLibraries()
public void setRejectedLibraries(Set<RejectedLibrary> rejectedLibraries)
public boolean isInclusive()
public void setInclusive(boolean inclusive)
Copyright © 2011-2018 White Source. All Rights Reserved.