Class Room


public class Room

Insert the type's description here. Creation date: (24.04.2001 16:58:40)

Author:
:

Constructor Summary
Room()
          Raum constructor comment.
Room(String name)
          Insert the method's description here.
Room(String name, SpeaRServiceInterface proxy, String serviceID)
          Insert the method's description here.

Method Summary
 java.lang.StringgetName()
          Insert the method's description here.
 SpeaRServiceInterfacegetProxy()
           
 StringgetServiceID()
           
 booleanisActive()
          Insert the method's description here.
 voidsetActive(boolean newActive)
          Insert the method's description here.
 voidsetName(java.lang.String newName)
          Insert the method's description here.
 StringtoString()
          Insert the method's description here.

Constructor Detail

Room

public Room()
Raum constructor comment.

Room

public Room(String name)
Insert the method's description here. Creation date: (24.04.2001 17:08:37)
Parameters:
name - java.lang.String

Room

public Room(String name, SpeaRServiceInterface proxy, String serviceID)
Insert the method's description here. Creation date: (24.04.2001 17:08:37)
Parameters:
name - java.lang.String
Method Detail

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (24.04.2001 17:08:51)
Returns: java.lang.String

getProxy

public SpeaRServiceInterface getProxy()

getServiceID

public String getServiceID()

isActive

public boolean isActive()
Insert the method's description here. Creation date: (24.04.2001 16:59:13)
Returns: boolean

setActive

public void setActive(boolean newActive)
Insert the method's description here. Creation date: (24.04.2001 16:59:13)
Parameters:
newActive - boolean

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (24.04.2001 17:08:51)
Parameters:
newName - java.lang.String

toString

public String toString()
Insert the method's description here. Creation date: (24.04.2001 17:09:09)
Returns: java.lang.String

Association Links

to Class java.lang.String

to Class SpeaRServiceInterface

to Class java.lang.String