public abstract class AbstractAccessor extends Object implements Accessor
| Constructor and Description |
|---|
AbstractAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories() |
String |
getEqualsOnlyValueProviderMethod() |
boolean |
hasEqualsOnlyValueProviderMethod() |
boolean |
isEqualsOnly() |
boolean |
isIgnored() |
void |
setCategories(Set<String> categories) |
void |
setEqualsOnly(boolean equalsOnly) |
void |
setEqualsOnlyValueProviderMethod(String equalsOnlyValueProviderMethod) |
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)
public boolean hasEqualsOnlyValueProviderMethod()
hasEqualsOnlyValueProviderMethod in interface PropertyDescriptorpublic void setEqualsOnlyValueProviderMethod(String equalsOnlyValueProviderMethod)
public String getEqualsOnlyValueProviderMethod()
getEqualsOnlyValueProviderMethod in interface PropertyDescriptorCopyright © 2013. All Rights Reserved.