org.richfaces.cdk.xmlconfig.model
Class PropertyBase.PropertyExtension
java.lang.Object
org.richfaces.cdk.model.ConfigExtension
org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension
- Enclosing class:
- PropertyBase
public static class PropertyBase.PropertyExtension
- extends ConfigExtension
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyBase.PropertyExtension
public PropertyBase.PropertyExtension()
getGenerate
public Boolean getGenerate()
- Returns:
- the generate
setGenerate
public void setGenerate(Boolean generate)
- Parameters:
generate - the generate to set
getHidden
public Boolean getHidden()
- Returns:
- the hidden
setHidden
public void setHidden(Boolean hidden)
- Parameters:
hidden - the hidden to set
getLiteral
public Boolean getLiteral()
- Returns:
- the literal
setLiteral
public void setLiteral(Boolean literal)
- Parameters:
literal - the literal to set
getRequired
public Boolean getRequired()
- Returns:
- the required
setRequired
public void setRequired(Boolean required)
- Parameters:
required - the required to set
getReadOnly
public Boolean getReadOnly()
- Returns:
- the readOnly
setReadOnly
public void setReadOnly(Boolean readOnly)
- Parameters:
readOnly - the readOnly to set
getPassThrough
public Boolean getPassThrough()
- Returns:
- the passThrough
setPassThrough
public void setPassThrough(Boolean passThrough)
- Parameters:
passThrough - the passThrough to set
getEventNames
public Set<EventName> getEventNames()
- Returns:
- the eventNames
setEventNames
public void setEventNames(Set<EventName> eventNames)
- Parameters:
eventNames - the eventNames to set
getSignature
public MethodSignature getSignature()
- Returns:
- the signature
setSignature
public void setSignature(MethodSignature signature)
- Parameters:
signature - the signature to set
getAliasFor
public String getAliasFor()
- Returns:
- the aliasFor
setAliasFor
public void setAliasFor(String aliases)
- Parameters:
aliasFor - the aliasFor to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.