Documentation home page

CFlickr.photosets
Component Photoset

AbstractObject
  |
  +--AbstractList
      |
      +--photos.PhotoList
          |
          +--photosets.Photoset

Method Summary
public string getDescription()
public string getId()
public string getOwnerId()
public numeric getPhotoCount()
public Photo getPrimaryPhoto()
public string getTitle()
public string getUrl()
public Photoset parseXmlElement(any xmlnode)
public void setDescription(string description)
public void setId(string id)
public void setOwnerId(string owner)
public void setPhotoCount(numeric photocount)
public void setPrimaryPhoto(Photo primaryPhoto)
public void setTitle(string title)
public void setUrl(string url)

Methods inherited from photos.PhotoList
setPhotos, addPhoto, removePhoto, getPhotos

Methods inherited from AbstractList
getItems, getTotal, getPages, setItems, removeItem, getPage, setPages, setPage, addItem, setPerPage, getPerPage, setTotal

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

getDescription

public string getDescription()

getId

public string getId()

getOwnerId

public string getOwnerId()

getPhotoCount

public numeric getPhotoCount()

getPrimaryPhoto

public CFlickr.photos.Photo getPrimaryPhoto()

getTitle

public string getTitle()

getUrl

public string getUrl()

parseXmlElement

public CFlickr.photosets.Photoset parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required) - must be an xml element of type 'photoset'

setDescription

public void setDescription(string description)
Parameters:
string description (Required)

setId

public void setId(string id)
Parameters:
string id (Required)

setOwnerId

public void setOwnerId(string owner)
Parameters:
string owner (Required)

setPhotoCount

public void setPhotoCount(numeric photocount)
Parameters:
numeric photocount (Required)

setPrimaryPhoto

public void setPrimaryPhoto(Photo primaryPhoto)
Parameters:
Photo primaryPhoto (Required)

setTitle

public void setTitle(string title)
Parameters:
string title (Required)

setUrl

public void setUrl(string url)
Parameters:
string url (Required)