Package sonia.scm
Interface Validateable
- All Known Subinterfaces:
ModelObject
- All Known Implementing Classes:
Branch
,Changeset
,DiffCommandRequest
,DiffResultCommandRequest
,Group
,MergeCommandRequest
,ModifyCommandRequest
,Person
,PluginInformation
,Repository
,RepositoryConfig
,RepositoryRole
,User
public interface Validateable
Base interface for all validateable objects.
-
Method Summary
-
Method Details
-
isValid
boolean isValid()Returns true if the object is valid.
-