com.tibco.bpm.web.client.services.results
Class LoginResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.LoginResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class LoginResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

TODO Give a useful description of the type.

©2013 Cloud Software Group, Inc.

Since:
TODO

Constructor Summary
LoginResult(java.util.ArrayList<OrgModelEntityID> entities, boolean successful, java.lang.String message)
           
 
Method Summary
 java.util.ArrayList<OrgModelEntityID> getEntities()
          TODO Describe this method
 java.lang.String getMessage()
          TODO Describe this method
 boolean isSuccessful()
          TODO Describe this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResult

public LoginResult(java.util.ArrayList<OrgModelEntityID> entities,
                   boolean successful,
                   java.lang.String message)
Method Detail

getEntities

public java.util.ArrayList<OrgModelEntityID> getEntities()
TODO Describe this method

Returns:
Returns the entities.

isSuccessful

public boolean isSuccessful()
TODO Describe this method

Returns:
Returns the successful.

getMessage

public java.lang.String getMessage()
TODO Describe this method

Returns:
Returns the message.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.