public class DeletedDocumentInfo extends SpaceDocument
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_FULL_TYPE_NAME |
static String |
PROPERTY_ID |
static String |
PROPERTY_TIMESTAMP |
Constructor and Description |
---|
DeletedDocumentInfo(String deletedObjectsTableName,
String typeName,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getFullTypeName() |
String |
getId() |
Long |
getTimestamp() |
static SpaceTypeDescriptor |
getTypeDescriptor(String typeName) |
DeletedDocumentInfo |
setFullTypeName(String typeName) |
DeletedDocumentInfo |
setId(String id) |
DeletedDocumentInfo |
setTimestamp(long timestamp) |
String |
toString() |
addProperties, containsProperty, equals, getProperties, getProperty, getTypeName, getVersion, hashCode, initFromDocument, initialize, isTransient, readExternal, readExternalV1, removeProperty, setProperty, setTransient, setTypeName, setVersion, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final String PROPERTY_ID
public static final String PROPERTY_FULL_TYPE_NAME
public static final String PROPERTY_TIMESTAMP
public static SpaceTypeDescriptor getTypeDescriptor(String typeName)
public DeletedDocumentInfo setId(String id)
public DeletedDocumentInfo setTimestamp(long timestamp)
public DeletedDocumentInfo setFullTypeName(String typeName)
public String getId()
public Long getTimestamp()
public String getFullTypeName()
public String toString()
toString
in class SpaceDocument
Copyright © GigaSpaces.