|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Album
public class Album
Contains the Album info
| Constructor Summary | |
|---|---|
Album()
|
|
| Method Summary | |
|---|---|
String |
getCoverPhoto()
Retrieves the URL of album cover photo |
String |
getId()
Retrieves the album id |
String |
getLink()
Retrieves the album view link |
String |
getName()
Retrieves the album name |
List<Photo> |
getPhotos()
Retrieves the list of albmun photos |
int |
getPhotosCount()
Retrieves the album photos count |
void |
setCoverPhoto(String coverPhoto)
Updates the album cover photo URL string |
void |
setId(String id)
Updates the album id |
void |
setLink(String link)
Updates the album view link |
void |
setName(String name)
Updates the album nane |
void |
setPhotos(List<Photo> photos)
Updates the list of album photos |
void |
setPhotosCount(int photosCount)
Updates the album photo count |
String |
toString()
Retrieves the Album as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Album()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - album idpublic String getName()
public void setName(String name)
name - album namepublic String getLink()
public void setLink(String link)
link - album linkpublic String getCoverPhoto()
public void setCoverPhoto(String coverPhoto)
coverPhoto - album cover photo URL stringpublic int getPhotosCount()
public void setPhotosCount(int photosCount)
photosCount - album photos countpublic List<Photo> getPhotos()
public void setPhotos(List<Photo> photos)
photos - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||