Documentation home page

CFlickr.people
Component User

AbstractObject
  |
  +--people.User

Method Summary
public boolean getAdmin()
public numeric getBandwidthMax()
public numeric getBandwidthUsed()
public numeric getFileSizeMax()
public numeric getIconServer()
public string getIconUrl()
public string getId()
public string getLocation()
public string getMboxSha1sum()
public numeric getPhotosCount()
public date getPhotosFirstDate()
public date getPhotosFirstDateTaken()
public boolean getPro()
public string getRealName()
public string getUsername()
public User parseXmlElement(any xmlnode)
public void setAdmin(boolean admin)
public void setBandwidthMax(numeric bandwidthMax)
public void setBandwidthUsed(numeric bandwidthUsed)
public void setFileSizeMax(numeric filesizeMax)
public void setIconServer(numeric iconserver)
public void setId(string id)
public void setLocation(string location)
public void setMboxSha1sum(string mbox_sha1sum)
public void setPhotosCount(numeric PhotosCount)
public void setPhotosFirstDate(date photosFirstDate)
public void setPhotosFirstDateTaken(date photosFirstDateTaken)
public void setPro(boolean pro)
public void setRealName(string realname)
public void setUsername(string username)

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

getAdmin

public boolean getAdmin()

getBandwidthMax

public numeric getBandwidthMax()

getBandwidthUsed

public numeric getBandwidthUsed()

getFileSizeMax

public numeric getFileSizeMax()

getIconServer

public numeric getIconServer()

getIconUrl

public string getIconUrl()

getId

public string getId()

getLocation

public string getLocation()

getMboxSha1sum

public string getMboxSha1sum()

getPhotosCount

public numeric getPhotosCount()

getPhotosFirstDate

public date getPhotosFirstDate()

getPhotosFirstDateTaken

public date getPhotosFirstDateTaken()

getPro

public boolean getPro()

getRealName

public string getRealName()

getUsername

public string getUsername()

parseXmlElement

public CFlickr.people.User parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required) - An XML 'user' or 'person' node from the Flickr rest service

setAdmin

public void setAdmin(boolean admin)
Parameters:
boolean admin (Required)

setBandwidthMax

public void setBandwidthMax(numeric bandwidthMax)
Parameters:
numeric bandwidthMax (Required)

setBandwidthUsed

public void setBandwidthUsed(numeric bandwidthUsed)
Parameters:
numeric bandwidthUsed (Required)

setFileSizeMax

public void setFileSizeMax(numeric filesizeMax)
Parameters:
numeric filesizeMax (Required)

setIconServer

public void setIconServer(numeric iconserver)
Parameters:
numeric iconserver (Required)

setId

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

setLocation

public void setLocation(string location)
Parameters:
string location (Required)

setMboxSha1sum

public void setMboxSha1sum(string mbox_sha1sum)
Parameters:
string mbox_sha1sum (Required)

setPhotosCount

public void setPhotosCount(numeric PhotosCount)
Parameters:
numeric PhotosCount (Required)

setPhotosFirstDate

public void setPhotosFirstDate(date photosFirstDate)
Parameters:
date photosFirstDate (Required)

setPhotosFirstDateTaken

public void setPhotosFirstDateTaken(date photosFirstDateTaken)
Parameters:
date photosFirstDateTaken (Required)

setPro

public void setPro(boolean pro)
Parameters:
boolean pro (Required)

setRealName

public void setRealName(string realname)
Parameters:
string realname (Required)

setUsername

public void setUsername(string username)
Parameters:
string username (Required)