Package de.xima.fc.entities.interfaces
Interface INameProviding
-
- All Known Subinterfaces:
IAuthenticator<T>
,ICounter
,IDescriptionProvidingPlugin
,IFCPlugin
,IFCRemoteSyncPlugin
,IPluginAccessProperties
,IPluginActionNodeHandler<TData>
,IPluginAuthenticatorType
,IPluginBackendTheme
,IPluginClientDashboard
,IPluginConfigParamList
,IPluginCustomGUI
,IPluginDataSource
,IPluginEntities
,IPluginEntity<T,J,C>
,IPluginFormElementCatalogue
,IPluginFormElementWidget
,IPluginFormPrePersist
,IPluginFormPreProcess
,IPluginFormPreRender
,IPluginFormPreRespond
,IPluginFormPreview
,IPluginFormReplacer
,IPluginFormResource
,IPluginGeneric
,IPluginMailEncryption
,IPluginMenuEntries
,IPluginMonitor
,IPluginPortal
,IPluginProcessing
,IPluginProjectMenu
,IPluginProjectTemplate
,IPluginScopeClient
,IPluginScopeSystem
,IPluginServletAction
,IPluginSessionReplacer
,IPluginShutdown
,IPluginSystemReplacer
,IPluginTemplateReplacer
,IPluginTriggerHandler<TData>
,IPluginValidationRule
,IPluginWorkflowNode
,IPluginWorkflowTrigger
,IWorkflowElementEntity
- All Known Implementing Classes:
AAuthenticator
,AFCPlugin
,Aktion
,AktuellerBenutzer
,APluginActionNodeHandler
,APluginEntity
,APluginTriggerHandler
,AppointmentClosingTime
,AppointmentTemplate
,AWorkflowElement
,BaseActionProps
,BaseTriggerProps
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientCounter
,ClientPlugin
,DatenbankZugriff
,Datenquelle
,ExportAktionData
,ExportStatusData
,FcCatchErrorProps
,FcChangeFormAvailabilityProps
,FcChangeFormValueProps
,FcChangeStateProps
,FcCompressAsZipProps
,FcCopyFormRecordProps
,FcCounterProps
,FcCreateTextFileProps
,FcDeleteFormRecordProps
,FcDoiInitProps
,FcDoiVerifiedProps
,FcEmailProps
,FcExportToPersistenceProps
,FcExportToXmlProps
,FcFillPdfProps
,FcFillWordProps
,FcFormSubmitButtonProps
,FcHttpRequestProps
,FcImportFormValueFromXmlProps
,FcInvitationErrorProps
,FcInvitationSentProps
,FcLdapQueryProps
,FcManualProps
,FcMoveFormRecordToInboxProps
,FcProvideResourceProps
,FcQualifiedFormSubmitButtonProps
,FcQueueTaskProps
,FcRedirectProps
,FcRenewProcessIdProps
,FcReturnFileProps
,FcReturnProps
,FcSaveToFileSystemProps
,FcSetSavedFlagProps
,FcShowTemplateProps
,FcSqlStatementProps
,FcStateTimerProps
,FcThrowExceptionProps
,FcTimePointProps
,FcWriteFormRecordAttrProps
,FormTemplate
,FormTemplateTag
,FrontendServer
,LDAPAbfrage
,LDAPBenutzer
,LDAPGruppe
,LDAPZugriff
,Mandant
,MandantFrontendServer
,MandantRessource
,Modul
,PluginWrapperModel
,Postfach
,Projekt
,ProjektRessource
,Rolle
,Status
,SystemAuthenticator
,SystemMessage
,SystemPlugin
,Textbaustein
,VirtualBenutzer
,VirtualRolle
,WorkflowNode
,WorkflowState
,WorkflowStateModel
,WorkflowTask
,WorkflowTrigger
public interface INameProviding
Common interface for all objects (mainly entities) that have got a name.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
-
-
Field Detail
-
ATTR_NAME
static final String ATTR_NAME
JPA attribute name for thegetName()
field.- See Also:
- Constant Field Values
-
COL_NAME
static final String COL_NAME
Database column name for thegetName()
field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name of this object.
-
-