|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.provider.SearchRequest.ResourceProvider
public static class SearchRequest.ResourceProvider
Encapsulates resource provider filtering.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
SearchRequest.ResourceProvider()
|
|
SearchRequest.ResourceProvider(org.eaglei.model.EIURI uri,
org.eaglei.model.EIURI type,
org.eaglei.model.EIURI institution)
Creates a new search location filter with the specified values. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
org.eaglei.model.EIURI |
getInstitution()
Get the institution URI. |
org.eaglei.model.EIURI |
getType()
Get the location type URI. |
org.eaglei.model.EIURI |
getURI()
Gets the location instance uri. |
int |
hashCode()
|
void |
setInstitution(org.eaglei.model.EIURI institution)
|
void |
setType(org.eaglei.model.EIURI type)
|
void |
setURI(org.eaglei.model.EIURI uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public SearchRequest.ResourceProvider()
public SearchRequest.ResourceProvider(org.eaglei.model.EIURI uri,
org.eaglei.model.EIURI type,
org.eaglei.model.EIURI institution)
uri - A resource provider instance URI.type - A resource provider type URI.institution - An eagle-i institution URI| Method Detail |
|---|
public org.eaglei.model.EIURI getURI()
public void setURI(org.eaglei.model.EIURI uri)
public org.eaglei.model.EIURI getType()
public void setType(org.eaglei.model.EIURI type)
public org.eaglei.model.EIURI getInstitution()
public void setInstitution(org.eaglei.model.EIURI institution)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||