Interface Identified


public interface Identified
An interface that describe an object that can be identified by an integer number.
Since:
1.0.9
Version:
"1.0.14" - b202111241200L
Author:
Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the identification of the object an an integer.
    void
    setIdentification(int identifier)
    Set the identification of the object as an integer.
  • Method Details

    • getIdentification

      int getIdentification()
      Get the identification of the object an an integer.
      Returns:
      the identification of the object an an integer.
      See Also:
    • setIdentification

      void setIdentification(int identifier)
      Set the identification of the object as an integer.
      Parameters:
      identifier - the identification of the object an an integer.
      See Also: