com.arsdigita.acs.chat
Class ChatRoom

java.lang.Object
  |
  +--com.arsdigita.acs.Selection
        |
        +--com.arsdigita.acs.SingleSelection
              |
              +--com.arsdigita.acs.chat.ChatRoom
All Implemented Interfaces:
DataSource

public class ChatRoom
extends SingleSelection


Fields inherited from class com.arsdigita.acs.SingleSelection
props
 
Fields inherited from class com.arsdigita.acs.Selection
ctr, db, rs, rsmd
 
Constructor Summary
(package private) ChatRoom(ResultSet rs)
           
 
Method Summary
 String getGroupId()
           
 String getName()
           
 String getRoomId()
           
 boolean isModerated()
           
 boolean isPrivate()
           
 
Methods inherited from class com.arsdigita.acs.SingleSelection
contains, dumpBLOB, get, getBLOB, keys, next, rownum
 
Methods inherited from class com.arsdigita.acs.Selection
freeze, getBLOB
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatRoom

ChatRoom(ResultSet rs)
   throws IOException,
          SQLException
Method Detail

getRoomId

public String getRoomId()
                 throws DataSourceException

getName

public String getName()
               throws DataSourceException

isModerated

public boolean isModerated()
                    throws DataSourceException

isPrivate

public boolean isPrivate()
                  throws DataSourceException

getGroupId

public String getGroupId()
                  throws DataSourceException