public static class BaseCriteria.PropertyCriteria extends Object
| Constructor and Description |
|---|
PropertyCriteria()
This is the default constructor.
|
PropertyCriteria(String name,
String value,
boolean excluded)
This constructor initialises the fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
encoded()
This method returns an encoded form for the
property criteria.
|
String |
getName() |
String |
getValue() |
boolean |
isExcluded() |
void |
setExcluded(boolean excluded) |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isExcluded()
public void setExcluded(boolean excluded)
excluded - the excluded to setpublic String encoded()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.