public class SubCommunity extends Object
| Constructor and Description |
|---|
SubCommunity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getCommunityId() |
String |
getLabel() |
List<Param> |
getParams() |
String |
getParent() |
String |
getSubCommunityId() |
boolean |
isBrowsable() |
boolean |
isClaim() |
void |
setBrowsable(boolean browsable) |
void |
setCategory(String category) |
void |
setClaim(boolean claim) |
void |
setCommunityId(String communityId) |
void |
setLabel(String label) |
void |
setParams(List<Param> map) |
void |
setParent(String parent) |
void |
setSubCommunityId(String subCommunityId) |
String |
toString() |
public String getSubCommunityId()
public void setSubCommunityId(String subCommunityId)
public String getCommunityId()
public void setCommunityId(String communityId)
public String getParent()
public void setParent(String parent)
public String getLabel()
public void setLabel(String label)
public String getCategory()
public void setCategory(String category)
public boolean isClaim()
public void setClaim(boolean claim)
public boolean isBrowsable()
public void setBrowsable(boolean browsable)
Copyright © 2024. All rights reserved.