Class ClientTemplateView
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.client.ClientTemplateView
-
- All Implemented Interfaces:
Serializable
public final class ClientTemplateView extends Object implements Serializable
View of aTextbaustein
that can be sent to the client.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientTemplateView
forTemplate(Textbaustein template)
Long
getId()
String
getName()
String
getTextValue()
UUID
getUuid()
-
-
-
Method Detail
-
getId
public Long getId()
-
getName
public String getName()
-
getTextValue
public String getTextValue()
-
getUuid
public UUID getUuid()
-
forTemplate
public static ClientTemplateView forTemplate(Textbaustein template)
-
-