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 StringgetName()Gets value for attribute nameObjectgetValue()Gets value for attribute valuevoidsetName(String name)Sets value for attribute namevoidsetValue(Object value)Sets value for attribute valueStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AbstractParameter
public AbstractParameter()
-
AbstractParameter
public AbstractParameter(AbstractParameter otherBean)
-
-