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 boolean
equals(Object obj)
String
getCategory()
String
getValue()
int
hashCode()
void
setCategory(String category)
void
setValue(String value)
-