Interface Identifiable
- All Known Implementing Classes:
- RunImpl
public interface Identifiable
Interface foridentifiable objects.
- Author:
- Sergey Oplavin
- 
Method Details- 
getIdint getId()- Returns:
- id of this object.
 
- 
setIdvoid setId(int id) Sets the id to this object.- Parameters:
- id- the id.
 
- 
getTypeObjectType getType()- Returns:
- type of this object.
 
 
-