com.silverpeas.questionReply.control
Class QuestionHeader

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

public final class QuestionHeader
extends com.silverpeas.util.i18n.AbstractBean
implements com.stratelia.silverpeas.contentManager.SilverContentInterface

The questionReply implementation of SilverContentInterface

See Also:
Serialized Form

Constructor Summary
QuestionHeader(Question question)
           
QuestionHeader(Question question, String instanceId, String date, String creatorId)
           
 
Method Summary
 String getCreatorId()
           
 String getDate()
           
 String getIconUrl()
           
 String getId()
           
 String getInstanceId()
           
 String getSilverCreationDate()
           
 String getTitle()
           
 String getURL()
           
 void init(Question question)
           
 
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

QuestionHeader

public QuestionHeader(Question question)

QuestionHeader

public QuestionHeader(Question question,
                      String instanceId,
                      String date,
                      String creatorId)
Method Detail

init

public void init(Question question)

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

getTitle

public String getTitle()

getDate

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

getIconUrl

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

getCreatorId

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

getSilverCreationDate

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


Copyright © 2016 Silverpeas. All Rights Reserved.