public interface IUIUser extends Comparable<IUIUser>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getPassword() |
IUser |
getUserInfo() |
void |
setDescription(String desc) |
void |
setName(String name) |
void |
setPassword(String pass) |
compareTo
Copyright © 2019 Hitachi Vantara. All rights reserved.