org.apache.commons.ognl.test.objects
Class PersonGenericObject

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.PersonGenericObject
All Implemented Interfaces:
GenericObject

public class PersonGenericObject
extends Object
implements GenericObject


Constructor Summary
PersonGenericObject()
           
 
Method Summary
 String getDisplayName()
           
 int getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonGenericObject

public PersonGenericObject()
Method Detail

getId

public int getId()
Specified by:
getId in interface GenericObject

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface GenericObject


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