public class PropertyImpl extends Object implements Property, Serializable
| Constructor and Description |
|---|
PropertyImpl(Object base,
String property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getBase()
Returns the base object of this property.
|
String |
getProperty()
Returns the name of this property.
|
Object |
getValue()
Returns the value object of this property.
|
int |
hashCode() |
String |
toString() |
public Object getBase()
Propertypublic Object getValue()
Propertypublic String getProperty()
PropertygetProperty in interface PropertyCopyright © 2020. All rights reserved.