Interface Identifiable

All Known Implementing Classes:
IdentifiableAdapter

public interface Identifiable
Used to abstract the generality of JMap entities managed in JMapAdmin which in general have an id and a name
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A symbolic null value
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
  • Field Details

  • Method Details

    • getId

      int getId()
    • getName

      String getName()