com.stratelia.silverpeas.chat
Class ChatRoomDetail

java.lang.Object
  extended by com.silverpeas.util.i18n.AbstractI18NBean
      extended by com.silverpeas.util.i18n.AbstractBean
          extended by com.stratelia.silverpeas.chat.ChatRoomDetail
All Implemented Interfaces:
com.silverpeas.util.i18n.I18NBean, com.stratelia.silverpeas.contentManager.SilverContentInterface, Serializable

public class ChatRoomDetail
extends com.silverpeas.util.i18n.AbstractBean
implements com.stratelia.silverpeas.contentManager.SilverContentInterface, Serializable

See Also:
Serialized Form

Constructor Summary
ChatRoomDetail(String instanceId, String id, String name, String comment, String creatorId)
           
 
Method Summary
 String getCreatorId()
           
 String getDate()
           
 String getIconUrl()
           
 String getId()
           
 String getInstanceId()
           
 String getSilverCreationDate()
           
 String getTitle()
           
 String getURL()
           
 void setIconUrl(String iconUrl)
           
 void setId(String string)
           
 
Methods inherited from class com.silverpeas.util.i18n.AbstractBean
getDescription, getLanguages, getName
 
Methods inherited from class com.silverpeas.util.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getLanguage, getLanguageToDisplay, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stratelia.silverpeas.contentManager.SilverContentInterface
getDescription, getDescription, getLanguages, getName, getName
 

Constructor Detail

ChatRoomDetail

public ChatRoomDetail(String instanceId,
                      String id,
                      String name,
                      String comment,
                      String creatorId)
Method Detail

getURL

public String getURL()
Specified by:
getURL in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

getId

public String getId()
Specified by:
getId in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

getInstanceId

public String getInstanceId()
Specified by:
getInstanceId in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

getDate

public String getDate()
Specified by:
getDate in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

getCreatorId

public String getCreatorId()
Specified by:
getCreatorId in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

setIconUrl

public void setIconUrl(String iconUrl)

getIconUrl

public String getIconUrl()
Specified by:
getIconUrl in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

getTitle

public String getTitle()

getSilverCreationDate

public String getSilverCreationDate()
Specified by:
getSilverCreationDate in interface com.stratelia.silverpeas.contentManager.SilverContentInterface

setId

public void setId(String string)
Parameters:
string -


Copyright © 2016 Silverpeas. All Rights Reserved.