org.apache.myfaces.config.impl.digester.elements
Class FacesFlowMethodParameterImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowMethodParameter
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowMethodParameterImpl
All Implemented Interfaces:
Serializable

public class FacesFlowMethodParameterImpl
extends FacesFlowMethodParameter

Author:
lu4242
See Also:
Serialized Form

Constructor Summary
FacesFlowMethodParameterImpl()
           
 
Method Summary
 String getClassName()
           
 String getValue()
           
 void setClassName(String className)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowMethodParameterImpl

public FacesFlowMethodParameterImpl()
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in class FacesFlowMethodParameter
Returns:
the className

setClassName

public void setClassName(String className)
Parameters:
className - the className to set

getValue

public String getValue()
Specified by:
getValue in class FacesFlowMethodParameter
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2015 The Apache Software Foundation. All rights reserved.