org.apache.myfaces.flow
Class FlowReference
java.lang.Object
org.apache.myfaces.flow.FlowReference
- All Implemented Interfaces:
- Serializable
public class FlowReference
- extends Object
- implements Serializable
This class works as a reference that can be stored into session to
the current flow.
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
FlowReference
public FlowReference(String documentId,
String id)
getDocumentId
public String getDocumentId()
- Returns:
- the documentId
setDocumentId
public void setDocumentId(String documentId)
- Parameters:
documentId
- the documentId to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.