public class PropertyFilterSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ObjectSpec[] |
objectSet |
PropertySpec[] |
propSet |
Boolean |
reportMissingObjectsInResults |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PropertyFilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpec[] |
getObjectSet() |
PropertySpec[] |
getPropSet() |
Boolean |
getReportMissingObjectsInResults() |
void |
setObjectSet(ObjectSpec[] objectSet) |
void |
setPropSet(PropertySpec[] propSet) |
void |
setReportMissingObjectsInResults(Boolean reportMissingObjectsInResults) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic PropertySpec[] propSet
public ObjectSpec[] objectSet
public Boolean reportMissingObjectsInResults
public PropertySpec[] getPropSet()
public ObjectSpec[] getObjectSet()
public Boolean getReportMissingObjectsInResults()
public void setPropSet(PropertySpec[] propSet)
public void setObjectSet(ObjectSpec[] objectSet)
public void setReportMissingObjectsInResults(Boolean reportMissingObjectsInResults)
Copyright © 2011-2012. All Rights Reserved.