public static class ResetPasswordServiceImpl.ResetPasswordDetails extends Object
Constructor and Description |
---|
ResetPasswordDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getUserId() |
String |
getWorkflowId() |
String |
getWorkflowKey() |
ResetPasswordServiceImpl.ResetPasswordDetails |
setPassword(String password) |
ResetPasswordServiceImpl.ResetPasswordDetails |
setUserId(String userId) |
ResetPasswordServiceImpl.ResetPasswordDetails |
setWorkflowId(String workflowId) |
ResetPasswordServiceImpl.ResetPasswordDetails |
setWorkflowKey(String workflowKey) |
String |
toString() |
public String getUserId()
public ResetPasswordServiceImpl.ResetPasswordDetails setUserId(String userId)
public String getPassword()
public ResetPasswordServiceImpl.ResetPasswordDetails setPassword(String password)
public String getWorkflowId()
public ResetPasswordServiceImpl.ResetPasswordDetails setWorkflowId(String workflowId)
public String getWorkflowKey()
public ResetPasswordServiceImpl.ResetPasswordDetails setWorkflowKey(String workflowKey)
Copyright © 2005–2017 Alfresco Software. All rights reserved.