public class RoleSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_ACTIVE |
static String |
STATUS_USER_CLASS |
Constructor and Description |
---|
RoleSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedInProjectId()
Returns 'createdInProjectId'.
|
String |
getDescription()
Returns 'description'.
|
boolean |
getPreventInheritance()
Returns 'preventInheritance'.
|
boolean |
getRequestable()
Returns 'requestable'.
|
String |
getRoleType()
Returns 'roleType'.
|
String |
getStatus()
Returns 'status'.
|
String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCreatedInProjectId(String createdInProjectId)
Sets 'createdInProjectId'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setPreventInheritance(boolean preventInheritance)
Sets 'preventInheritance'.
|
void |
setRequestable(boolean requestable)
Sets 'requestable'.
|
void |
setRoleType(String roleType)
Sets 'roleType'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setTitle(String title)
Sets 'title'.
|
public static final String STATUS_ACTIVE
public static final String STATUS_USER_CLASS
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 getCreatedInProjectId()
public void setCreatedInProjectId(String createdInProjectId)
createdInProjectId
- Value of 'createdInProjectId'.public String getRoleType()
public void setRoleType(String roleType)
roleType
- Value of 'roleType'.public boolean getPreventInheritance()
public void setPreventInheritance(boolean preventInheritance)
preventInheritance
- Value of 'preventInheritance'.public boolean getRequestable()
public void setRequestable(boolean requestable)
requestable
- Value of 'requestable'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.