Class SyncTableField

    • Constructor Detail

      • SyncTableField

        public SyncTableField()
      • SyncTableField

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

      • getSourceName

        public String getSourceName()
        Get TcaplusDB表字段名称
        Returns:
        SourceName TcaplusDB表字段名称
      • setSourceName

        public void setSourceName​(String SourceName)
        Set TcaplusDB表字段名称
        Parameters:
        SourceName - TcaplusDB表字段名称
      • getTargetName

        public String getTargetName()
        Get 目标缓写表的字段名称
        Returns:
        TargetName 目标缓写表的字段名称
      • setTargetName

        public void setTargetName​(String TargetName)
        Set 目标缓写表的字段名称
        Parameters:
        TargetName - 目标缓写表的字段名称