Class RoleResponse

java.lang.Object
com.Server.dto.Response.RoleResponse
All Implemented Interfaces:
java.io.Serializable

public class RoleResponse
extends java.lang.Object
implements java.io.Serializable
Class DTO role users.
Since:
2020-05-03.
Version:
1.0
Author:
Krystian Cwioro Kamil Bieniasz Damian Mierzynski.
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    private java.lang.Integer id
    id role
    private java.lang.String name
    role name
  • Constructor Summary

    Constructors
    Constructor Description
    RoleResponse()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      private java.lang.Integer id
      id role
    • name

      private java.lang.String name
      role name
  • Constructor Details

    • RoleResponse

      public RoleResponse()