public class WrongValuePropertyImpl extends java.lang.Object implements Property, java.io.Serializable
| Constructor and Description |
|---|
WrongValuePropertyImpl(java.lang.Object base,
java.lang.String property,
java.lang.Object wrongValueException) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getBase()
Returns the base object of this property.
|
java.lang.String |
getProperty()
Returns the name of this property.
|
java.lang.Object |
getValue()
Returns the value object of this property.
|
WrongValueException[] |
getWrongValueExceptions() |
int |
hashCode() |
java.lang.String |
toString() |
public WrongValuePropertyImpl(java.lang.Object base,
java.lang.String property,
java.lang.Object wrongValueException)
public java.lang.Object getBase()
Propertypublic java.lang.Object getValue()
Propertypublic java.lang.String getProperty()
PropertygetProperty in interface Propertypublic WrongValueException[] getWrongValueExceptions()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.