Class HvlOAuthRoleAssignerOperationalInfoEventModel

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

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

    • HvlOAuthRoleAssignerOperationalInfoEventModel

      public HvlOAuthRoleAssignerOperationalInfoEventModel()
      Instantiates a new HvlOAuthRoleAssignerOperationalInfoEventModel.
    • HvlOAuthRoleAssignerOperationalInfoEventModel

      public HvlOAuthRoleAssignerOperationalInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new HvlOAuthRoleAssignerOperationalInfoEventModel
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthRoleAssignerOperationalInfoEventModel

      public HvlOAuthRoleAssignerOperationalInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, Set<Long> profileGroupIdSet, Set<Long> roleGroupIdSet, Set<Long> profileDetailIdSet)
      Instantiates a new HvlOAuthRoleAssignerOperationalInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      profileGroupIdSet - the profile group id set
      roleGroupIdSet - the role group id set
      profileDetailIdSet - the profile detail id set
  • Method Details

    • getProfileGroupIdSet

      public Set<Long> getProfileGroupIdSet()
      Gets profile group id set.
      Returns:
      the profile group id set
    • setProfileGroupIdSet

      public void setProfileGroupIdSet(Set<Long> profileGroupIdSet)
      Sets profile group id set.
      Parameters:
      profileGroupIdSet - the profile group id set
    • getRoleGroupIdSet

      public Set<Long> getRoleGroupIdSet()
      Gets role group id set.
      Returns:
      the role group id set
    • setRoleGroupIdSet

      public void setRoleGroupIdSet(Set<Long> roleGroupIdSet)
      Sets role group id set.
      Parameters:
      roleGroupIdSet - the role group id set
    • getProfileDetailIdSet

      public Set<Long> getProfileDetailIdSet()
      Gets profile detail id set.
      Returns:
      the profile detail id set
    • setProfileDetailIdSet

      public void setProfileDetailIdSet(Set<Long> profileDetailIdSet)
      Sets profile detail id set.
      Parameters:
      profileDetailIdSet - the profile detail id set
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel