Package com.soffid.iam.bpm.api
Class ConfigParameterVO
java.lang.Object
com.soffid.iam.bpm.api.ConfigParameterVO
- All Implemented Interfaces:
Serializable
ValueObject ConfigParameterVO
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigParameterVO(ConfigParameterVO otherBean) ConfigParameterVO(Long id, String app, String key, String value) -
Method Summary
Modifier and TypeMethodDescriptiongetApp()Gets value for attribute appgetId()Gets value for attribute idgetKey()Gets value for attribute keygetValue()Gets value for attribute valuevoidSets value for attribute appvoidSets value for attribute idvoidSets value for attribute keyvoidSets value for attribute valuetoString()Returns a string representation of the value object.
-
Constructor Details
-
ConfigParameterVO
public ConfigParameterVO() -
ConfigParameterVO
-
ConfigParameterVO
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getApp
Gets value for attribute app -
setApp
Sets value for attribute app -
getKey
Gets value for attribute key -
setKey
Sets value for attribute key -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
toString
Returns a string representation of the value object.
-