Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Room


java.lang.Object

  |

  +--portlets.compoze.groupware.AbstractItem

        |

        +--portlets.compoze.groupware.calendar.Resource

              |

              +--portlets.compoze.groupware.calendar.Room

All Implemented Interfaces:
java.io.Serializable

public class Room
extends Resource
implements java.io.Serializable

This class represents a room.

See Also:
Serialized Form

Constructor Summary
Room()
          Constructor.
Room(java.lang.String sID)
          Constructor.
 
Method Summary
 int getCapacity()
          Gets the capacity of the room.
 void setCapacity(int iCapacity)
          Sets the capacity of the room.
 
Methods inherited from class portlets.compoze.groupware.calendar.Resource
getDescription, getFullName, getResourceType, setDescription, setFullName, setResourceType
 
Methods inherited from class portlets.compoze.groupware.AbstractItem
getAttachmentCount, getAttachmentInfoArray, getBodyHtml, getBodyText, getBodyTextAsHtml, getDateCreated, getID, getImportance, getIndex, getItemType, getSize, getSizeInKilobytes, getSubject, getSubject, hasAttachment, prettyTruncate, setAttachmentCount, setAttachmentInfoArray, setBodyHtml, setBodyText, setDateCreated, setHasAttachment, setID, setImportance, setIndex, setItemType, setSize, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Room


public Room()
Constructor.

Room


public Room(java.lang.String sID)
Constructor.
Parameters:
sID - the id of the room
Method Detail

getCapacity


public int getCapacity()
Gets the capacity of the room.
Returns:
the capacity of the room

setCapacity


public void setCapacity(int iCapacity)
Sets the capacity of the room.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.