Class Person

  • All Implemented Interfaces:
    Serializable

    @Entity(name="Person")
    public class Person
    extends Object
    implements Serializable
    This class provides a sparse _example_ of a person entity that will get populated from the ingested data and inserted into the DB.
    See Also:
    Serialized Form
    • Field Detail

      • id

        private long id
      • lastName

        private String lastName
    • Constructor Detail

      • Person

        public Person()
      • Person

        public Person​(long id)
    • Method Detail

      • getId

        public long getId()
      • setId

        private void setId​(long id)
      • getLastName

        public String getLastName()
      • setLastName

        public void setLastName​(String lastName)