Class ExtendedInfoImpl.LongInfo
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl
-
- org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl.LongInfo
-
- All Implemented Interfaces:
Serializable
,ExtendedInfo
- Enclosing class:
- ExtendedInfoImpl
public static class ExtendedInfoImpl.LongInfo extends ExtendedInfoImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl
ExtendedInfoImpl.BlobInfo, ExtendedInfoImpl.BooleanInfo, ExtendedInfoImpl.DateInfo, ExtendedInfoImpl.DoubleInfo, ExtendedInfoImpl.LongInfo, ExtendedInfoImpl.StringInfo
-
-
Constructor Summary
Constructors Constructor Description LongInfo(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLongValue()
Serializable
getSerializableValue()
void
setLongValue(Long value)
-
Methods inherited from class org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl
createExtendedInfo, getId, getValue, setId, toString
-
-
-
-
Method Detail
-
getSerializableValue
public Serializable getSerializableValue()
- Specified by:
getSerializableValue
in interfaceExtendedInfo
- Overrides:
getSerializableValue
in classExtendedInfoImpl
-
getLongValue
public Long getLongValue()
-
setLongValue
public void setLongValue(Long value)
-
-