public abstract class AbstractAccessor extends Object implements Accessor
| Constructor and Description |
|---|
AbstractAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories() |
boolean |
isEqualsOnly() |
boolean |
isIgnored() |
void |
setCategories(Set<String> categories) |
void |
setEqualsOnly(boolean equalsOnly) |
void |
setIgnored(boolean ignored) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathElementpublic final Set<String> getCategories()
getCategories in interface PropertyDescriptorpublic boolean isEqualsOnly()
isEqualsOnly in interface PropertyDescriptorpublic void setEqualsOnly(boolean equalsOnly)
public boolean isIgnored()
isIgnored in interface PropertyDescriptorpublic void setIgnored(boolean ignored)
Copyright © 2012. All Rights Reserved.