setOrderId method

void setOrderId (
  1. String orderId
)
inherited

Implementation

void setOrderId(String orderId) {
  this.orderId = orderId;
}