Class FormModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.forms.FormModel
-
- All Implemented Interfaces:
Serializable
public class FormModel 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
FormModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormModel.Builder
builder()
String
getDescription()
String
getDetailsButtonLabel()
String
getName()
String
getProvidePath()
String
getShortDescription()
List<FormTagModel>
getTags()
String
getThumbnailImageUrl()
UUID
getUuid()
-
-
-
Method Detail
-
builder
public static FormModel.Builder builder()
-
getDescription
public String getDescription()
-
getDetailsButtonLabel
public String getDetailsButtonLabel()
-
getName
public String getName()
-
getProvidePath
public String getProvidePath()
-
getShortDescription
public String getShortDescription()
-
getTags
public List<FormTagModel> getTags()
-
getThumbnailImageUrl
public String getThumbnailImageUrl()
-
getUuid
public UUID getUuid()
-
-