Class BaseItem2

    • Constructor Detail

      • BaseItem2

        public BaseItem2()
      • BaseItem2

        public BaseItem2​(BaseItem2 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 类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 类型 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 类型 注意:此字段可能返回 null,表示取不到有效值。
      • getSrc

        public String getSrc()
        Get 原始文本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Src 原始文本 注意:此字段可能返回 null,表示取不到有效值。
      • setSrc

        public void setSrc​(String Src)
        Set 原始文本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Src - 原始文本 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public String getValue()
        Get 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
      • getCoords

        public Coord[] getCoords()
        Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Coords 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
      • setCoords

        public void setCoords​(Coord[] Coords)
        Set 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Coords - 四点坐标 注意:此字段可能返回 null,表示取不到有效值。