Class UserProperties

java.lang.Object
com.maplander.backend.model.manage.UserProperties

public class UserProperties extends Object
  • Constructor Details

    • UserProperties

      public UserProperties()
  • Method Details

    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)
    • toString

      public String toString()
      Overrides:
      toString in class Object