Class CcInfo

    • Constructor Detail

      • CcInfo

        public CcInfo()
      • CcInfo

        public CcInfo​(CcInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getMobile

        public String getMobile()
        Get 被抄送人手机号,大陆11位手机号
        Returns:
        Mobile 被抄送人手机号,大陆11位手机号
      • setMobile

        public void setMobile​(String Mobile)
        Set 被抄送人手机号,大陆11位手机号
        Parameters:
        Mobile - 被抄送人手机号,大陆11位手机号
      • getName

        public String getName()
        Get 被抄送人姓名
        Returns:
        Name 被抄送人姓名
      • setName

        public void setName​(String Name)
        Set 被抄送人姓名
        Parameters:
        Name - 被抄送人姓名
      • getCcType

        public Long getCcType()
        Get 被抄送人类型 0--个人. 1--员工
        Returns:
        CcType 被抄送人类型 0--个人. 1--员工
      • setCcType

        public void setCcType​(Long CcType)
        Set 被抄送人类型 0--个人. 1--员工
        Parameters:
        CcType - 被抄送人类型 0--个人. 1--员工
      • getCcPermission

        public Long getCcPermission()
        Get 被抄送人权限 0--可查看 1--可查看也可下载
        Returns:
        CcPermission 被抄送人权限 0--可查看 1--可查看也可下载
      • setCcPermission

        public void setCcPermission​(Long CcPermission)
        Set 被抄送人权限 0--可查看 1--可查看也可下载
        Parameters:
        CcPermission - 被抄送人权限 0--可查看 1--可查看也可下载