org.richfaces.el
Class ValueDescriptor
java.lang.Object
org.richfaces.el.ValueDescriptor
public class ValueDescriptor
- extends java.lang.Object
This class describes bean property.
- Author:
- asmirnov
Constructor Summary |
ValueDescriptor(java.lang.Class<?> beanType,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ValueDescriptor
public ValueDescriptor(java.lang.Class<?> beanType,
java.lang.String name)
- Parameters:
beanType
- name
- propertyType
- readOnly
-
getName
public java.lang.String getName()
- Returns:
- the name
getBeanType
public java.lang.Class<?> getBeanType()
- Returns:
- the beanType
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.