All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.cudami.model.api.identifiable.resource.Webpage Maven / Gradle / Ivy

package de.digitalcollections.cudami.model.api.identifiable.resource;

import de.digitalcollections.cudami.model.api.identifiable.Node;
import de.digitalcollections.cudami.model.api.identifiable.parts.MultilanguageDocument;

/**
 * A Webpage.
 */
public interface Webpage extends Resource, Node {

  MultilanguageDocument getText();

  void setText(MultilanguageDocument multilanguageDocument);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy