Sets the username. @param username the new username
(String username)
| 208 | * the new username |
| 209 | */ |
| 210 | public void setUsername(String username) { |
| 211 | this.username = username; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Gets the user_id. |
no outgoing calls
no test coverage detected