Sets the user_id. @param user_id the new user_id
(int user_id)
| 227 | * the new user_id |
| 228 | */ |
| 229 | public void setUser_id(int user_id) { |
| 230 | this.user_id = user_id; |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Gets the partner_id. |
no outgoing calls
no test coverage detected