Package de.digitalcollections.model.view
Class RenderingTemplate
- java.lang.Object
-
- de.digitalcollections.model.view.RenderingTemplate
-
public class RenderingTemplate extends Object
Defines a rendering template to be used in the system implementing this library. It is up to the implementor to add all relevant rendering templates to his system. Each RenderingTemplate can be described by a label, a description and a name.
-
-
Constructor Summary
Constructors Constructor Description RenderingTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizedTextgetDescription()LocalizedTextgetLabel()StringgetName()UUIDgetUuid()voidsetDescription(LocalizedText description)voidsetLabel(LocalizedText label)voidsetName(String name)voidsetUuid(UUID uuid)
-
-
-
Method Detail
-
getDescription
public LocalizedText getDescription()
-
getLabel
public LocalizedText getLabel()
-
getName
public String getName()
-
getUuid
public UUID getUuid()
-
setDescription
public void setDescription(LocalizedText description)
-
setLabel
public void setLabel(LocalizedText label)
-
setName
public void setName(String name)
-
setUuid
public void setUuid(UUID uuid)
-
-