Class Name

  • All Implemented Interfaces:
    Serializable

    public class Name
    extends Object
    implements Serializable
    This class represents a serializable DTO object that can be used to send and receive data to/from a remote interface.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getFirstName

        public String getFirstName()
      • setFirstName

        public void setFirstName​(String firstName)
      • getLastName

        public String getLastName()
      • setLastName

        public void setLastName​(String lastName)