public class SubjectStatusResult extends Object
| Constructor and Description |
|---|
SubjectStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreFieldName()
the field name (column or attribute) of the status to use for this query
|
String |
getDatastoreValue()
the value of the status to use for this query
|
String |
getStrippedQuery()
if there was a status part of the query, strip that out, and this is the remaining part
|
boolean |
isAll()
if this is a search for all
|
boolean |
isEquals()
whether it is equals or not equals
|
void |
setAll(boolean all1)
if this is a search for all
|
void |
setDatastoreFieldName(String datastoreFieldName1)
the field name (column or attribute) of the status to use for this query
|
void |
setDatastoreValue(String datastoreValue1)
the value of the status to use for this query
|
void |
setEquals(boolean equals1)
whether it is equals or not equals
|
void |
setStrippedQuery(String strippedQuery1)
if there was a status part of the query, strip that out, and this is the remaining part
|
public boolean isAll()
public void setAll(boolean all1)
all1 - public boolean isEquals()
public void setEquals(boolean equals1)
equals1 - public String getStrippedQuery()
public void setStrippedQuery(String strippedQuery1)
strippedQuery1 - public String getDatastoreValue()
public void setDatastoreValue(String datastoreValue1)
datastoreValue1 - public String getDatastoreFieldName()
public void setDatastoreFieldName(String datastoreFieldName1)
datastoreFieldName1 - Copyright © 2016 Internet2. All rights reserved.