RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class FunctionBean

java.lang.Object
  extended by org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
      extended by org.richfaces.cdk.xmlconfig.model.FunctionBean
All Implemented Interfaces:
DescriptionGroup

public class FunctionBean
extends DescriptionGroupBean


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup
DescriptionGroup.Icon
 
Constructor Summary
FunctionBean()
           
 
Method Summary
 ClassName getFunctionClass()
          

 String getName()
          

 String getSignature()
          

 org.richfaces.cdk.annotations.TagType getType()
          

 void setFunctionClass(ClassName functionClass)
          

 void setName(String name)
          

 void setSignature(String signature)
          

 void setType(org.richfaces.cdk.annotations.TagType type)
          

 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionBean

public FunctionBean()
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.