org.scohen.juploadr.app
Interface PhotoSet

All Known Implementing Classes:
FlickrPhotoSet, ZooomrPhotoSet

public interface PhotoSet


Method Summary
 void addPhoto(ImageAttributes atts)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 int getNumberOfPhotos()
           
 java.util.List getPhotos()
           
 ImageAttributes getPrimaryPhoto()
           
 java.lang.String getPrimaryPhotoId()
           
 java.lang.String getSecret()
           
 java.lang.String getServer()
           
 java.lang.String getTitle()
           
 java.lang.String getUrl()
           
 boolean isNew()
           
 void removePhoto(ImageAttributes atts)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 void setNew(boolean new1)
           
 void setNumberOfPhotos(int numberOfPhotos)
           
 void setPrimaryPhoto(ImageAttributes primaryPhoto)
           
 void setPrimaryPhotoId(java.lang.String primaryPhotoId)
           
 void setSecret(java.lang.String secret)
           
 void setServer(java.lang.String server)
           
 void setTitle(java.lang.String title)
           
 void setUrl(java.lang.String url)
           
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getNumberOfPhotos

public int getNumberOfPhotos()
Returns:
Returns the numberOfPhotos.

setNumberOfPhotos

public void setNumberOfPhotos(int numberOfPhotos)
Parameters:
numberOfPhotos - The numberOfPhotos to set.

getSecret

public java.lang.String getSecret()
Returns:
Returns the secret.

setSecret

public void setSecret(java.lang.String secret)
Parameters:
secret - The secret to set.

getServer

public java.lang.String getServer()
Returns:
Returns the server.

setServer

public void setServer(java.lang.String server)
Parameters:
server - The server to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

equals

public boolean equals(java.lang.Object o)

isNew

public boolean isNew()
Returns:
Returns the new.

setNew

public void setNew(boolean new1)
Parameters:
new1 - The new to set.

getPrimaryPhoto

public ImageAttributes getPrimaryPhoto()
Returns:
Returns the primaryPhoto.

setPrimaryPhoto

public void setPrimaryPhoto(ImageAttributes primaryPhoto)
Parameters:
primaryPhoto - The primaryPhoto to set.

getPrimaryPhotoId

public java.lang.String getPrimaryPhotoId()
Returns:
Returns the primaryPhotoId.

setPrimaryPhotoId

public void setPrimaryPhotoId(java.lang.String primaryPhotoId)
Parameters:
primaryPhotoId - The primaryPhotoId to set.

getPhotos

public java.util.List getPhotos()

addPhoto

public void addPhoto(ImageAttributes atts)

removePhoto

public void removePhoto(ImageAttributes atts)

getUrl

public java.lang.String getUrl()
Returns:
Returns the url.

setUrl

public void setUrl(java.lang.String url)
Parameters:
url - The url to set.