Package org.openiam.base
Class BaseProperty
- java.lang.Object
-
- org.openiam.base.BaseProperty
-
- All Implemented Interfaces:
Serializable
public class BaseProperty extends Object implements Serializable
- Author:
- zaporozhec
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseProperty()BaseProperty(String name, String value)BaseProperty(String name, String value, String attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()StringgetName()StringgetValue()voidsetAttribute(String attribute)voidsetName(String name)voidsetValue(String value)
-