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 |
getBusinessPartnerGrouping() Get the business partner grouping. |
java.lang.String |
getCustomerNo() Get the customer number. |
void |
setDistributor(java.lang.Integer theStoreId) Set the distributor's store id for the credentials. |
void |
setOrgId(java.lang.Long theOrgId)
Set the organization 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 setOrgId(java.lang.Long theOrgId)
theOrgId
- The organization id.public void setDistributor(java.lang.Integer theStoreId)
theStoreId
- The distributor's store
id.public java.lang.String getCustomerNo()
public java.lang.String getBusinessPartnerGrouping()