Package com.soffid.iam.sync.agent
Class Plugin
java.lang.Object
com.soffid.iam.sync.agent.Plugin
- All Implemented Interfaces:
Serializable
ValueObject Plugin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets value for attribute contentgetName()Gets value for attribute nameGets value for attribute versionvoidsetContent(byte[] content) Sets value for attribute contentvoidSets value for attribute namevoidsetVersion(String version) Sets value for attribute versiontoString()Returns a string representation of the value object.
-
Constructor Details
-
Plugin
public Plugin() -
Plugin
-
Plugin
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getVersion
Gets value for attribute version -
setVersion
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
Returns a string representation of the value object.
-