com.shephertz.app42.paas.sdk.java.gallery
Class Album.Photo

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.java.gallery.Album.Photo
Enclosing class:
Album

public class Album.Photo
extends java.lang.Object

An inner class that contains the remaining properties of the Album.


Field Summary
 java.lang.String description
           
 java.lang.String name
           
 java.util.ArrayList<java.lang.String> tagList
           
 java.lang.String thumbNailTinyUrl
           
 java.lang.String thumbNailUrl
           
 java.lang.String tinyUrl
           
 java.lang.String url
           
 
Constructor Summary
Album.Photo()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the photo.
 java.lang.String getName()
          Returns the name of the photo.
 java.util.ArrayList<java.lang.String> getTagList()
          Returns the list of all the tags in the photo.
 java.lang.String getThumbNailTinyUrl()
          Returns the thumbnail tiny url of the photo.
 java.lang.String getThumbNailUrl()
          Returns the thumbnail url of the photo.
 java.lang.String getTinyUrl()
          Returns the tiny url of the photo.
 java.lang.String getUrl()
          Returns the url of the photo.
 void setDescription(java.lang.String description)
          Sets the description of the photo.
 void setName(java.lang.String name)
          Sets the name of the photo.
 void setTagList(java.util.ArrayList<java.lang.String> tagList)
          Sets the list of all the tags in the photo.
 void setThumbNailTinyUrl(java.lang.String thumbNailTinyUrl)
          Sets the thumbnail tiny url of the photo.
 void setThumbNailUrl(java.lang.String thumbNailUrl)
          Sets the thumbnail url of the photo.
 void setTinyUrl(java.lang.String tinyUrl)
          Sets the tiny url of the photo.
 void setUrl(java.lang.String url)
          Sets the url of the photo.
 java.lang.String toString()
          Returns the Album Response in JSON format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public java.lang.String description

name

public java.lang.String name

tagList

public java.util.ArrayList<java.lang.String> tagList

thumbNailTinyUrl

public java.lang.String thumbNailTinyUrl

thumbNailUrl

public java.lang.String thumbNailUrl

tinyUrl

public java.lang.String tinyUrl

url

public java.lang.String url
Constructor Detail

Album.Photo

public Album.Photo()
This is a constructor that takes no parameter

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the photo.

Returns:
the description of the photo.

getName

public java.lang.String getName()
Returns the name of the photo.

Returns:
the name of the photo.

getTagList

public java.util.ArrayList<java.lang.String> getTagList()
Returns the list of all the tags in the photo.

Returns:
the list of all the tags in the photo.

getThumbNailTinyUrl

public java.lang.String getThumbNailTinyUrl()
Returns the thumbnail tiny url of the photo.

Returns:
the thumbnail tiny url of the photo.

getThumbNailUrl

public java.lang.String getThumbNailUrl()
Returns the thumbnail url of the photo.

Returns:
the thumbnail url of the photo.

getTinyUrl

public java.lang.String getTinyUrl()
Returns the tiny url of the photo.

Returns:
the tiny url of the photo.

getUrl

public java.lang.String getUrl()
Returns the url of the photo.

Returns:
the url of the photo.

setDescription

public void setDescription(java.lang.String description)
Sets the description of the photo.

Parameters:
description - - Description of the photo

setName

public void setName(java.lang.String name)
Sets the name of the photo.

Parameters:
name - - Name of the photo

setTagList

public void setTagList(java.util.ArrayList<java.lang.String> tagList)
Sets the list of all the tags in the photo.

Parameters:
tagList - - list of all the tags in the photo.

setThumbNailTinyUrl

public void setThumbNailTinyUrl(java.lang.String thumbNailTinyUrl)
Sets the thumbnail tiny url of the photo.

Parameters:
thumbNailTinyUrl - - thumbnail tiny url of the photo

setThumbNailUrl

public void setThumbNailUrl(java.lang.String thumbNailUrl)
Sets the thumbnail url of the photo.

Parameters:
thumbnailUrl - - thumbnail url of the photo

setTinyUrl

public void setTinyUrl(java.lang.String tinyUrl)
Sets the tiny url of the photo.

Parameters:
tinyUrl - - tinyurl of the photo

setUrl

public void setUrl(java.lang.String url)
Sets the url of the photo.

Parameters:
url - - url of the photo

toString

public java.lang.String toString()
Returns the Album Response in JSON format.

Overrides:
toString in class java.lang.Object
Returns:
the response in JSON format.