All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flickr4java.flickr.photos.PhotoAllContext Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package com.flickr4java.flickr.photos;

public class PhotoAllContext {
	
	private PhotoSetList photoSetList = new PhotoSetList();
	private PoolList poolList = new PoolList();
	
	public PhotoSetList getPhotoSetList() {
		return photoSetList;
	}
	public void setPhotoSetList(PhotoSetList photoSetList) {
		this.photoSetList = photoSetList;
	}
	public PoolList getPoolList() {
		return poolList;
	}
	public void setPoolList(PoolList poolList) {
		this.poolList = poolList;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy