org.scohen.juploadr.app
Interface PhotoSet
- All Known Implementing Classes:
- FlickrPhotoSet, ZooomrPhotoSet
- public interface PhotoSet
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.