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 class
FormCardModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormCardModel.Builder
builder()
String
getDescription()
String
getDetailsButtonLabel()
String
getFormImageUrl()
String
getName()
String
getOpenFormButtonLabel()
String
getShortDescription()
List<String>
getTags()
UUID
getUuid()
-
-
-
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()
-
-