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

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

public class FacesFlowReferenceImpl
extends FacesFlowReference

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowReferenceImpl()
           
 
Method Summary
 String getFlowDocumentId()
           
 String getFlowId()
           
 void setFlowDocumentId(String flowDocumentId)
           
 void setFlowId(String flowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowReferenceImpl

public FacesFlowReferenceImpl()
Method Detail

getFlowId

public String getFlowId()
Specified by:
getFlowId in class FacesFlowReference

setFlowId

public void setFlowId(String flowId)

getFlowDocumentId

public String getFlowDocumentId()
Specified by:
getFlowDocumentId in class FacesFlowReference

setFlowDocumentId

public void setFlowDocumentId(String flowDocumentId)


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