Class RenderingTemplate
java.lang.Object
de.digitalcollections.model.impl.view.RenderingTemplate
public class RenderingTemplate
extends java.lang.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
Modifier and Type Method Description LocalizedTextgetDescription()LocalizedTextgetLabel()java.lang.StringgetName()java.util.UUIDgetUuid()voidsetDescription(LocalizedText description)voidsetLabel(LocalizedText label)voidsetName(java.lang.String name)voidsetUuid(java.util.UUID uuid)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RenderingTemplate
public RenderingTemplate()
-
-
Method Details
-
getDescription
-
setDescription
-
getLabel
-
setLabel
-
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getUuid
public java.util.UUID getUuid() -
setUuid
public void setUuid(java.util.UUID uuid)
-