org.granite.tide.cdi
Class ConversationState

java.lang.Object
  extended by org.granite.tide.cdi.ConversationState
All Implemented Interfaces:
Serializable

@ConversationScoped
public class ConversationState
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
ConversationState()
           
 
Method Summary
 boolean isFirstCall()
           
 void setFirstCall(boolean firstCall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationState

public ConversationState()
Method Detail

isFirstCall

public boolean isFirstCall()

setFirstCall

public void setFirstCall(boolean firstCall)