Class RoleOperationSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.rbac.RoleOperationSoapDO
public class RoleOperationSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Role Operation data.
- Since:
- 25.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'objectTypeId'.Returns 'operationCategory'.Returns 'operationName'.Returns 'resourceName'.Returns 'resourceValue'.Returns 'roleId'.voidsetObjectTypeId(String objectTypeId) Sets 'objectTypeId'.voidsetOperationCategory(String operationCategory) Sets 'operationCategory'.voidsetOperationName(String operationName) Sets 'operationName'.voidsetResourceName(String resourceName) Sets 'resourceName'.voidsetResourceValue(String resourceValue) Sets 'resourceValue'.voidSets 'roleId'.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
-
RoleOperationSoapDO
public RoleOperationSoapDO()
-
-
Method Details
-
getRoleId
Returns 'roleId'.- Returns:
- Value of 'roleId'.
-
setRoleId
Sets 'roleId'.- Parameters:
roleId- Value of 'roleId'.
-
getOperationName
Returns 'operationName'.- Returns:
- Value of 'operationName'.
-
setOperationName
Sets 'operationName'.- Parameters:
operationName- Value of 'operationName'.
-
getOperationCategory
Returns 'operationCategory'.- Returns:
- Value of 'operationCategory'.
-
setOperationCategory
Sets 'operationCategory'.- Parameters:
operationCategory- Value of 'operationCategory'.
-
getResourceName
Returns 'resourceName'.- Returns:
- Value of 'resourceName'.
-
setResourceName
Sets 'resourceName'.- Parameters:
Value- of 'resourceName'.
-
getResourceValue
Returns 'resourceValue'.- Returns:
- Value of 'resourceValue'.
-
setResourceValue
Sets 'resourceValue'.- Parameters:
Value- of 'resourceValue'.
-
getObjectTypeId
Returns 'objectTypeId'.- Returns:
- Value of 'objectTypeId'.
-
setObjectTypeId
Sets 'objectTypeId'.- Parameters:
Value- of 'objectTypeId'.
-