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 String
getDescription()
String
getName()
String
getPassword()
org.pentaho.di.repository.IUser
getUserInfo()
void
setDescription(String desc)
void
setName(String name)
void
setPassword(String pass)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-