org.apache.commons.ognl.test.objects
Class BaseGeneric<E extends GenericObject,I extends Serializable>

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.BaseGeneric<E,I>
Direct Known Subclasses:
GameGeneric

public class BaseGeneric<E extends GenericObject,I extends Serializable>
extends Object

Used to test ognl handling of java generics.


Field Summary
protected  I[] ids
           
 
Constructor Summary
BaseGeneric()
           
 
Method Summary
 String format(Object value)
           
 I[] getIds()
           
 String getMessage()
           
 GenericService getService()
           
 E getValue()
           
 void setIds(I[] ids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ids

protected I extends Serializable[] ids
Constructor Detail

BaseGeneric

public BaseGeneric()
Method Detail

setIds

public void setIds(I[] ids)

getIds

public I[] getIds()

getMessage

public String getMessage()

getValue

public E getValue()

getService

public GenericService getService()

format

public String format(Object value)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.