Class CommitSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.CommitSoapRow
-
public class CommitSoapRow extends Object
A list of commits.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description CommitSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommitMessage()Returns 'commitMessage'.StringgetCreatedBy()Returns 'createdBy'.StringgetCreatedByFullname()Returns 'createdByFullname'.DategetDateCreated()Returns 'dateCreated'.StringgetFolderPathString()Returns 'folderPathString'.StringgetId()Returns 'id'.StringgetProjectId()Returns 'projectId'.StringgetProjectPathString()Returns 'projectPathString'.StringgetProjectTitle()Returns 'projectTitle'.StringgetTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetCommitMessage(String commitMessage)Sets 'commitMessage'.voidsetCreatedBy(String createdBy)Sets 'createdBy'.voidsetCreatedByFullname(String createdByFullname)Sets 'createdByFullname'.voidsetDateCreated(Date dateCreated)Sets 'dateCreated'.voidsetFolderPathString(String folderPathString)Sets 'folderPathString'.voidsetId(String id)Sets 'id'.voidsetProjectId(String projectId)Sets 'projectId'.voidsetProjectPathString(String projectPathString)Sets 'projectPathString'.voidsetProjectTitle(String projectTitle)Sets 'projectTitle'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. Id of the commit- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. Id of the commit- Parameters:
id- Value of 'id'.
-
getProjectPathString
public String getProjectPathString()
Returns 'projectPathString'. The path of the project containing the commit- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
public void setProjectPathString(String projectPathString)
Sets 'projectPathString'. The path of the project containing the commit- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
public String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the commit- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
public void setProjectTitle(String projectTitle)
Sets 'projectTitle'. The title of the project containing the commit- Parameters:
projectTitle- Value of 'projectTitle'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. The Id of the project containing the commit- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. The Id of the project containing the commit- Parameters:
projectId- Value of 'projectId'.
-
getFolderPathString
public String getFolderPathString()
Returns 'folderPathString'.- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
public void setFolderPathString(String folderPathString)
Sets 'folderPathString'.- Parameters:
folderPathString- Value of 'folderPathString'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the commit- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the commit- Parameters:
title- Value of 'title'.
-
getCreatedBy
public String getCreatedBy()
Returns 'createdBy'. The username of the user who created the commit- Returns:
- Value of 'createdBy'.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Sets 'createdBy'. The username of the user who created the commit- Parameters:
createdBy- Value of 'createdBy'.
-
getCreatedByFullname
public String getCreatedByFullname()
Returns 'createdByFullname'. The full name of the user who created the commit- Returns:
- Value of 'createdByFullname'.
-
setCreatedByFullname
public void setCreatedByFullname(String createdByFullname)
Sets 'createdByFullname'. The full name of the user who created the commit- Parameters:
createdByFullname- Value of 'createdByFullname'.
-
getDateCreated
public Date getDateCreated()
Returns 'dateCreated'. The date the commit was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
public void setDateCreated(Date dateCreated)
Sets 'dateCreated'. The date the commit was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getCommitMessage
public String getCommitMessage()
Returns 'commitMessage'. The message provided by the user when creating the commit- Returns:
- Value of 'commitMessage'.
-
setCommitMessage
public void setCommitMessage(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)
-
-