Class YFormDataModel

All Implemented Interfaces:
Serializable

public class YFormDataModel extends ItemModel
Generated model class for type YFormData first defined at extension xyformsservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _YFORMDEFINITION2YFORMDATARELATION

      public static final String _YFORMDEFINITION2YFORMDATARELATION
      Generated relation code constant for relation YFormDefinition2YFormDataRelation defining source attribute formDefinition in extension xyformsservices.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of YFormData.id attribute defined at extension xyformsservices.
      See Also:
    • APPLICATIONID

      public static final String APPLICATIONID
      Generated constant - Attribute key of YFormData.applicationId attribute defined at extension xyformsservices.
      See Also:
    • FORMID

      public static final String FORMID
      Generated constant - Attribute key of YFormData.formId attribute defined at extension xyformsservices.
      See Also:
    • REFID

      public static final String REFID
      Generated constant - Attribute key of YFormData.refId attribute defined at extension xyformsservices.
      See Also:
    • SYSTEM

      public static final String SYSTEM
      Generated constant - Attribute key of YFormData.system attribute defined at extension xyformsservices.
      See Also:
    • TYPE

      public static final String TYPE
      Generated constant - Attribute key of YFormData.type attribute defined at extension xyformsservices.
      See Also:
    • CONTENT

      public static final String CONTENT
      Generated constant - Attribute key of YFormData.content attribute defined at extension xyformsservices.
      See Also:
    • FORMDEFINITION

      public static final String FORMDEFINITION
      Generated constant - Attribute key of YFormData.formDefinition attribute defined at extension xyformsservices.
      See Also:
    • HISTORY

      public static final String HISTORY
      Generated constant - Attribute key of YFormData.history attribute defined at extension xyformsservices.
      See Also:
  • Constructor Details

    • YFormDataModel

      public YFormDataModel()
      Generated constructor - Default constructor for generic creation.
    • YFormDataModel

      public YFormDataModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • YFormDataModel

      @Deprecated(since="4.1.1", forRemoval=true) public YFormDataModel(String _applicationId, String _formId, String _id)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _applicationId - initial attribute declared by type YFormData at extension xyformsservices
      _formId - initial attribute declared by type YFormData at extension xyformsservices
      _id - initial attribute declared by type YFormData at extension xyformsservices
    • YFormDataModel

      @Deprecated(since="4.1.1", forRemoval=true) public YFormDataModel(String _applicationId, String _formId, String _id, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _applicationId - initial attribute declared by type YFormData at extension xyformsservices
      _formId - initial attribute declared by type YFormData at extension xyformsservices
      _id - initial attribute declared by type YFormData at extension xyformsservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getApplicationId

      @Accessor(qualifier="applicationId", type=GETTER) public String getApplicationId()
      Generated method - Getter of the YFormData.applicationId attribute defined at extension xyformsservices.
      Returns:
      the applicationId
    • getContent

      @Accessor(qualifier="content", type=GETTER) public String getContent()
      Generated method - Getter of the YFormData.content attribute defined at extension xyformsservices.
      Returns:
      the content
    • getFormDefinition

      @Accessor(qualifier="formDefinition", type=GETTER) public YFormDefinitionModel getFormDefinition()
      Generated method - Getter of the YFormData.formDefinition attribute defined at extension xyformsservices.
      Returns:
      the formDefinition
    • getFormId

      @Accessor(qualifier="formId", type=GETTER) public String getFormId()
      Generated method - Getter of the YFormData.formId attribute defined at extension xyformsservices.
      Returns:
      the formId
    • getHistory

      @Accessor(qualifier="history", type=GETTER) public List<YFormDataHistoryModel> getHistory()
      Generated method - Getter of the YFormData.history attribute defined at extension xyformsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the history
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the YFormData.id attribute defined at extension xyformsservices.
      Returns:
      the id
    • getRefId

      @Accessor(qualifier="refId", type=GETTER) public String getRefId()
      Generated method - Getter of the YFormData.refId attribute defined at extension xyformsservices.
      Returns:
      the refId
    • getSystem

      @Accessor(qualifier="system", type=GETTER) public Boolean getSystem()
      Generated method - Getter of the YFormData.system attribute defined at extension xyformsservices.
      Returns:
      the system
    • getType

      @Accessor(qualifier="type", type=GETTER) public YFormDataTypeEnum getType()
      Generated method - Getter of the YFormData.type attribute defined at extension xyformsservices.
      Returns:
      the type
    • setApplicationId

      @Accessor(qualifier="applicationId", type=SETTER) public void setApplicationId(String value)
      Generated method - Setter of YFormData.applicationId attribute defined at extension xyformsservices.
      Parameters:
      value - the applicationId
    • setContent

      @Accessor(qualifier="content", type=SETTER) public void setContent(String value)
      Generated method - Setter of YFormData.content attribute defined at extension xyformsservices.
      Parameters:
      value - the content
    • setFormDefinition

      @Accessor(qualifier="formDefinition", type=SETTER) public void setFormDefinition(YFormDefinitionModel value)
      Generated method - Setter of YFormData.formDefinition attribute defined at extension xyformsservices.
      Parameters:
      value - the formDefinition
    • setFormId

      @Accessor(qualifier="formId", type=SETTER) public void setFormId(String value)
      Generated method - Setter of YFormData.formId attribute defined at extension xyformsservices.
      Parameters:
      value - the formId
    • setHistory

      @Accessor(qualifier="history", type=SETTER) public void setHistory(List<YFormDataHistoryModel> value)
      Generated method - Setter of YFormData.history attribute defined at extension xyformsservices.
      Parameters:
      value - the history
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of YFormData.id attribute defined at extension xyformsservices.
      Parameters:
      value - the id
    • setRefId

      @Accessor(qualifier="refId", type=SETTER) public void setRefId(String value)
      Generated method - Setter of YFormData.refId attribute defined at extension xyformsservices.
      Parameters:
      value - the refId
    • setSystem

      @Accessor(qualifier="system", type=SETTER) public void setSystem(Boolean value)
      Generated method - Setter of YFormData.system attribute defined at extension xyformsservices.
      Parameters:
      value - the system
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(YFormDataTypeEnum value)
      Generated method - Setter of YFormData.type attribute defined at extension xyformsservices.
      Parameters:
      value - the type