Package com.glowmart.shop_management.dto
Class RoleDto
java.lang.Object
com.glowmart.shop_management.dto.RoleDto
Data transfer object (DTO) for a Role.
This DTO is used for transferring role data between layers of the application. It includes relevant information such as the role's ID, name, associated users, permissions, and timestamps for creation, updates, and deletion. It does not contain sensitive information like user passwords.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RoleDto
public RoleDto()
-