Class BaselineBasicInfo

    • Constructor Detail

      • BaselineBasicInfo

        public BaselineBasicInfo()
      • BaselineBasicInfo

        public BaselineBasicInfo​(BaselineBasicInfo 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,表示取不到有效值。
      • getBaselineId

        public Long getBaselineId()
        Get 基线id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BaselineId 基线id 注意:此字段可能返回 null,表示取不到有效值。
      • setBaselineId

        public void setBaselineId​(Long BaselineId)
        Set 基线id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BaselineId - 基线id 注意:此字段可能返回 null,表示取不到有效值。
      • getParentId

        public Long getParentId()
        Get 父级id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParentId 父级id 注意:此字段可能返回 null,表示取不到有效值。
      • setParentId

        public void setParentId​(Long ParentId)
        Set 父级id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParentId - 父级id 注意:此字段可能返回 null,表示取不到有效值。