Class YFormDataHistoryModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _YFORMDATA2YFORMDATAHISTORYRELATION

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

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

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

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

        public static final java.lang.String FORMDATA
        Generated constant - Attribute key of YFormDataHistory.formData attribute defined at extension xyformsservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.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​(java.lang.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 Detail

      • getContent

        @Accessor(qualifier="content",
                  type=GETTER)
        public java.lang.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 java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of YFormDataHistory.formDataId attribute defined at extension xyformsservices.
        Parameters:
        value - the formDataId