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()
          

 java.lang.String getName()
          

 java.lang.String getSignature()
          

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

 void setFunctionClass(ClassName functionClass)
          

 void setName(java.lang.String name)
          

 void setSignature(java.lang.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 java.lang.String getName()

Returns:
the name

setName

public void setName(java.lang.String name)

Parameters:
name - the name to set

getSignature

public java.lang.String getSignature()

Returns:
the signature

setSignature

public void setSignature(java.lang.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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.