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

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.ComponentImpl
All Implemented Interfaces:
IComponent
Direct Known Subclasses:
ComponentSubclass, FormComponentImpl, FormImpl

public class ComponentImpl
extends Object
implements IComponent


Constructor Summary
ComponentImpl()
           
 
Method Summary
 String getClientId()
           
 int getCount(String index)
           
 void setClientId(String id)
           
 void setCount(String index, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentImpl

public ComponentImpl()
Method Detail

getClientId

public String getClientId()
Specified by:
getClientId in interface IComponent

setClientId

public void setClientId(String id)
Specified by:
setClientId in interface IComponent

getCount

public int getCount(String index)
Specified by:
getCount in interface IComponent

setCount

public void setCount(String index,
                     int count)
Specified by:
setCount in interface IComponent


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