Class AgentProperty

java.lang.Object
com.soffid.iam.base.api.AgentProperty
All Implemented Interfaces:
Serializable

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

    • AgentProperty

      public AgentProperty()
    • AgentProperty

      public AgentProperty(String template, String type)
    • AgentProperty

      public AgentProperty(AgentProperty otherBean)
  • Method Details

    • getTemplate

      public String getTemplate()
      Gets value for attribute template
    • setTemplate

      public void setTemplate(String template)
      Sets value for attribute template
    • getType

      public String getType()
      Gets value for attribute type
    • setType

      public void setType(String type)
      Sets value for attribute type
    • toString

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