Package org.silverpeas.core
Interface Nameable
-
- All Known Subinterfaces:
Attachment
,Contribution
,Folder
,I18nContribution
,LocalizedAttachment
,LocalizedContribution
,LocalizedResource
,SilverContentInterface
,SilverpeasComponentInstance
,SilverpeasContent
,SilverpeasPersonalComponentInstance
,SilverpeasResource
,SilverpeasSharedComponentInstance
,SilverpeasToolContent
,ValidableContribution
- All Known Implementing Classes:
AbstractBean
,AbstractI18NBean
,AbstractSilverpeasContentManager.ContributionWrapper
,AxisHeader
,BasketItem
,CalendarEvent
,CalendarEventOccurrence
,Comment
,ComponentInst
,ComponentInstLight
,Document
,DragAndDropWebEditorStore
,GlobalSilverContent
,HistorisedDocument
,HistorisedDocumentVersion
,NodeDetail
,PdcValueType
,PersonalComponentInstance
,PublicationDetail
,QuestionContainerDetail
,QuestionContainerHeader
,SearchResult
,SilverContent
,SimpleDocument
,SimpleDocumentVersion
,SpaceInst
,SpaceInstLight
,ToolInstance
,TreeNode
,Value
public interface Nameable
A nameable object in Silverpeas is an object that has both a name and a short textual description about it.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Gets the description about the object in Silverpeas.String
getName()
Gets the name of the object in Silverpeas.
-