public class WrongValuePropertyImpl extends Object implements Property, Serializable
| Constructor and Description |
|---|
WrongValuePropertyImpl(Object base,
String property,
Object wrongValueException) |
| 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.
|
org.zkoss.zk.ui.WrongValueException[] |
getWrongValueExceptions() |
int |
hashCode() |
String |
toString() |
public Object getBase()
Propertypublic Object getValue()
Propertypublic String getProperty()
PropertygetProperty in interface Propertypublic org.zkoss.zk.ui.WrongValueException[] getWrongValueExceptions()
Copyright © 2020. All rights reserved.