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 StringReturns the language specific displayname for this storeelement ornullif no display name is set for this language.Returns theLanguagethis LanguageInfo storeelement belongs to.voidsetDescription(String description) Sets the description parameter.voidsetDisplayName(@Nullable String displayName) Sets the display name for this storeelement for the underlying languageMethods inherited from interface java.lang.Comparable
compareToMethods 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, 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, toXmlMethods inherited from interface de.espirit.firstspirit.access.Workflowable
getColor, getTask, hasTask, removeTask, setColor, setTask
-
Method Details
-
getLanguage
Language getLanguage()Returns theLanguagethis LanguageInfo storeelement belongs to.- Returns:
- the belonging
Languageof this storeelement - Since:
- 4.0
-
getDisplayName
Returns the language specific displayname for this storeelement ornullif 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, usenullto 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
-