Class MaterialAddedEvent

    • Constructor Detail

      • MaterialAddedEvent

        public MaterialAddedEvent()
      • MaterialAddedEvent

        public MaterialAddedEvent​(MaterialAddedEvent 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 列表。
      • getOwner

        public Entity getOwner()
        Get 添加的媒体归属。
        Returns:
        Owner 添加的媒体归属。
      • setOwner

        public void setOwner​(Entity Owner)
        Set 添加的媒体归属。
        Parameters:
        Owner - 添加的媒体归属。
      • getClassPath

        public String getClassPath()
        Get 添加的媒体分类路径。
        Returns:
        ClassPath 添加的媒体分类路径。
      • setClassPath

        public void setClassPath​(String ClassPath)
        Set 添加的媒体分类路径。
        Parameters:
        ClassPath - 添加的媒体分类路径。