public class CommunityImpl extends Object implements Community, Serializable
| Constructor and Description |
|---|
CommunityImpl(UUID id,
String name,
String ownerId,
String communityType,
String description,
int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommunityType()
TODO Add a good description of the types
|
String |
getDescription()
Description for the community.
|
UUID |
getId()
The id for the group.
|
String |
getName()
The name of the community.
|
int |
getOrdinal()
Ordering index of the community
|
String |
getOwnerId()
The id of the branch that owns the community.
|
public String getName()
public String getOwnerId()
getOwnerId in interface Communitypublic String getCommunityType()
getCommunityType in interface Communitypublic String getDescription()
getDescription in interface Communitypublic int getOrdinal()
getOrdinal in interface CommunityCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.