com.atlassian.confluence.importexport
Interface ImmutableImportProcessorSummary.PersistedKey
- Enclosing interface:
- ImmutableImportProcessorSummary
public static interface ImmutableImportProcessorSummary.PersistedKey
Represents the key of a persisted object. It consists of the class of the persisted object as well as its key.
The key must be immutable and overrides #hashCode()
and #equals(Object)
to implement the
compare content instead of identity.
getPersistedClass
java.lang.Class getPersistedClass()
getPersistedId
java.lang.Object getPersistedId()
Copyright © 2003-2014 Atlassian. All Rights Reserved.