Class ApplicationBasicInfo

    • Constructor Detail

      • ApplicationBasicInfo

        public ApplicationBasicInfo()
      • ApplicationBasicInfo

        public ApplicationBasicInfo​(ApplicationBasicInfo 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

      • getName

        public String getName()
        Get 名称
        Returns:
        Name 名称
      • setName

        public void setName​(String Name)
        Set 名称
        Parameters:
        Name - 名称
      • getManageUrl

        public String getManageUrl()
        Get 管理URL地址
        Returns:
        ManageUrl 管理URL地址
      • setManageUrl

        public void setManageUrl​(String ManageUrl)
        Set 管理URL地址
        Parameters:
        ManageUrl - 管理URL地址
      • getDescription

        public String getDescription()
        Get 描述信息
        Returns:
        Description 描述信息
      • setDescription

        public void setDescription​(String Description)
        Set 描述信息
        Parameters:
        Description - 描述信息
      • getCreateTime

        public String getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getAllowVisualModify

        public Boolean getAllowVisualModify()
        Get 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AllowVisualModify 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。
      • setAllowVisualModify

        public void setAllowVisualModify​(Boolean AllowVisualModify)
        Set 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AllowVisualModify - 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。