Interface Identifiable
- All Known Implementing Classes:
RunImpl
public interface Identifiable
Interface foridentifiable objects.
- Author:
- Sergey Oplavin
-
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.
-