java.lang.Object
de.rpgframework.genericrpg.data.DataItem
- Bekannte direkte Unterklassen:
ComplexDataItem,Module,RuleInterpretation
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringAn identifier within typeprotected StringDefines if this DataItem is only to be used for this language.protected static final System.Loggerprotected DataItemprotected List<PageReference> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddLanguageAlternative(String lang, DataItem alt) voidassignToDataSet(DataSet set) Use getDescription(Locale)getDescription(Locale locale) protected DataSetgetFirstParent(Locale locale) getId()<T extends DataItem>
TgetLanguageAlternative(String lang) getLocalizedString(Locale locale, String key) getLocalizedString(Locale locale, List<String> keys) getName()Use getName(Locale)getResource(String name) getShortName(Locale locale) booleanhasLanguageAlternative(String lang) booleanhasLicense(Locale locale) booleaninDataSets(Collection<DataSet> sets) voidvoidsetParentItem(DataItem parentItem) toString()voidvalidate()Used in deriving classes to perform validation checks on loading, if necessary
-
Felddetails
-
logger
-
parentSet
-
id
An identifier within type -
lang
Defines if this DataItem is only to be used for this language. This helps to model situations when there is a default and a deviant definition for a different language -
parentItem
-
datasets
-
languageAlternatives
-
-
Konstruktordetails
-
DataItem
protected DataItem()
-
-
Methodendetails
-
assignToDataSet
-
getAssignedDataSets
-
inDataSets
-
getTypeString
-
getId
-
setId
-
toString
-
getName
Use getName(Locale) -
setParentItem
-
getFirstParent
-
getLocalizedString
-
getResource
-
getLocalizedString
-
getName
-
getShortName
-
getDescription
Use getDescription(Locale) -
hasLicense
-
getDescription
-
getLanguage
-
validate
Used in deriving classes to perform validation checks on loading, if necessary- Löst aus:
DataErrorException
-
getPageReferences
- Gibt zurück:
- the parentSet
-
addLanguageAlternative
-
hasLanguageAlternative
-
getLanguageAlternative
-
getLanguageAlternatives
-