Documentation home page

CFlickr.contacts
Component Contact

AbstractObject
  |
  +--people.User
      |
      +--contacts.Contact

Method Summary
public boolean getFamily()
public boolean getFriend()
public boolean getIgnored()
public Contact parseXmlElement(any xmlnode)
public void setFamily(boolean family)
public void setFriend(boolean friend)
public void setIgnored(boolean ignored)

Methods inherited from people.User
getPro, setIconServer, setPro, getPhotosFirstDateTaken, setRealName, setPhotosFirstDateTaken, setLocation, getPhotosFirstDate, getFileSizeMax, getIconUrl, getPhotosCount, setPhotosCount, getAdmin, getBandwidthUsed, getBandwidthMax, getUsername, getId, getRealName, setPhotosFirstDate, setFileSizeMax, setBandwidthUsed, getLocation, getMboxSha1sum, setAdmin, setMboxSha1sum, setId, setUsername, setBandwidthMax, getIconServer

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

getFamily

public boolean getFamily()

getFriend

public boolean getFriend()

getIgnored

public boolean getIgnored()

parseXmlElement

public CFlickr.contacts.Contact parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required)

setFamily

public void setFamily(boolean family)
Parameters:
boolean family (Required)

setFriend

public void setFriend(boolean friend)
Parameters:
boolean friend (Required)

setIgnored

public void setIgnored(boolean ignored)
Parameters:
boolean ignored (Required)