Interface IUIUser
-
- All Superinterfaces:
Comparable<IUIUser>
- All Known Implementing Classes:
UIRepositoryUser
public interface IUIUser extends Comparable<IUIUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetPassword()org.pentaho.di.repository.IUsergetUserInfo()voidsetDescription(String desc)voidsetName(String name)voidsetPassword(String pass)-
Methods inherited from interface java.lang.Comparable
compareTo
-
-