|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.webservices.Group
public class Group
Organizes users into a group for easier permissions management. In this way, groups essentially serve the same purpose that they do in Unix or Windows.
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.util.Date |
getCreationDate()
Returns the date that the group was created. |
java.lang.String |
getDescription()
Returns the description of the group. |
long |
getID()
Returns the id of the group. |
int |
getMemberCount()
Returns the number of users that belon gto this group. |
java.util.Date |
getModificationDate()
Returns the date that the group was last modified. |
java.lang.String |
getName()
Returns the name of the group. |
int |
hashCode()
|
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date of the group. |
void |
setDescription(java.lang.String description)
Sets the description of the group. |
void |
setID(long id)
|
void |
setMemberCount(int memberCount)
Sets the number of users that belon gto this group. |
void |
setModificationDate(java.util.Date modificationDate)
Sets the date the group was last modified. |
void |
setName(java.lang.String name)
Sets the name of the group. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public long getID()
public void setID(long id)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name for the group.
UnauthorizedException
- if does not have group administrator permissions.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the group.
UnauthorizedException
- if does not have group administrator permissions.public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the date the group was created.
UnauthorizedException
- if does not have administrator permissions.public java.util.Date getModificationDate()
public void setModificationDate(java.util.Date modificationDate)
modificationDate
- the date the group was modified.
UnauthorizedException
- if does not have administrator permissions.public int getMemberCount()
public void setMemberCount(int memberCount)
memberCount
- the number of users that belon gto this group.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |