Class NonTaxItem

    • Constructor Detail

      • NonTaxItem

        public NonTaxItem()
      • NonTaxItem

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

      • getItemID

        public String getItemID()
        Get 项目编码
        Returns:
        ItemID 项目编码
      • setItemID

        public void setItemID​(String ItemID)
        Set 项目编码
        Parameters:
        ItemID - 项目编码
      • getName

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

        public void setName​(String Name)
        Set 项目名称
        Parameters:
        Name - 项目名称
      • getUnit

        public String getUnit()
        Get 单位
        Returns:
        Unit 单位
      • setUnit

        public void setUnit​(String Unit)
        Set 单位
        Parameters:
        Unit - 单位
      • getQuantity

        public String getQuantity()
        Get 数量
        Returns:
        Quantity 数量
      • setQuantity

        public void setQuantity​(String Quantity)
        Set 数量
        Parameters:
        Quantity - 数量
      • getStandard

        public String getStandard()
        Get 标准
        Returns:
        Standard 标准
      • setStandard

        public void setStandard​(String Standard)
        Set 标准
        Parameters:
        Standard - 标准
      • getTotal

        public String getTotal()
        Get 金额
        Returns:
        Total 金额
      • setTotal

        public void setTotal​(String Total)
        Set 金额
        Parameters:
        Total - 金额