com.sage.orion.sdata.servlet.accpac
Class ServiceMap

java.lang.Object
  extended by com.sage.orion.sdata.servlet.accpac.ServiceMap

public class ServiceMap
extends java.lang.Object


Field Summary
 java.util.List<Service> services
           
 
Constructor Summary
ServiceMap()
           
 
Method Summary
 void addService(Service service)
           
 java.util.List<Service> getServices()
           
 java.util.Iterator<Service> getServicesIterator()
           
 boolean hasServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

public java.util.List<Service> services
Constructor Detail

ServiceMap

public ServiceMap()
Method Detail

getServices

public java.util.List<Service> getServices()

addService

public void addService(Service service)

getServicesIterator

public java.util.Iterator<Service> getServicesIterator()

hasServices

public boolean hasServices()


Copyright © 2011 Sage Software, Inc. All rights reserved.