Class Plugin

    • Constructor Detail

      • Plugin

        public Plugin()
      • Plugin

        public Plugin​(String name,
                      String version,
                      byte[] content)
      • Plugin

        public Plugin​(Plugin otherBean)
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getVersion

        public String getVersion()
        Gets value for attribute version
      • setVersion

        public void setVersion​(String version)
        Sets value for attribute version
      • getContent

        public byte[] getContent()
        Gets value for attribute content
      • setContent

        public void setContent​(byte[] content)
        Sets value for attribute content
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toPlugin

        public static Plugin toPlugin​(Plugin vo)
        Creates a Plugin value object based on a Plugin object.
      • toPluginList

        public static List<Plugin> toPluginList​(Collection<Plugin> source)
        Creates a Plugin list on a Plugin collection.
      • toPluginAsyncList

        public static AsyncList<Plugin> toPluginAsyncList​(AsyncList<Plugin> source)
        Creates a Plugin asynclist on a Plugin collection.
      • toPluginArray

        public static Plugin[] toPluginArray​(Plugin[] source)
        Creates a Plugin array on a Plugin array.
      • toPlugin

        public static void toPlugin​(Plugin source,
                                    Plugin target)
        Updates a Plugin value object based on a Plugin object.