Class YFormDataHistoryModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

      public static final String _YFORMDATA2YFORMDATAHISTORYRELATION
      Generated relation code constant for relation YFormData2YFormDataHistoryRelation defining source attribute formData in extension xyformsservices.
      See Also:
    • FORMDATAID

      public static final String FORMDATAID
      Generated constant - Attribute key of YFormDataHistory.formDataId attribute defined at extension xyformsservices.
      See Also:
    • CONTENT

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

      public static final String FORMDATAPOS
      Generated constant - Attribute key of YFormDataHistory.formDataPOS attribute defined at extension xyformsservices.
      See Also:
    • FORMDATA

      public static final String FORMDATA
      Generated constant - Attribute key of YFormDataHistory.formData attribute defined at extension xyformsservices.
      See Also:
  • Constructor Details

    • YFormDataHistoryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public YFormDataHistoryModel(String _formDataId)
      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:
      _formDataId - initial attribute declared by type YFormDataHistory at extension xyformsservices
    • YFormDataHistoryModel

      @Deprecated(since="4.1.1", forRemoval=true) public YFormDataHistoryModel(String _formDataId, 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:
      _formDataId - initial attribute declared by type YFormDataHistory at extension xyformsservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getContent

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

      @Accessor(qualifier="formData", type=GETTER) public YFormDataModel getFormData()
      Generated method - Getter of the YFormDataHistory.formData attribute defined at extension xyformsservices.
      Returns:
      the formData
    • getFormDataId

      @Accessor(qualifier="formDataId", type=GETTER) public String getFormDataId()
      Generated method - Getter of the YFormDataHistory.formDataId attribute defined at extension xyformsservices.
      Returns:
      the formDataId
    • setContent

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

      @Accessor(qualifier="formData", type=SETTER) public void setFormData(YFormDataModel value)
      Generated method - Setter of YFormDataHistory.formData attribute defined at extension xyformsservices.
      Parameters:
      value - the formData
    • setFormDataId

      @Accessor(qualifier="formDataId", type=SETTER) public void setFormDataId(String value)
      Generated method - Setter of YFormDataHistory.formDataId attribute defined at extension xyformsservices.
      Parameters:
      value - the formDataId