Uses of Interface
de.digitalcollections.model.api.identifiable.parts.LocalizedText
-
Uses of LocalizedText in de.digitalcollections.model.api.identifiable
Methods in de.digitalcollections.model.api.identifiable that return LocalizedText Modifier and Type Method Description LocalizedTextIdentifiable. getLabel()Methods in de.digitalcollections.model.api.identifiable with parameters of type LocalizedText Modifier and Type Method Description voidIdentifiable. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.api.identifiable.entity.work
Methods in de.digitalcollections.model.api.identifiable.entity.work that return LocalizedText Modifier and Type Method Description default LocalizedTextItem. getTitle()default LocalizedTextWork. getTitle()Methods in de.digitalcollections.model.api.identifiable.entity.work with parameters of type LocalizedText Modifier and Type Method Description default voidItem. setTitle(LocalizedText title)default voidWork. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.api.identifiable.parts
Methods in de.digitalcollections.model.api.identifiable.parts that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingHintsPreviewImage. getAltText()LocalizedTextRenderingHintsPreviewImage. getCaption()LocalizedTextRenderingHintsPreviewImage. getTitle()Methods in de.digitalcollections.model.api.identifiable.parts with parameters of type LocalizedText Modifier and Type Method Description voidRenderingHintsPreviewImage. setAltText(LocalizedText altText)voidRenderingHintsPreviewImage. setCaption(LocalizedText caption)voidRenderingHintsPreviewImage. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.api.legal
Methods in de.digitalcollections.model.api.legal that return LocalizedText Modifier and Type Method Description LocalizedTextLicense. getLabel()Methods in de.digitalcollections.model.api.legal with parameters of type LocalizedText Modifier and Type Method Description voidLicense. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.api.relations
Methods in de.digitalcollections.model.api.relations 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.api.relations 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.impl.identifiable
Fields in de.digitalcollections.model.impl.identifiable declared as LocalizedText Modifier and Type Field Description protected LocalizedTextIdentifiableImpl. labelMethods in de.digitalcollections.model.impl.identifiable that return LocalizedText Modifier and Type Method Description LocalizedTextIdentifiableImpl. getLabel()Methods in de.digitalcollections.model.impl.identifiable with parameters of type LocalizedText Modifier and Type Method Description voidIdentifiableImpl. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.impl.identifiable.entity.agent
Constructors in de.digitalcollections.model.impl.identifiable.entity.agent with parameters of type LocalizedText Constructor Description PersonImpl(LocalizedText label, java.util.Set<Identifier> identifiers) -
Uses of LocalizedText in de.digitalcollections.model.impl.identifiable.parts
Classes in de.digitalcollections.model.impl.identifiable.parts that implement LocalizedText Modifier and Type Class Description classLocalizedTextImplMethods in de.digitalcollections.model.impl.identifiable.parts that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingHintsPreviewImageImpl. getAltText()LocalizedTextRenderingHintsPreviewImageImpl. getCaption()LocalizedTextRenderingHintsPreviewImageImpl. getTitle()Methods in de.digitalcollections.model.impl.identifiable.parts with parameters of type LocalizedText Modifier and Type Method Description voidRenderingHintsPreviewImageImpl. setAltText(LocalizedText altText)voidRenderingHintsPreviewImageImpl. setCaption(LocalizedText caption)voidRenderingHintsPreviewImageImpl. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.impl.legal
Methods in de.digitalcollections.model.impl.legal that return LocalizedText Modifier and Type Method Description LocalizedTextLicenseImpl. getLabel()Methods in de.digitalcollections.model.impl.legal with parameters of type LocalizedText Modifier and Type Method Description voidLicenseImpl. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.impl.relations
Methods in de.digitalcollections.model.impl.relations that return LocalizedText Modifier and Type Method Description LocalizedTextPredicateImpl. getDescription()LocalizedTextPredicateImpl. getLabel()Methods in de.digitalcollections.model.impl.relations with parameters of type LocalizedText Modifier and Type Method Description voidPredicateImpl. setDescription(LocalizedText description)voidPredicateImpl. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.impl.view
Methods in de.digitalcollections.model.impl.view that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingTemplate. getDescription()LocalizedTextRenderingTemplate. getLabel()Methods in de.digitalcollections.model.impl.view with parameters of type LocalizedText Modifier and Type Method Description voidRenderingTemplate. setDescription(LocalizedText description)voidRenderingTemplate. setLabel(LocalizedText label)