Class Plugin

java.lang.Object
com.soffid.iam.sync.agent.Plugin
All Implemented Interfaces:
Serializable

public class Plugin extends Object implements Serializable
ValueObject Plugin
See Also:
  • Constructor Details

    • Plugin

      public Plugin()
    • Plugin

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

      public Plugin(Plugin otherBean)
  • Method Details

    • 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