Package com.powsybl.commons.net
Class UserProfile
- java.lang.Object
-
- com.powsybl.commons.net.UserProfile
-
public class UserProfile extends Object
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description UserProfile(String firstName, String lastName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFirstName()
String
getLastName()
int
hashCode()
String
toString()
-