org.walluck.oscar
Class IncomingIMCH2.Info.ChatInternal

java.lang.Object
  extended byorg.walluck.oscar.IncomingIMCH2.Info.ChatInternal
Enclosing class:
IncomingIMCH2.Info

public class IncomingIMCH2.Info.ChatInternal
extends java.lang.Object

ChatInternal class.


Constructor Summary
IncomingIMCH2.Info.ChatInternal()
           
 
Method Summary
 Chat getRoomInfo()
          Get the value of roomInfo.
 void setRoomInfo(Chat roomInfo)
          Set the value of roomInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingIMCH2.Info.ChatInternal

public IncomingIMCH2.Info.ChatInternal()
Method Detail

getRoomInfo

public Chat getRoomInfo()
Get the value of roomInfo.

Returns:
value of roomInfo.

setRoomInfo

public void setRoomInfo(Chat roomInfo)
Set the value of roomInfo.

Parameters:
roomInfo - Value to assign to roomInfo.