org.jboss.portal.core.admin.ui
Class PropertyBean
java.lang.Object
org.jboss.portal.core.admin.ui.PropertyBean
- All Implemented Interfaces:
- java.lang.Comparable
- Direct Known Subclasses:
- ControlPropertyBean
public class PropertyBean
- extends java.lang.Object
- implements java.lang.Comparable
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet, Thomas Heute, Boleslaw Dawidowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected java.lang.String value
- .
info
protected final PropertyInfo info
- .
inherited
protected boolean inherited
- .
inheritable
protected boolean inheritable
- .
PropertyBean
public PropertyBean(PropertyBeanContainer container,
PropertyInfo info,
boolean inherited,
boolean inheritable,
java.lang.String value)
isInheritable
public boolean isInheritable()
getName
public java.lang.String getName()
isReadOnly
public boolean isReadOnly()
getDescription
public java.lang.String getDescription()
getDisplayName
public java.lang.String getDisplayName()
isInherited
public boolean isInherited()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
getType
public java.lang.String getType()
isControlProperty
public boolean isControlProperty()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object