Package com.soffid.iam.base.api
Class AgentDescriptorWorkflow
java.lang.Object
com.soffid.iam.base.api.AgentDescriptorWorkflow
- All Implemented Interfaces:
Serializable
ValueObject AgentDescriptorWorkflow
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentDescriptorWorkflow(AgentDescriptorWorkflow otherBean) AgentDescriptorWorkflow(String name, byte[] image) -
Method Summary
-
Constructor Details
-
AgentDescriptorWorkflow
public AgentDescriptorWorkflow() -
AgentDescriptorWorkflow
-
AgentDescriptorWorkflow
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getImage
public byte[] getImage()Gets value for attribute image -
setImage
public void setImage(byte[] image) Sets value for attribute image -
toString
Returns a string representation of the value object.
-