Interface LanguageInfo
- All Superinterfaces:
Comparable<StoreElement>
,StoreElement
,Workflowable
This interface provides language specific infos
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionGet description parameter.@Nullable String
Returns the language specific displayname for this storeelement ornull
if no display name is set for this language.Returns theLanguage
this LanguageInfo storeelement belongs to.void
setDescription
(String description) Sets the description parameter.void
setDisplayName
(@Nullable String displayName) Sets the display name for this storeelement for the underlying languageMethods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.espirit.firstspirit.access.store.StoreElement
appendChild, appendChildBefore, delete, exportStoreElement, getChildCount, getChildIndex, getChildren, getChildren, getChildren, getChildren, getCreateWorkflowPermission, getDefinedPrincipalPermissions, getEditor, getElementType, getFirstChild, getIncomingReferences, getInheritedPrincipalPermissions, getLastChanged, getName, getNextSibling, getOutgoingReferences, getParent, getPermission, getPermission, getPermission, getPreviousSibling, getProject, getReferenceName, getReferences, getStore, getTreePermission, getWorkflowPermission, getWorkflowPermissions, getWriteLock, hasIncomingReferences, hasPermissions, importStoreElement, importStoreElements, inheritWorkflowPermission, isDeleted, isExportSupported, isFolder, isImportSupported, isLocked, isLockedOnServer, isLockSupported, isPermissionSupported, isWorkflowAllowed, isWorkflowSupported, refresh, removeAllWorkflowPermissions, removeChild, removePermission, removePermission, removePermission, removeWorkflowPermission, replaceChild, save, save, save, setInheritWorkflowPermission, setLock, setLock, setPermission, setPermission, setPermission, setWorkflowPermission, setWorkflowPermissions, setWriteLock, toXml, toXml, toXml
Methods inherited from interface de.espirit.firstspirit.access.Workflowable
getColor, getTask, hasTask, removeTask, setColor, setTask
-
Method Details
-
getLanguage
Language getLanguage()Returns theLanguage
this LanguageInfo storeelement belongs to.- Returns:
- the belonging
Language
of this storeelement - Since:
- 4.0
-
getDisplayName
Returns the language specific displayname for this storeelement ornull
if no display name is set for this language.- Returns:
- the language specific displayname
- Since:
- 4.0
-
setDisplayName
Sets the display name for this storeelement for the underlying language- Parameters:
displayName
- the new display name, usenull
to remove display name- Since:
- 4.0
-
getDescription
String getDescription()Get description parameter.- Since:
- 4.2.12
-
setDescription
Sets the description parameter.- Since:
- 4.2.12
-