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 aTextbausteinthat 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 ClientTemplateViewforTemplate(Textbaustein template)LonggetId()StringgetName()StringgetTextValue()UUIDgetUuid()
-
-
-
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)
-
-