Interface UniversalIdAccessor.UniversalIdMutator

All Known Subinterfaces:
UniversalIdAccessor.UniversalIdProperty
Enclosing interface:
UniversalIdAccessor

public static interface UniversalIdAccessor.UniversalIdMutator
Provides a mutator for a UID property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the UID for the UID property.
  • Method Details

    • setUniversalId

      void setUniversalId(String aUid)
      Sets the UID for the UID property.
      Parameters:
      aUid - The UID to be stored by the UID property.