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 intcompareTo(FormFieldDataModel o)intgetFormOrderIdx()StringgetName()StringgetStyleClass()StringgetType()StringgetValue()booleanisLargeValue()booleanisShowAll()voidsetShowAll(boolean showAll)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getFormOrderIdx
public int getFormOrderIdx()
 
- 
getName
public String getName()
 
- 
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:
 compareToin interfaceComparable<FormFieldDataModel>
 
 - 
 
 -