Class NamedValue
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.data.NamedValue
-
@Immutable public class NamedValue extends Object
-
-
Constructor Summary
Constructors Constructor Description NamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-