Class HvlOAuthPredefinedRoleOperationInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
tr.com.havelsan.javarch.oauth.event.common.module.role.model.HvlOAuthPredefinedRoleOperationInfoEventModel
All Implemented Interfaces:
Serializable

public class HvlOAuthPredefinedRoleOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
The type predefined role operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthPredefinedRoleOperationInfoEventModel

      public HvlOAuthPredefinedRoleOperationInfoEventModel()
      Instantiates a new HvlOAuthPredefinedRoleOperationInfoEventModel.
    • HvlOAuthPredefinedRoleOperationInfoEventModel

      public HvlOAuthPredefinedRoleOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new predefined role operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthPredefinedRoleOperationInfoEventModel

      public HvlOAuthPredefinedRoleOperationInfoEventModel(HvlOAuthOperationEventType eventType, String userTypeUuid, Set<Long> roleIdSet)
      Instantiates a new predefined role operation info event model.
      Parameters:
      eventType - the event type
      userTypeUuid - the user type uuid
      roleIdSet - the role id set
  • Method Details

    • getUserTypeUuid

      public String getUserTypeUuid()
      Gets user type uuid.
      Returns:
      the user type uuid
    • setUserTypeUuid

      public void setUserTypeUuid(String userTypeUuid)
      Sets user type uuid.
      Parameters:
      userTypeUuid - the user type uuid
    • getRoleIdSet

      public Set<Long> getRoleIdSet()
      Gets role id set.
      Returns:
      the role id set
    • setRoleIdSet

      public void setRoleIdSet(Set<Long> roleIdSet)
      Sets role id set.
      Parameters:
      roleIdSet - the role id set
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel