setTran_id method

void setTran_id(
  1. String tran_id
)

Implementation

void setTran_id(String tran_id) {
  this.tran_id = tran_id;
}