com.ibm.ram.common.data
Class CommunityInformation

java.lang.Object
  extended by 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

Constructor Summary
CommunityInformation()
          Default Constructor
CommunityInformation(int id)
          fill in the id
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setId(int value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunityInformation

public CommunityInformation()
Default Constructor

Since:
7.1

CommunityInformation

public CommunityInformation(int id)
fill in the id

Since:
7.1
Method Detail

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