public class User extends Object
User()
User(String firstName, String lastName, Date dateOfBirth)
void
setNames(String firstName, String lastName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public User()
public User(@NotNull String firstName, @NotNull String lastName, @NotNull Date dateOfBirth)
public void setNames(@NotNull String firstName, @NotNull String lastName)
Copyright © 2008–2014. All rights reserved.