Class MaterialMovedEvent

    • Constructor Detail

      • MaterialMovedEvent

        public MaterialMovedEvent()
      • MaterialMovedEvent

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

      • getMaterialIdSet

        public String[] getMaterialIdSet()
        Get 要移动的媒体 Id 列表。
        Returns:
        MaterialIdSet 要移动的媒体 Id 列表。
      • setMaterialIdSet

        public void setMaterialIdSet​(String[] MaterialIdSet)
        Set 要移动的媒体 Id 列表。
        Parameters:
        MaterialIdSet - 要移动的媒体 Id 列表。
      • getSourceOwner

        public Entity getSourceOwner()
        Get 源媒体归属。
        Returns:
        SourceOwner 源媒体归属。
      • setSourceOwner

        public void setSourceOwner​(Entity SourceOwner)
        Set 源媒体归属。
        Parameters:
        SourceOwner - 源媒体归属。
      • getSourceClassPath

        public String getSourceClassPath()
        Get 源媒体分类路径。
        Returns:
        SourceClassPath 源媒体分类路径。
      • setSourceClassPath

        public void setSourceClassPath​(String SourceClassPath)
        Set 源媒体分类路径。
        Parameters:
        SourceClassPath - 源媒体分类路径。
      • getDestinationOwner

        public Entity getDestinationOwner()
        Get 目标媒体分类归属。
        Returns:
        DestinationOwner 目标媒体分类归属。
      • setDestinationOwner

        public void setDestinationOwner​(Entity DestinationOwner)
        Set 目标媒体分类归属。
        Parameters:
        DestinationOwner - 目标媒体分类归属。
      • getDestinationClassPath

        public String getDestinationClassPath()
        Get 目标媒体分类路径。
        Returns:
        DestinationClassPath 目标媒体分类路径。
      • setDestinationClassPath

        public void setDestinationClassPath​(String DestinationClassPath)
        Set 目标媒体分类路径。
        Parameters:
        DestinationClassPath - 目标媒体分类路径。