org.richfaces.cdk.xmlconfig.model
Class FunctionBean
java.lang.Object
org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
org.richfaces.cdk.xmlconfig.model.FunctionBean
- All Implemented Interfaces:
- DescriptionGroup
public class FunctionBean
- extends DescriptionGroupBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionBean
public FunctionBean()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getSignature
public String getSignature()
- Returns:
- the signature
setSignature
public void setSignature(String signature)
- Parameters:
signature - the signature to set
getType
public org.richfaces.cdk.annotations.TagType getType()
- Returns:
- the type
setType
public void setType(org.richfaces.cdk.annotations.TagType type)
- Parameters:
type - the type to set
getFunctionClass
public ClassName getFunctionClass()
- Returns:
- the functionClass
setFunctionClass
public void setFunctionClass(ClassName functionClass)
- Parameters:
functionClass - the functionClass to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.