Package org.jorigin.identification
Interface Identified
-
public interface IdentifiedAn interface that describe an object that can be identified by an integer number.- Since:
- 1.0.9
- Version:
- "1.0.9" - b201903071030L
- Author:
- Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
-
-
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 indentifier)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 indentifier)
Set the identification of the object as an integer.- Parameters:
indentifier- the identification of the object an an integer.- See Also:
getIdentification()
-
-