Class UserGroup

java.lang.Object
ru.bgcrm.model.user.UserGroup

public class UserGroup extends Object
  • Constructor Details

    • UserGroup

      public UserGroup()
    • UserGroup

      public UserGroup(int groupId, Date dateFrom, Date dateTo)
  • Method Details

    • getGroupId

      public int getGroupId()
    • setGroupId

      public void setGroupId(int id)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • toGroupList

      public static List<Group> toGroupList(List<UserGroup> userGroupList)
    • getId

      @Deprecated public int getId()
      Deprecated.
      Использовать getGroupId().
      Returns:
    • setId

      @Deprecated public void setId(int id)
      Deprecated.
      Использовать setGroupId(int).