com.vinculumtech.platform.root
Interface PersistenceIdentifiable


public interface PersistenceIdentifiable

The PersistenceIdentifiable interfaces tells a given PersistenceSession instance that the implementing class needs to know the identity assigned to it, or that it already knows its identity, and should be consulted.

Notes:
This interface and its purpsose isn't fully fleshed out, i'm waiting additional use cases and design issues around pending PersistenceSession impls before it is solidified. Mostly the semantics of this interface are determined by the given PersistenceSession.

Version:
$Id: //depot/carrierwave/src/server/com/vinculumtech/platform/root/PersistenceIdentifiable.java#2 $

Method Summary
 java.lang.Object getIdentity()
           
 void setIdentity(java.lang.Object identity)
           
 

Method Detail

getIdentity

public java.lang.Object getIdentity()

setIdentity

public void setIdentity(java.lang.Object identity)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.