|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.gallery.Album
public class Album
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 |
---|
public java.lang.String description
public java.lang.String name
public java.util.Vector photoList
public java.lang.String userName
Constructor Detail |
---|
public Album()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.Vector getPhotoList()
public java.lang.String getUserName()
public void setDescription(java.lang.String description)
description
- - Description of the Albumpublic void setName(java.lang.String name)
name
- - Name of the Album that has to be createdpublic void setPhotoList(java.util.Vector photoList)
photoList
- - list of all the photos for the Album.public void setUserName(java.lang.String userName)
userName
- - User Name of the Album
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |