org.infoglue.deliver.portal.om
Class ParameterSetImpl

java.lang.Object
  extended by org.infoglue.deliver.portal.om.ParameterSetImpl
All Implemented Interfaces:
org.apache.pluto.om.common.ParameterSet, org.apache.pluto.om.Model

public class ParameterSetImpl
extends java.lang.Object
implements org.apache.pluto.om.common.ParameterSet

Dummy implementation of interface

Author:
Jöran TODO Implement this

Constructor Summary
ParameterSetImpl()
           
 
Method Summary
 void add(org.apache.pluto.om.common.Parameter parameter)
          Add parameter to the set
 org.apache.pluto.om.common.Parameter get(java.lang.String name)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterSetImpl

public ParameterSetImpl()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface org.apache.pluto.om.common.ParameterSet

get

public org.apache.pluto.om.common.Parameter get(java.lang.String name)
Specified by:
get in interface org.apache.pluto.om.common.ParameterSet

add

public void add(org.apache.pluto.om.common.Parameter parameter)
Add parameter to the set

Parameters:
parameter - add this parameter


Copyright © 2005 InfoGlue.org All Rights Reserved.