org.jclouds.vcloud.domain.internal
Class TasksListImpl

java.lang.Object
  extended by org.jclouds.vcloud.domain.internal.TasksListImpl
All Implemented Interfaces:
TasksList

public class TasksListImpl
extends Object
implements TasksList

Locations of resources in vCloud

Author:
Adrian Cole

Constructor Summary
TasksListImpl(URI id, SortedSet<Task> tasks)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getLocation()
           
 SortedSet<Task> getTasks()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksListImpl

public TasksListImpl(URI id,
                     SortedSet<Task> tasks)
Method Detail

getTasks

public SortedSet<Task> getTasks()
Specified by:
getTasks in interface TasksList

getLocation

public URI getLocation()
Specified by:
getLocation in interface TasksList

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.