Package com.ads.api.beans.common
Class AssignedResource
java.lang.Object
com.ads.api.beans.common.AssignedResource
This class provides some beans control methods related to the Resources and Resources assigned Details along with the AuditHistory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Responsibilities Assigned.Returns the Role Assigned.Returns the AuditHistory Details such as CreatedBy, CreatedDateTime etc...Returns the ResourceId.Returns the RoleId.setAssignedResponsibilites(String assignedResponsibilites) Method to set the Responsibilities as specified.setAssignedRole(String assignedRole) Method to set the Role as specified.setAuditHistory(AuditHistory auditHistory) Method used to set the AuditHistory Details as specified.setResourceId(String resourceId) Method sets the ResourceId as specified.Method to set the RoleId.
-
Constructor Details
-
AssignedResource
public AssignedResource()
-
-
Method Details
-
getResourceId
Returns the ResourceId.- Returns:
- resourceId String
-
setResourceId
Method sets the ResourceId as specified.- Parameters:
resourceId- String
-
getRoleId
Returns the RoleId.- Returns:
- roleId String
-
setRoleId
Method to set the RoleId.- Parameters:
roleId- String
-
getAssignedRole
Returns the Role Assigned.- Returns:
- String
-
setAssignedRole
Method to set the Role as specified.- Parameters:
assignedRole- String
-
getAssignedResponsibilites
Returns the Responsibilities Assigned.- Returns:
- assignedResponsibilites String
-
setAssignedResponsibilites
Method to set the Responsibilities as specified.- Parameters:
assignedResponsibilites- String
-
getAuditHistory
Returns the AuditHistory Details such as CreatedBy, CreatedDateTime etc...- Returns:
- auditHistory AuditHistory
-
setAuditHistory
Method used to set the AuditHistory Details as specified.- Parameters:
auditHistory- AuditHistory
-