Class AdminJustifiedUserAction


  • public class AdminJustifiedUserAction
    extends Object
    • Constructor Detail

      • AdminJustifiedUserAction

        public AdminJustifiedUserAction()
    • Method Detail

      • getUserId

        public Long getUserId()
        The userId of the target user.
        Returns:
        userId
      • setUserId

        public void setUserId​(Long userId)
      • getJustification

        public String getJustification()
        The reason for the requested action.
        Returns:
        justification
      • setJustification

        public void setJustification​(String justification)