public class BrowseDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
the SCM's adddress
|
protected String |
id
the SCM's identifier
|
protected String |
password
the password used to connect to the SCM
|
protected String |
selectedBranch
the selected branch on the SCM
|
protected String |
username
the username used to connect to the SCM
|
| Constructor and Description |
|---|
BrowseDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getId() |
String |
getPassword() |
String |
getSelectedBranch() |
String |
getUsername() |
void |
setAddress(String address) |
void |
setId(String id) |
void |
setPassword(String password) |
void |
setSelectedBranch(String selectedBranch) |
void |
setUsername(String username) |
protected String username
protected String password
protected String selectedBranch
protected String id
protected String address
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getSelectedBranch()
public void setSelectedBranch(String selectedBranch)
public String getId()
public void setId(String id)
public String getAddress()
public void setAddress(String address)
Copyright © 2009–2015 CodeLutin. All rights reserved.