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