|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
com.vasoftware.sf.soap44.webservices.scm.RepositorySoapRow
public class RepositorySoapRow
This class represents a list of repositories. Each row within a repository list is represented by a RespositorySoapRow class.
| Constructor Summary | |
|---|---|
RepositorySoapRow()
|
|
| Method Summary | |
|---|---|
int |
getCommitsThisWeek()
Returns 'commitsThisWeek'. |
java.lang.String |
getRepositoryPath()
Returns 'repositoryPath'. |
static void |
registerTypeMappings(org.apache.axis.client.Call call)
|
void |
setCommitsThisWeek(int commitsThisWeek)
Sets 'commitsThisWeek'. |
void |
setRepositoryPath(java.lang.String repositoryPath)
Sets 'repositoryPath'. |
| Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow |
|---|
getDescription, getId, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setId, setParentFolderId, setPath, setProjectId, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositorySoapRow()
| Method Detail |
|---|
public java.lang.String getRepositoryPath()
public void setRepositoryPath(java.lang.String repositoryPath)
repositoryPath - Value of 'repositoryPath'.public int getCommitsThisWeek()
public void setCommitsThisWeek(int commitsThisWeek)
commitsThisWeek - Value of 'commitsThisWeek'.public static void registerTypeMappings(org.apache.axis.client.Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||