Package org.nuxeo.mongodb.audit
Class MongoDBExtendedInfo
- java.lang.Object
-
- org.nuxeo.mongodb.audit.MongoDBExtendedInfo
-
- All Implemented Interfaces:
Serializable
,ExtendedInfo
public class MongoDBExtendedInfo extends Object implements ExtendedInfo
Extended info for theMongoDBExtendedInfo
.- Since:
- 9.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Serializable
value
-
Constructor Summary
Constructors Constructor Description MongoDBExtendedInfo(Serializable value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
Serializable
getSerializableValue()
<T> T
getValue(Class<T> clazz)
void
setId(Long id)
-
-
-
Field Detail
-
value
protected Serializable value
-
-
Constructor Detail
-
MongoDBExtendedInfo
public MongoDBExtendedInfo(Serializable value)
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getId
in interfaceExtendedInfo
-
setId
public void setId(Long id)
- Specified by:
setId
in interfaceExtendedInfo
-
getSerializableValue
public Serializable getSerializableValue()
- Specified by:
getSerializableValue
in interfaceExtendedInfo
-
getValue
public <T> T getValue(Class<T> clazz)
- Specified by:
getValue
in interfaceExtendedInfo
-
-