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 String
getAttribute()
String
getName()
String
getValue()
void
setAttribute(String attribute)
void
setName(String name)
void
setValue(String value)
-