|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.model.webapp.client.searchbar.TermSearchRequest.TypeBinding
public static class TermSearchRequest.TypeBinding
Set of resource type-specific bindings for a search. These bindings are specified in reference to the eagle-i ontology. NOT multi-thread safe.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
TermSearchRequest.TypeBinding(org.eaglei.model.EIURI type)
Creates a new TypeBinding object for the specified eagle-i class. |
|
| Method Summary | |
|---|---|
void |
addProperty(org.eaglei.model.EIURI property,
java.lang.Object value)
Adds a property binding. |
boolean |
equals(java.lang.Object obj)
|
java.util.Set<org.eaglei.model.EIURI> |
getProperties()
Returns the URIs (as EIURI instances) for the property bindings |
java.lang.Object |
getProperty(org.eaglei.model.EIURI property)
Retrieves the specified property. |
org.eaglei.model.EIURI |
getType()
Retrieves the type constraint for search result resources. |
int |
hashCode()
|
| 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 TermSearchRequest.TypeBinding(org.eaglei.model.EIURI type)
type - A type from the eagle-i ontology.| Method Detail |
|---|
public org.eaglei.model.EIURI getType()
public void addProperty(org.eaglei.model.EIURI property,
java.lang.Object value)
property - URI of one of the type's properties.value - Value that the property must have.public java.util.Set<org.eaglei.model.EIURI> getProperties()
public java.lang.Object getProperty(org.eaglei.model.EIURI property)
property - Property URI as an EIURI.
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 | |||||||||