Interface Identifiable

All Known Subinterfaces:
HasName, Run
All Known Implementing Classes:
RunImpl

public interface Identifiable
Interface foridentifiable objects.
Author:
Sergey Oplavin
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    void
    setId(int id)
    Sets the id to this object.
  • Method Details

    • getId

      int getId()
      Returns:
      id of this object.
    • setId

      void setId(int id)
      Sets the id to this object.
      Parameters:
      id - the id.
    • getType

      ObjectType getType()
      Returns:
      type of this object.