Compares two DefaultProperty objects. Two DefaultProperty objects are equal
if they are the same object or if their name, display name, short
description, category, type and editable property are the same. Note the
property value is not considered in the implementation.
Reads the value of this Property from the given object. It uses reflection
and looks for a method starting with "is" or "get" followed by the
capitalized Property name.
Writes the value of the Property to the given object. It uses reflection
and looks for a method starting with "set" followed by the capitalized
Property name and with one parameter with the same type as the Property.
Methods inherited from com.l2fprod.common.propertysheet.AbstractProperty