-
public class GroupShareBeanDescribes the shared group data model.
-
-
Method Summary
Modifier and Type Method Description longgetId()Get group id. voidsetId(long id)Set group id. voidsetShare(boolean share)Set whether the group will be shared. StringgetName()Get group name. voidsetName(String name)Set group name. StringgetIconUrl()Get group icon url. voidsetIconUrl(String iconUrl)Set group icon url. booleanisShare()Get whether the group is shared. -
-
Method Detail
-
getId
long getId()
Get group id.
-
setId
void setId(long id)
Set group id.
- Parameters:
id- group id
-
setShare
void setShare(boolean share)
Set whether the group will be shared.
- Parameters:
share- describes whether the group is shared
-
getName
String getName()
Get group name.
-
setName
void setName(String name)
Set group name.
- Parameters:
name- group name
-
getIconUrl
String getIconUrl()
Get group icon url.
-
setIconUrl
void setIconUrl(String iconUrl)
Set group icon url.
- Parameters:
iconUrl- group icon url
-
isShare
boolean isShare()
Get whether the group is shared.
-
-
-
-