com.vasoftware.sf.soap44.webservices.scm
Class CommitSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.scm.CommitSoapRow

public class CommitSoapRow
extends java.lang.Object

A list of commits.

Since:
4.1

Constructor Summary
CommitSoapRow()
           
 
Method Summary
 java.lang.String getCommitMessage()
          Returns 'commitMessage'.
 java.lang.String getCreatedBy()
          Returns 'createdBy'.
 java.lang.String getCreatedByFullname()
          Returns 'createdByFullname'.
 java.util.Date getDateCreated()
          Returns 'dateCreated'.
 java.lang.String getFolderPathString()
          Returns 'folderPathString'.
 java.lang.String getId()
          Returns 'id'.
 java.lang.String getProjectId()
          Returns 'projectId'.
 java.lang.String getProjectPathString()
          Returns 'projectPathString'.
 java.lang.String getProjectTitle()
          Returns 'projectTitle'.
 java.lang.String getTitle()
          Returns 'title'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setCommitMessage(java.lang.String commitMessage)
          Sets 'commitMessage'.
 void setCreatedBy(java.lang.String createdBy)
          Sets 'createdBy'.
 void setCreatedByFullname(java.lang.String createdByFullname)
          Sets 'createdByFullname'.
 void setDateCreated(java.util.Date dateCreated)
          Sets 'dateCreated'.
 void setFolderPathString(java.lang.String folderPathString)
          Sets 'folderPathString'.
 void setId(java.lang.String id)
          Sets 'id'.
 void setProjectId(java.lang.String projectId)
          Sets 'projectId'.
 void setProjectPathString(java.lang.String projectPathString)
          Sets 'projectPathString'.
 void setProjectTitle(java.lang.String projectTitle)
          Sets 'projectTitle'.
 void setTitle(java.lang.String title)
          Sets 'title'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitSoapRow

public CommitSoapRow()
Method Detail

getId

public java.lang.String getId()
Returns 'id'. Id of the commit

Returns:
Value of 'id'.

setId

public void setId(java.lang.String id)
Sets 'id'. Id of the commit

Parameters:
id - Value of 'id'.

getProjectPathString

public java.lang.String getProjectPathString()
Returns 'projectPathString'. The path of the project containing the commit

Returns:
Value of 'projectPathString'.

setProjectPathString

public void setProjectPathString(java.lang.String projectPathString)
Sets 'projectPathString'. The path of the project containing the commit

Parameters:
projectPathString - Value of 'projectPathString'.

getProjectTitle

public java.lang.String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the commit

Returns:
Value of 'projectTitle'.

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Sets 'projectTitle'. The title of the project containing the commit

Parameters:
projectTitle - Value of 'projectTitle'.

getProjectId

public java.lang.String getProjectId()
Returns 'projectId'. The Id of the project containing the commit

Returns:
Value of 'projectId'.

setProjectId

public void setProjectId(java.lang.String projectId)
Sets 'projectId'. The Id of the project containing the commit

Parameters:
projectId - Value of 'projectId'.

getFolderPathString

public java.lang.String getFolderPathString()
Returns 'folderPathString'.

Returns:
Value of 'folderPathString'.

setFolderPathString

public void setFolderPathString(java.lang.String folderPathString)
Sets 'folderPathString'.

Parameters:
folderPathString - Value of 'folderPathString'.

getTitle

public java.lang.String getTitle()
Returns 'title'. The title of the commit

Returns:
Value of 'title'.

setTitle

public void setTitle(java.lang.String title)
Sets 'title'. The title of the commit

Parameters:
title - Value of 'title'.

getCreatedBy

public java.lang.String getCreatedBy()
Returns 'createdBy'. The username of the user who created the commit

Returns:
Value of 'createdBy'.

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets 'createdBy'. The username of the user who created the commit

Parameters:
createdBy - Value of 'createdBy'.

getCreatedByFullname

public java.lang.String getCreatedByFullname()
Returns 'createdByFullname'. The full name of the user who created the commit

Returns:
Value of 'createdByFullname'.

setCreatedByFullname

public void setCreatedByFullname(java.lang.String createdByFullname)
Sets 'createdByFullname'. The full name of the user who created the commit

Parameters:
createdByFullname - Value of 'createdByFullname'.

getDateCreated

public java.util.Date getDateCreated()
Returns 'dateCreated'. The date the commit was created

Returns:
Value of 'dateCreated'.

setDateCreated

public void setDateCreated(java.util.Date dateCreated)
Sets 'dateCreated'. The date the commit was created

Parameters:
dateCreated - Value of 'dateCreated'.

getCommitMessage

public java.lang.String getCommitMessage()
Returns 'commitMessage'. The message provided by the user when creating the commit

Returns:
Value of 'commitMessage'.

setCommitMessage

public void setCommitMessage(java.lang.String commitMessage)
Sets 'commitMessage'. The message provided by the user when creating the commit

Parameters:
commitMessage - Value of 'commitMessage'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)