Package de.xima.fc.inbox.model.form.data
Class FormFieldDataModel
- java.lang.Object
-
- de.xima.fc.inbox.model.form.data.FormFieldDataModel
-
- All Implemented Interfaces:
Serializable
,Comparable<FormFieldDataModel>
public class FormFieldDataModel extends Object implements Serializable, Comparable<FormFieldDataModel>
View Model for data of a form record field- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FormFieldDataModel o)
String
getAlias()
int
getFormOrderIdx()
String
getName()
String
getStyleClass()
String
getType()
String
getValue()
boolean
isLargeValue()
boolean
isShowAll()
void
setShowAll(boolean showAll)
String
toString()
-
-
-
Method Detail
-
getFormOrderIdx
public int getFormOrderIdx()
-
getName
public String getName()
-
getAlias
public String getAlias()
-
getValue
public String getValue()
-
getType
public String getType()
-
getStyleClass
public String getStyleClass()
-
isLargeValue
public boolean isLargeValue()
-
isShowAll
public boolean isShowAll()
-
setShowAll
public void setShowAll(boolean showAll)
-
compareTo
public int compareTo(FormFieldDataModel o)
- Specified by:
compareTo
in interfaceComparable<FormFieldDataModel>
-
-