Package sonia.scm
Interface TypedObject
- All Known Subinterfaces:
GenericDAO<T>
,GroupDAO
,ModelObject
,RepositoryCoordinates
,RepositoryDAO
,RepositoryRoleDAO
,UserDAO
- All Known Implementing Classes:
Changeset
,Group
,Repository
,RepositoryRole
,User
public interface TypedObject
Base interface for all objects of specific type.
-
Method Summary
-
Method Details
-
getType
String getType()Returns the type of the object.
-