public class ExtendedInfoImpl extends Object implements ExtendedInfo
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ExtendedInfoImpl.BlobInfo  | 
static class  | 
ExtendedInfoImpl.BooleanInfo  | 
static class  | 
ExtendedInfoImpl.DateInfo  | 
static class  | 
ExtendedInfoImpl.DoubleInfo  | 
static class  | 
ExtendedInfoImpl.LongInfo  | 
static class  | 
ExtendedInfoImpl.StringInfo  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExtendedInfoImpl | 
createExtendedInfo(Serializable value)  | 
Long | 
getId()  | 
Serializable | 
getSerializableValue()  | 
<T> T | 
getValue(Class<T> clazz)  | 
void | 
setId(Long id)  | 
String | 
toString()  | 
public static ExtendedInfoImpl createExtendedInfo(Serializable value)
public Long getId()
getId in interface ExtendedInfopublic void setId(Long id)
setId in interface ExtendedInfopublic Serializable getSerializableValue()
getSerializableValue in interface ExtendedInfopublic <T> T getValue(Class<T> clazz)
getValue in interface ExtendedInfoCopyright © 2019 Nuxeo. All rights reserved.