|
||||||||||
| 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,
java.lang.String label)
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. |
java.lang.String |
getLabel()
Gets the location type label. |
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 |
setLabel(java.lang.String label)
Sets the location type label. |
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,
java.lang.String label)
uri - A resource provider instance URI.type - A resource provider type URI.institution - An eagle-i institution URIlabel - A resource provider type label.| Method Detail |
|---|
public org.eaglei.model.EIURI getURI()
public void setURI(org.eaglei.model.EIURI uri)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The new label for the location type.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 | |||||||||