org.richfaces.cdk.xmlconfig.model
Class PropertyBean
java.lang.Object
org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
org.richfaces.cdk.xmlconfig.model.ExtensibleBean<PropertyBase.PropertyExtension>
org.richfaces.cdk.xmlconfig.model.PropertyBase
org.richfaces.cdk.xmlconfig.model.PropertyBean
- All Implemented Interfaces:
- DescriptionGroup, Extensible<PropertyBase.PropertyExtension>
public class PropertyBean
- extends PropertyBase
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyBean
public PropertyBean()
getName
public String getName()
- Overrides:
getName in class PropertyBase
- Returns:
- the name
setName
public void setName(String name)
- Description copied from class:
PropertyBase
- Overrides:
setName in class PropertyBase
- Parameters:
name - the name to set
getType
public ClassName getType()
- Overrides:
getType in class PropertyBase
- Returns:
- the type
setType
public void setType(ClassName type)
- Description copied from class:
PropertyBase
- Overrides:
setType in class PropertyBase
- Parameters:
type - the type to set
getDefaultValue
public String getDefaultValue()
- Description copied from class:
PropertyBase
- Overrides:
getDefaultValue in class PropertyBase
- Returns:
- the defaultValue
setDefaultValue
public void setDefaultValue(String defaultValue)
- Description copied from class:
PropertyBase
- Overrides:
setDefaultValue in class PropertyBase
- Parameters:
defaultValue - the defaultValue to set
getSuggestedValue
public String getSuggestedValue()
- Description copied from class:
PropertyBase
- Overrides:
getSuggestedValue in class PropertyBase
- Returns:
- the suggestedValue
setSuggestedValue
public void setSuggestedValue(String suggestedValue)
- Description copied from class:
PropertyBase
- Overrides:
setSuggestedValue in class PropertyBase
- Parameters:
suggestedValue - the suggestedValue to set
getExtension
public PropertyBase.PropertyExtension getExtension()
- Description copied from class:
ExtensibleBean
- Specified by:
getExtension in interface Extensible<PropertyBase.PropertyExtension>- Overrides:
getExtension in class PropertyBase
- Returns:
- the extension
setExtension
public void setExtension(PropertyBase.PropertyExtension extension)
- Description copied from class:
ExtensibleBean
- Specified by:
setExtension in interface Extensible<PropertyBase.PropertyExtension>- Overrides:
setExtension in class PropertyBase
- Parameters:
extension - the extension to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.