-
public interface IdentifiedAn 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIdentification()Get the identification of the object an an integer.voidsetIdentification(int identifier)Set the identification of the object as an integer.
-
-
-
Method Detail
-
getIdentification
int getIdentification()
Get the identification of the object an an integer.- Returns:
- the identification of the object an an integer.
- See Also:
setIdentification(int)
-
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:
getIdentification()
-
-