Class SoftwareDetail

    • Constructor Detail

      • SoftwareDetail

        public SoftwareDetail()
      • SoftwareDetail

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

      • getKey

        public String getKey()
        Get 详情唯一键。
        Returns:
        Key 详情唯一键。
      • setKey

        public void setKey​(String Key)
        Set 详情唯一键。
        Parameters:
        Key - 详情唯一键。
      • getTitle

        public String getTitle()
        Get 详情标题。
        Returns:
        Title 详情标题。
      • setTitle

        public void setTitle​(String Title)
        Set 详情标题。
        Parameters:
        Title - 详情标题。
      • getValue

        public String getValue()
        Get 详情值。
        Returns:
        Value 详情值。
      • setValue

        public void setValue​(String Value)
        Set 详情值。
        Parameters:
        Value - 详情值。