Package com.openkm.bean
Class PropertyDefinition
- java.lang.Object
-
- com.openkm.bean.PropertyDefinition
-
public class PropertyDefinition extends Object
Property definition.- Author:
- jabad
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinition()Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetProperty(String key)Get property.voidsetProperty(String key, Object value)Add property.StringtoString()
-