public class CreateShippingBillingAddressCmdImpl extends TaskCommandImpl implements CreateShippingBillingAddressCmd
Constructor and Description |
---|
CreateShippingBillingAddressCmdImpl()
ShipBillToAddressCmdImpl default constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getAddressId()
This method gets the Address ID.
|
int | getErrorCode()
This method gets the errorCode.
|
void | performExecute()
This method performs the business logic for this task command.
|
void | setAddressId(java.lang.Long addressId)
This method sets the Address ID.
|
void | setAddressType(java.lang.String addressType)
This method sets Address Type to either shipping or billing.
|
void | setBillToAddress(Address billToAddress)
This method updates local variable sbToAddress (Please note that this set method updates the same variable as setShipToAddress).
|
void | setMemberId(java.lang.Long memberId)
This method sets the member ID.
|
void | setShipToAddress(Address shipToAddress)
This method updates local variable sbToAddress (Please note that this set method updates the same variable as setBillToAddress).
|
void | validateParameters()
This method checks whether all the required parameters are available for authentication.
|
public CreateShippingBillingAddressCmdImpl()
public java.lang.Long getAddressId()
public int getErrorCode()
public void performExecute() throws ECException
public void setAddressId(java.lang.Long addressId)
public void setAddressType(java.lang.String addressType)
public void setBillToAddress(Address billToAddress)
public void setMemberId(java.lang.Long memberId)
public void setShipToAddress(Address shipToAddress)
public void validateParameters() throws ECException