com.ibm.ram.common.data
Class CommunityInformation
java.lang.Object
com.ibm.ram.common.data.CommunityInformation
- Direct Known Subclasses:
- RAMCommunity
public class CommunityInformation
- extends java.lang.Object
Provides information about a community
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunityInformation
public CommunityInformation()
- Default Constructor
- Since:
- 7.1
CommunityInformation
public CommunityInformation(int id)
- fill in the id
- Since:
- 7.1
getId
public int getId()
- Returns:
- The database id of the community.
- Since:
- 7.1
setId
public void setId(int value)
- Parameters:
value - The database id of the community.- Since:
- 7.1
getName
public java.lang.String getName()
- Returns:
- The name of the community.
- Since:
- 7.1
setName
public void setName(java.lang.String value)
- Parameters:
value - The name of the community.- Since:
- 7.1
getDescription
public java.lang.String getDescription()
- Returns:
- The description of the community
- Since:
- 7.1
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description for the community.- Since:
- 7.1