Package com.logicaldoc.webservice.model
Class WSAttributeOption
- java.lang.Object
-
- com.logicaldoc.webservice.model.WSAttributeOption
-
- All Implemented Interfaces:
Serializable
public class WSAttributeOption extends Object implements Serializable
An option for a preset attribute- Since:
- 8.8.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSAttributeOption()WSAttributeOption(String value, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCategory()StringgetValue()inthashCode()voidsetCategory(String category)voidsetValue(String value)
-