public class Person extends Object
Person(String firstName, String lastName)
String
getFirstName()
getLastName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@ProtoFactory public Person(String firstName, String lastName)
@ProtoField(number=1) public String getFirstName()
@ProtoField(number=2) public String getLastName()