Class SecurityMark


  • @Validated
    public class SecurityMark
    extends Object
    SecurityMark
    • Constructor Detail

      • SecurityMark

        public SecurityMark()
    • Method Detail

      • getId

        @NotNull
        public @NotNull String getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(String id)
      • getName

        @NotNull
        public @NotNull String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getGroupId

        @NotNull
        public @NotNull String getGroupId()
        Get groupId
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(String groupId)
      • getGroupName

        @NotNull
        public @NotNull String getGroupName()
        Get groupName
        Returns:
        groupName
      • setGroupName

        public void setGroupName​(String groupName)
      • getGroupType

        @NotNull
        public @NotNull String getGroupType()
        Get groupType
        Returns:
        groupType
      • setGroupType

        public void setGroupType​(String groupType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object