Uses of Class
de.digitalcollections.model.text.LocalizedText
-
-
Uses of LocalizedText in de.digitalcollections.model.identifiable
Fields in de.digitalcollections.model.identifiable declared as LocalizedText Modifier and Type Field Description protected LocalizedTextIdentifiable. labelMethods in de.digitalcollections.model.identifiable that return LocalizedText Modifier and Type Method Description LocalizedTextIdentifiable. getLabel()LocalizedTextINode. getLabel()Methods in de.digitalcollections.model.identifiable with parameters of type LocalizedText Modifier and Type Method Description voidIdentifiable. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.identifiable.agent
Constructors in de.digitalcollections.model.identifiable.agent with parameters of type LocalizedText Constructor Description FamilyName(LocalizedText label, Set<Identifier> identifiers)GivenName(GivenName.Gender gender, LocalizedText label, Set<Identifier> identifiers) -
Uses of LocalizedText in de.digitalcollections.model.identifiable.entity.agent
Constructors in de.digitalcollections.model.identifiable.entity.agent with parameters of type LocalizedText Constructor Description Person(LocalizedText label, Set<Identifier> identifiers) -
Uses of LocalizedText in de.digitalcollections.model.identifiable.entity.work
Methods in de.digitalcollections.model.identifiable.entity.work that return LocalizedText Modifier and Type Method Description LocalizedTextItem. getTitle()LocalizedTextWork. getTitle()Methods in de.digitalcollections.model.identifiable.entity.work with parameters of type LocalizedText Modifier and Type Method Description voidItem. setTitle(LocalizedText title)voidWork. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.legal
Methods in de.digitalcollections.model.legal that return LocalizedText Modifier and Type Method Description LocalizedTextLicense. getLabel()Methods in de.digitalcollections.model.legal with parameters of type LocalizedText Modifier and Type Method Description voidLicense. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.relation
Methods in de.digitalcollections.model.relation that return LocalizedText Modifier and Type Method Description LocalizedTextPredicate. getDescription()The multilingual, verbose description of the predicateLocalizedTextPredicate. getLabel()The multilingual label of the predicateMethods in de.digitalcollections.model.relation with parameters of type LocalizedText Modifier and Type Method Description voidPredicate. setDescription(LocalizedText description)Sets the verbose and multilingual description of the predicatevoidPredicate. setLabel(LocalizedText label)Sets the multilingual label -
Uses of LocalizedText in de.digitalcollections.model.view
Methods in de.digitalcollections.model.view that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingHintsPreviewImage. getAltText()LocalizedTextRenderingHintsPreviewImage. getCaption()LocalizedTextRenderingTemplate. getDescription()LocalizedTextBreadcrumbNode. getLabel()LocalizedTextRenderingTemplate. getLabel()LocalizedTextRenderingHintsPreviewImage. getTitle()Methods in de.digitalcollections.model.view with parameters of type LocalizedText Modifier and Type Method Description voidRenderingHintsPreviewImage. setAltText(LocalizedText altText)voidRenderingHintsPreviewImage. setCaption(LocalizedText caption)voidRenderingTemplate. setDescription(LocalizedText description)voidBreadcrumbNode. setLabel(LocalizedText label)voidRenderingTemplate. setLabel(LocalizedText label)voidRenderingHintsPreviewImage. setTitle(LocalizedText title)
-