Class FormCardModel
- java.lang.Object
 - 
- de.xima.fc.user_portal.view_model.FormCardModel
 
 
- 
- All Implemented Interfaces:
 Serializable
public class FormCardModel extends Object implements Serializable
The model for the form card.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormCardModel.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormCardModel.Builderbuilder()StringgetDescription()StringgetDetailsButtonLabel()StringgetFormImageUrl()StringgetName()StringgetOpenFormButtonLabel()StringgetShortDescription()List<String>getTags()UUIDgetUuid() 
 - 
 
- 
- 
Method Detail
- 
builder
public static FormCardModel.Builder builder()
 
- 
getName
public String getName()
 
- 
getShortDescription
public String getShortDescription()
 
- 
getDescription
public String getDescription()
 
- 
getFormImageUrl
public String getFormImageUrl()
 
- 
getDetailsButtonLabel
public String getDetailsButtonLabel()
 
- 
getOpenFormButtonLabel
public String getOpenFormButtonLabel()
 
- 
getUuid
public UUID getUuid()
 
 - 
 
 -