Class PluggablePermissionSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.pluggable.PluggablePermissionSoapDO
PluggablePermissionSoapDO represents a pluggable permission data..
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'dapMappedTo'.Returns 'isAdminTool'.Returns 'permission'.Returns 'plugId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDapMappedTo
(String dapMappedTo) Sets 'dapMappedTo'.void
setIsAdminTool
(String isAdminTool) Sets 'isAdminTool'.void
setPermission
(String permission) Sets 'permission'.void
Sets 'plugId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
PluggablePermissionSoapDO
public PluggablePermissionSoapDO()
-
-
Method Details
-
getPlugId
Returns 'plugId'.- Returns:
- Value of 'plugId'.
-
setPlugId
Sets 'plugId'.- Parameters:
plugId
- Value of 'plugId'.
-
getPermission
Returns 'permission'.- Returns:
- Value of 'permission'.
-
setPermission
Sets 'permission'.- Parameters:
permission
- Value of 'permission'.
-
getDapMappedTo
Returns 'dapMappedTo'.- Returns:
- Value of 'dapMappedTo'.
-
setDapMappedTo
Sets 'dapMappedTo'.- Parameters:
dapMappedTo
- Value of 'dapMappedTo'.
-
getIsAdminTool
Returns 'isAdminTool'.- Returns:
- Value of 'isAdminTool'.
-
setIsAdminTool
Sets 'isAdminTool'.- Parameters:
isAdminTool
- Value of 'isAdminTool'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-