public class PropertyImpl extends java.lang.Object implements Property, java.io.Serializable
Constructor and Description |
---|
PropertyImpl(java.lang.Object base,
java.lang.String property,
java.lang.Object value) |
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.
|
int |
hashCode() |
java.lang.String |
toString() |
public PropertyImpl(java.lang.Object base, java.lang.String property, java.lang.Object value)
public java.lang.Object getBase()
Property
public java.lang.Object getValue()
Property
public java.lang.String getProperty()
Property
getProperty
in interface Property
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.