Package nl.tailormap.viewer.config
Class ClobElement
- java.lang.Object
-
- nl.tailormap.viewer.config.ClobElement
-
@Embeddable public class ClobElement extends Object
- Author:
- Matthijs Laan
-
-
Constructor Summary
Constructors Constructor Description ClobElement()ClobElement(String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue()inthashCode()static booleanisNotBlank(ClobElement e)static StringnullSafeGet(ClobElement e)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
ClobElement
public ClobElement()
-
ClobElement
public ClobElement(String value)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
isNotBlank
public static boolean isNotBlank(ClobElement e)
-
nullSafeGet
public static String nullSafeGet(ClobElement e)
-
-