Interface GroupIdAccessor.GroupIdMutator

All Known Subinterfaces:
GroupIdAccessor.GroupIdProperty
Enclosing interface:
GroupIdAccessor

public static interface GroupIdAccessor.GroupIdMutator
Provides a mutator for a group TID property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setGroupId(String aGroupId)
    Sets the group TID for the group TID property.
  • Method Details

    • setGroupId

      void setGroupId(String aGroupId)
      Sets the group TID for the group TID property.
      Parameters:
      aGroupId - The group TID to be stored by the group TID property.