
@Embeddable public class ClobElement extends Object implements Serializable
| Constructor and Description |
|---|
ClobElement() |
ClobElement(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
static boolean |
isNotBlank(ClobElement e) |
static String |
nullSafeGet(ClobElement e) |
void |
setValue(String value) |
String |
toString() |
public ClobElement()
public ClobElement(String value)
public String getValue()
public void setValue(String value)
public static boolean isNotBlank(ClobElement e)
public static String nullSafeGet(ClobElement e)
Copyright © 2015–2019 B3Partners B.V.. All rights reserved.