org.jboss.resteasy.skeleton.key.keystone.model
Class Services

java.lang.Object
  extended by org.jboss.resteasy.skeleton.key.keystone.model.Services
All Implemented Interfaces:
Serializable, Iterable<Service>

public class Services
extends Object
implements Iterable<Service>, Serializable

See Also:
Serialized Form

Constructor Summary
Services()
           
 
Method Summary
 List<Service> getList()
           
 Iterator<Service> iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Services

public Services()
Method Detail

getList

public List<Service> getList()
Returns:
the list

toString

public String toString()
Overrides:
toString in class Object

iterator

public Iterator<Service> iterator()
Specified by:
iterator in interface Iterable<Service>


Copyright © 2012. All Rights Reserved.