org.apache.hupa.shared.rpc
Class CheckSessionResult

java.lang.Object
  extended by org.apache.hupa.shared.rpc.CheckSessionResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Result

public class CheckSessionResult
extends Object
implements net.customware.gwt.dispatch.shared.Result, Serializable

See Also:
Serialized Form

Constructor Summary
CheckSessionResult()
           
 
Method Summary
 User getUser()
           
 boolean isValid()
           
 void setUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckSessionResult

public CheckSessionResult()
Method Detail

getUser

public User getUser()

setUser

public void setUser(User user)

isValid

public boolean isValid()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.