Uses of Class
org.fest.test.Name
-
-
Uses of Name in org.fest.test
Methods in org.fest.test that return Name Modifier and Type Method Description Name
Employee. getName()
Name
Player. getName()
Methods in org.fest.test with parameters of type Name Modifier and Type Method Description void
Employee. setName(Name name)
void
Player. setName(Name name)
Constructors in org.fest.test with parameters of type Name Constructor Description Employee(long id, Name name, int age)
Player(Name name, java.lang.String team)
-