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.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.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.parts
Classes in de.digitalcollections.model.impl.identifiable.parts that implement LocalizedText Modifier and Type Class Description classLocalizedTextImpl -
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)
-