Class ServerPluginModuleEntity

    • Constructor Detail

      • ServerPluginModuleEntity

        public ServerPluginModuleEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getName

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

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

        public byte[] getContents()
        Gets value for attribute contents
      • setContents

        public void setContents​(byte[] contents)
        Sets value for attribute contents
      • getType

        public es.caib.seycon.ng.comu.ServerPluginModuleType getType()
        Gets value for attribute type
      • setType

        public void setType​(es.caib.seycon.ng.comu.ServerPluginModuleType type)
        Sets value for attribute type
      • setPlugin

        public void setPlugin​(ServerPluginEntity plugin)
        Sets value for attribute plugin
      • getInitClass

        public String getInitClass()
        Gets value for attribute initClass
      • setInitClass

        public void setInitClass​(String initClass)
        Sets value for attribute initClass
      • getResourceName

        public String getResourceName()
        Gets value for attribute resourceName
      • setResourceName

        public void setResourceName​(String resourceName)
        Sets value for attribute resourceName
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ServerPluginModuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object