Sets the partner_id. @param partner_id the new partner_id
(int partner_id)
| 246 | * the new partner_id |
| 247 | */ |
| 248 | public void setPartner_id(int partner_id) { |
| 249 | this.partner_id = partner_id; |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | * Gets the timezone. |
no outgoing calls
no test coverage detected