java.lang.Object
com.thecoderscorner.menu.remote.LocalIdentifier

public class LocalIdentifier extends Object
a local identifier holder object that holds the name and UUID
  • Constructor Details

    • LocalIdentifier

      public LocalIdentifier(UUID uuid, String name)
  • Method Details

    • getUuid

      public UUID getUuid()
    • getName

      public String getName()