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 java.lang.Boolean getGenerate()
-
- Returns:
- the generate
setGenerate
public void setGenerate(java.lang.Boolean generate)
-
- Parameters:
generate - the generate to set
getHidden
public java.lang.Boolean getHidden()
-
- Returns:
- the hidden
setHidden
public void setHidden(java.lang.Boolean hidden)
-
- Parameters:
hidden - the hidden to set
getLiteral
public java.lang.Boolean getLiteral()
-
- Returns:
- the literal
setLiteral
public void setLiteral(java.lang.Boolean literal)
-
- Parameters:
literal - the literal to set
getRequired
public java.lang.Boolean getRequired()
-
- Returns:
- the required
setRequired
public void setRequired(java.lang.Boolean required)
-
- Parameters:
required - the required to set
getReadOnly
public java.lang.Boolean getReadOnly()
-
- Returns:
- the readOnly
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
- Parameters:
readOnly - the readOnly to set
getPassThrough
public java.lang.Boolean getPassThrough()
-
- Returns:
- the passThrough
setPassThrough
public void setPassThrough(java.lang.Boolean passThrough)
-
- Parameters:
passThrough - the passThrough to set
getEventNames
public java.util.Set<EventName> getEventNames()
-
- Returns:
- the eventNames
setEventNames
public void setEventNames(java.util.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 java.lang.String getAliasFor()
-
- Returns:
- the aliasFor
setAliasFor
public void setAliasFor(java.lang.String aliases)
-
- Parameters:
aliasFor - the aliasFor to set
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.