Package com.soffid.iam.model
Class AbstractParameter
- java.lang.Object
-
- com.soffid.iam.model.AbstractParameter
-
- All Implemented Interfaces:
Serializable
public abstract class AbstractParameter extends Object implements Serializable
ValueObject AbstractParameter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractParameter()
AbstractParameter(AbstractParameter otherBean)
AbstractParameter(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets value for attribute nameObject
getValue()
Gets value for attribute valuevoid
setName(String name)
Sets value for attribute namevoid
setValue(Object value)
Sets value for attribute valueString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AbstractParameter
public AbstractParameter()
-
AbstractParameter
public AbstractParameter(AbstractParameter otherBean)
-
-