Class ConfigParameterVO

java.lang.Object
com.soffid.iam.bpm.api.ConfigParameterVO
All Implemented Interfaces:
Serializable

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

    • ConfigParameterVO

      public ConfigParameterVO()
    • ConfigParameterVO

      public ConfigParameterVO(Long id, String app, String key, String value)
    • ConfigParameterVO

      public ConfigParameterVO(ConfigParameterVO otherBean)
  • Method Details

    • getId

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

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

      public String getApp()
      Gets value for attribute app
    • setApp

      public void setApp(String app)
      Sets value for attribute app
    • getKey

      public String getKey()
      Gets value for attribute key
    • setKey

      public void setKey(String key)
      Sets value for attribute key
    • getValue

      public String getValue()
      Gets value for attribute value
    • setValue

      public void setValue(String value)
      Sets value for attribute value
    • toString

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