Class User

java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.User
All Implemented Interfaces:
Serializable

public class User extends BecknObject
See Also:
  • Constructor Details

    • User

      public User()
  • Method Details

    • getPerson

      public Person getPerson()
    • setPerson

      public void setPerson(Person person)
    • getContact

      public Contact getContact()
    • setContact

      public void setContact(Contact contact)
    • getLocation

      public Location getLocation()
      Not in Spec
    • setLocation

      public void setLocation(Location location)