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, wait
getPathElement
public final Set<String> getCategories()
getCategories
in interface PropertyDescriptor
public boolean isEqualsOnly()
isEqualsOnly
in interface PropertyDescriptor
public void setEqualsOnly(boolean equalsOnly)
public boolean isIgnored()
isIgnored
in interface PropertyDescriptor
public void setIgnored(boolean ignored)
public boolean hasEqualsOnlyValueProviderMethod()
hasEqualsOnlyValueProviderMethod
in interface PropertyDescriptor
public void setEqualsOnlyValueProviderMethod(String equalsOnlyValueProviderMethod)
public String getEqualsOnlyValueProviderMethod()
getEqualsOnlyValueProviderMethod
in interface PropertyDescriptor
Copyright © 2013. All Rights Reserved.