Class UserInfo

java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.UserInfo
All Implemented Interfaces:
Serializable, Id<Integer>

public class UserInfo extends Id
The class is used to represent data both from the billing's UserInfo, the name field, and from User, the login field, which is not yet present in the billing's UserInfo
See Also:
  • Constructor Details

    • UserInfo

      public UserInfo()
    • UserInfo

      public UserInfo(int id, String name)
  • Method Details

    • getLogin

      public String getLogin()
    • setLogin

      public void setLogin(String login)
    • getName

      public String getName()
    • setName

      public void setName(String name)