org.picocontainer.script.testmodel
Class IdentifiableMixin

java.lang.Object
  extended by org.picocontainer.script.testmodel.IdentifiableMixin
All Implemented Interfaces:
AnotherInterface, Identifiable

public class IdentifiableMixin
extends Object
implements Identifiable, AnotherInterface

Author:
Stephen Molitor

Constructor Summary
IdentifiableMixin()
           
IdentifiableMixin(IdGenerator generator)
           
 
Method Summary
 Serializable getId()
           
 void setId(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 Serializable getId()
Specified by:
getId in interface Identifiable

setId

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


Copyright © 2003-2010 Codehaus. All Rights Reserved.