org.nanocontainer.testmodel
Class IdentifiableMixin

java.lang.Object
  extended byorg.nanocontainer.testmodel.IdentifiableMixin
All Implemented Interfaces:
AnotherInterface, Identifiable

public class IdentifiableMixin
extends java.lang.Object
implements Identifiable, AnotherInterface

Author:
Stephen Molitor

Constructor Summary
IdentifiableMixin()
           
IdentifiableMixin(IdGenerator generator)
           
 
Method Summary
 java.io.Serializable getId()
           
 void setId(java.io.Serializable id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiableMixin

public IdentifiableMixin(IdGenerator generator)

IdentifiableMixin

public IdentifiableMixin()
Method Detail

getId

public java.io.Serializable getId()
Specified by:
getId in interface Identifiable

setId

public void setId(java.io.Serializable id)
Specified by:
setId in interface Identifiable


Copyright © 2003-2007 Codehaus. All Rights Reserved.