|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessage net.sf.ofx4j.domain.data.signon.PasswordChangeResponse
public class PasswordChangeResponse
Response to a change a user password request.
Constructor Summary | |
---|---|
PasswordChangeResponse()
|
Method Summary | |
---|---|
java.util.Date |
getChangeTimestamp()
The timestamp of the password change. |
java.lang.String |
getResponseMessageName()
The name of the response message. |
java.lang.String |
getUserId()
The id of the user changing password. |
void |
setChangeTimestamp(java.util.Date changeTimestamp)
The timestamp of the password change. |
void |
setUserId(java.lang.String userId)
The id of the user changing password. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordChangeResponse()
Method Detail |
---|
public java.lang.String getUserId()
public java.lang.String getResponseMessageName()
ResponseMessage
getResponseMessageName
in class ResponseMessage
public void setUserId(java.lang.String userId)
userId
- The id of the user changing password.public java.util.Date getChangeTimestamp()
public void setChangeTimestamp(java.util.Date changeTimestamp)
changeTimestamp
- The timestamp of the password change.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |