com.shephertz.app42.paas.sdk.jme.gallery
Class Album

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.gallery.Album

public class Album
extends App42Response

This Album object is the value object which contains the properties of Album along with the setter & getter for those properties.


Nested Class Summary
 class Album.Photo
          An inner class that contains the remaining properties of the Album.
 
Field Summary
 java.lang.String description
           
 java.lang.String name
           
 java.util.Vector photoList
           
 java.lang.String userName
           
 
Constructor Summary
Album()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the Album.
 java.lang.String getName()
          Returns the name of the Album.
 java.util.Vector getPhotoList()
          Returns the list of all the photos for the Album.
 java.lang.String getUserName()
          Returns the user name of the album.
 void setDescription(java.lang.String description)
          Sets the description of the Album.
 void setName(java.lang.String name)
          Sets the name of the Album which has to be created.
 void setPhotoList(java.util.Vector photoList)
          Sets the list of all the photos for the Album.
 void setUserName(java.lang.String userName)
          Sets the user name of the Album.
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString
 
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

photoList

public java.util.Vector photoList

userName

public java.lang.String userName
Constructor Detail

Album

public Album()
Method Detail

getDescription

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

Returns:
the description of the Album.

getName

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

Returns:
the name of the Album.

getPhotoList

public java.util.Vector getPhotoList()
Returns the list of all the photos for the Album.

Returns:
the list of all the photos for the Album.

getUserName

public java.lang.String getUserName()
Returns the user name of the album.

Returns:
the user name of the album.

setDescription

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

Parameters:
description - - Description of the Album

setName

public void setName(java.lang.String name)
Sets the name of the Album which has to be created.

Parameters:
name - - Name of the Album that has to be created

setPhotoList

public void setPhotoList(java.util.Vector photoList)
Sets the list of all the photos for the Album.

Parameters:
photoList - - list of all the photos for the Album.

setUserName

public void setUserName(java.lang.String userName)
Sets the user name of the Album.

Parameters:
userName - - User Name of the Album