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 voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetDapMappedTo(String dapMappedTo) Sets 'dapMappedTo'.voidsetIsAdminTool(String isAdminTool) Sets 'isAdminTool'.voidsetPermission(String permission) Sets 'permission'.voidSets 'plugId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitleMethods 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)
-