public class FolderSoapRow extends Object
| Constructor and Description |
|---|
FolderSoapRow() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Returns 'createdBy'.
|
Date |
getCreatedOn()
Returns 'createdOn'.
|
String |
getDescription()
Returns 'description'.
|
String |
getId()
Returns 'id'.
|
String |
getLastModifiedBy()
Returns 'lastModifiedBy'.
|
Date |
getLastModifiedOn()
Returns 'lastModifiedOn'.
|
String |
getParentFolderId()
Returns 'parentFolderId'.
|
String |
getPath()
Returns 'path'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCreatedBy(String createdBy)
Sets 'createdBy'.
|
void |
setCreatedOn(Date createdOn)
Sets 'createdOn'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'.
|
void |
setLastModifiedOn(Date lastModifiedOn)
Sets 'lastModifiedOn'.
|
void |
setParentFolderId(String parentFolderId)
Sets 'parentFolderId'.
|
void |
setPath(String path)
Sets 'path'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setTitle(String title)
Sets 'title'.
|
public String getId()
public void setId(String id)
id - Value of 'id'.public String getProjectId()
public void setProjectId(String projectId)
projectId - Value of 'projectId'.public String getParentFolderId()
public void setParentFolderId(String parentFolderId)
parentFolderId - Value of 'parentFolderId'.public String getPath()
public void setPath(String path)
path - Value of 'path'.public String getTitle()
public void setTitle(String title)
title - Value of 'title'.public String getDescription()
public void setDescription(String description)
description - Value of 'description'.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - Value of 'createdBy'.public Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - Value of 'createdOn'.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Value of 'lastModifiedBy'.public Date getLastModifiedOn()
public void setLastModifiedOn(Date lastModifiedOn)
lastModifiedOn - Value of 'lastModifiedOn'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.