Class ServiceInfoData
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfoData
-
- All Implemented Interfaces:
Serializable
public class ServiceInfoData extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInfoData()ServiceInfoData(String key, String value, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetKey()StringgetValue()voidsetCategory(String category)voidsetKey(String key)voidsetValue(String value)StringtoString()
-