com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans
Class LoginBean

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans.LoginBean

public class LoginBean
extends Object

Bean used to call the login rest service.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.2.0.0

Constructor Summary
LoginBean(String userName, String password)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginBean

public LoginBean(String userName,
                 String password)
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.