Package cz.metacentrum.perun.core.api
Interface HasUUID
- All Known Implementing Classes:
Candidate
,CandidateSync
,Group
,Resource
,RichGroup
,RichResource
,RichUser
,User
public interface HasUUID
This interface represents objects, which has a UUID.
- Author:
- Vojtech Sassmann <vojtech.sassmann@gmail.com>
-
Method Summary
-
Method Details
-
getUuid
UUID getUuid()Get UUID.- Returns:
- UUID of the object
-