public class ScmUser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password
the user's password
|
protected String |
username
the user's username
|
| Constructor and Description |
|---|
ScmUser(String username,
String password)
Constructor which makes a new user
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2009–2016 CodeLutin. All rights reserved.