Interface IMapRouletteObject

  • All Known Implementing Classes:
    Challenge, Project, Task

    public interface IMapRouletteObject
    A base object that is used as an interface for all the MapRoulette objects
    • Method Detail

      • getId

        long getId()
        The identifier for the object
        Returns:
        long identifier
      • getParent

        long getParent()
        The parent for the object
        Returns:
        long identifier
      • getName

        java.lang.String getName()
        Gets the name of the Object
        Returns:
        The name of the objet