public interface IUIUser
Modifier and Type | Method and 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) |