com.aetrion.flickr.groups
Class Group
java.lang.Object
com.aetrion.flickr.groups.Group
public class Group
- extends java.lang.Object
Class representing a Flickr Group.
- Author:
- Anthony Eden
Constructor Summary |
Group()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getMembers
public int getMembers()
setMembers
public void setMembers(int members)
setMembers
public void setMembers(java.lang.String members)
getOnline
public int getOnline()
- Returns:
- the
setOnline
public void setOnline(int online)
setOnline
public void setOnline(java.lang.String online)
getChatId
public java.lang.String getChatId()
setChatId
public void setChatId(java.lang.String chatId)
getInChat
public int getInChat()
- Returns:
- the number of users in chat
setInChat
public void setInChat(int inChat)
setInChat
public void setInChat(java.lang.String inChat)
getPrivacy
public java.lang.String getPrivacy()
setPrivacy
public void setPrivacy(java.lang.String privacy)
isAdmin
public boolean isAdmin()
setAdmin
public void setAdmin(boolean admin)
getPhotoCount
public int getPhotoCount()
setPhotoCount
public void setPhotoCount(int photoCount)
setPhotoCount
public void setPhotoCount(java.lang.String photoCount)
isEighteenPlus
public boolean isEighteenPlus()
setEighteenPlus
public void setEighteenPlus(boolean eighteenPlus)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getIconServer
public java.lang.String getIconServer()
setIconServer
public void setIconServer(java.lang.String iconServer)
getThrottle
public Throttle getThrottle()
setThrottle
public void setThrottle(Throttle throttle)
Copyright (C) 2005-2007 Aetrion LLC. All Rights Reserved.