org.electrocodeogram.cpc.core.api.data.special
Interface IMultiKeyStatefulObject

All Superinterfaces:
IStatefulObject

public interface IMultiKeyStatefulObject
extends IStatefulObject

This interface is for internal use only.
It is not intended to be implemented by any client of the CPC framework.

Author:
vw

Method Summary
 java.util.List<java.lang.String> getPersistenceObjectIdentifiers()
          Retrieves a list of keys which together form a unique identifier for the object.
 
Methods inherited from interface org.electrocodeogram.cpc.core.api.data.special.IStatefulObject
getPersistenceClassIdentifier, getPersistenceObjectIdentifier, getState, getStateTypes, setState
 

Method Detail

getPersistenceObjectIdentifiers

java.util.List<java.lang.String> getPersistenceObjectIdentifiers()
Retrieves a list of keys which together form a unique identifier for the object.

Returns:
list of keys which form a unique identifier, never null.
See Also:
IStatefulObject.getPersistenceObjectIdentifier()