public class StoreListingDTO<T extends ArtifactStore> extends Object implements Iterable<T>
StoreListingDTO()
StoreListingDTO(List<T> items)
List<T>
getItems()
Iterator<T>
iterator()
void
setItems(List<T> items)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StoreListingDTO()
public StoreListingDTO(List<T> items)
public List<T> getItems()
public void setItems(List<T> items)
public String toString()
toString
Object
public Iterator<T> iterator()
iterator
Iterable<T extends ArtifactStore>
Copyright © 2015. All Rights Reserved.