Class PhoneListData

    • Constructor Detail

      • PhoneListData

        public PhoneListData()
    • Method Detail

      • isCanCreateLandlinePhone

        public boolean isCanCreateLandlinePhone()
      • setCanCreateLandlinePhone

        public void setCanCreateLandlinePhone​(boolean canCreateLandlinePhone)
      • isCanCreateMobilePhone

        public boolean isCanCreateMobilePhone()
      • setCanCreateMobilePhone

        public void setCanCreateMobilePhone​(boolean canCreateMobilePhone)
      • isCanEnableForSms

        public boolean isCanEnableForSms()
      • setCanEnableForSms

        public void setCanEnableForSms​(boolean canEnableForSms)
      • isCanManagePrivacy

        public boolean isCanManagePrivacy()
      • setCanManagePrivacy

        public void setCanManagePrivacy​(boolean canManagePrivacy)
      • isCanVerify

        public boolean isCanVerify()
      • setCanVerify

        public void setCanVerify​(boolean canVerify)
      • isEnablePrivacy

        public boolean isEnablePrivacy()
      • setEnablePrivacy

        public void setEnablePrivacy​(boolean enablePrivacy)
      • isLandLineRequired

        public boolean isLandLineRequired()
      • setLandLineRequired

        public void setLandLineRequired​(boolean landLineRequired)
      • isManagesPhones

        public boolean isManagesPhones()
      • setManagesPhones

        public void setManagesPhones​(boolean managesPhones)
      • getMaxLandLinePhones

        public Integer getMaxLandLinePhones()
      • setMaxLandLinePhones

        public void setMaxLandLinePhones​(Integer maxLandLinePhones)
      • getMaxMobilePhones

        public Integer getMaxMobilePhones()
      • setMaxMobilePhones

        public void setMaxMobilePhones​(Integer maxMobilePhones)
      • isMobileRequired

        public boolean isMobileRequired()
      • setMobileRequired

        public void setMobileRequired​(boolean mobileRequired)
      • setPhones

        public void setPhones​(List<PhoneVO> phones)
      • isSmsEnabled

        public boolean isSmsEnabled()
      • setSmsEnabled

        public void setSmsEnabled​(boolean smsEnabled)
      • getUser

        public UserVO getUser()
      • setUser

        public void setUser​(UserVO user)