org.apache.commons.ognl.test.objects
Interface GenericObject

All Known Implementing Classes:
GameGenericObject, PersonGenericObject

public interface GenericObject

Used by BaseGeneric to reference a class type.


Method Summary
 String getDisplayName()
           
 int getId()
           
 

Method Detail

getId

int getId()

getDisplayName

String getDisplayName()


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