Interface for the command used to get the credentials for a shopper.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
static java.lang.String | defaultCommandClassName The default implementation class name. |
static java.lang.String | NAME The full class name for this interface file. |
Method Summary | |
java.lang.String | getPasswordForCredentials() Get the password to use on the credentials. |
java.lang.String | getUserIdForCredentials() Get the user id to use on the credentials. |
void | setPassword(java.lang.String thePassword) Set the user's password. |
void | setReferralStoreId(java.lang.Integer theStoreId) Set the referral store id for the credentials. |
void | setUserId(java.lang.String theUserId) Set the user id. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setUserId(java.lang.String theUserId)
public void setPassword(java.lang.String thePassword)
public void setReferralStoreId(java.lang.Integer theStoreId)
public java.lang.String getUserIdForCredentials()
public java.lang.String getPasswordForCredentials()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.