public class SearchResult extends Binding
| Constructor and Description |
|---|
SearchResult(String name,
Object obj,
Attributes attrs) |
SearchResult(String name,
Object obj,
Attributes attrs,
boolean isRelative) |
SearchResult(String name,
String className,
Object obj,
Attributes attrs) |
SearchResult(String name,
String className,
Object obj,
Attributes attrs,
boolean isRelative) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes() |
void |
setAttributes(Attributes attrs) |
String |
toString()
Returns the string representation.
|
getClassName, getObject, setObjectgetName, getNameInNamespace, isRelative, setClassName, setName, setNameInNamespace, setRelativepublic SearchResult(String name, Object obj, Attributes attrs)
public SearchResult(String name, Object obj, Attributes attrs, boolean isRelative)
public SearchResult(String name, String className, Object obj, Attributes attrs)
public SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative)
public Attributes getAttributes()
public void setAttributes(Attributes attrs)
public String toString()
BindingtoString in class BindingObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)