com.sap.ip.collaboration.room.api
Interface IRoomCategory


public interface IRoomCategory

Interface describing a room category.

You can obtain an instance of IRoomCategory in several ways:

To set the room categories during room creation you first have to use the IRoomCategoryFactory to create new category instances and then put them into the method call IRoomInfo.setCategories(IRoomCategory[])

See Also:
IRoomCategoryFactory

Method Summary
 java.lang.String getName()
          Get the name of a the category
 

Method Detail

getName

public java.lang.String getName()
Get the name of a the category
Returns:
String containing the name of the category