Class _SchemaSeed

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    SchemaSeed

    public abstract class _SchemaSeed
    extends BaseEntity

    Provides the _SchemaSeed database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ABANDONMENT_REASON_XPATH_PROPERTY

        public static final String ABANDONMENT_REASON_XPATH_PROPERTY
        Provides the 'abandonmentReasonXpath' property name.
        See Also:
        Constant Field Values
      • ATTACHMENTS_XPATH_PROPERTY

        public static final String ATTACHMENTS_XPATH_PROPERTY
        Provides the 'attachmentsXpath' property name.
        See Also:
        Constant Field Values
      • CONTACT_AGE_XPATH_PROPERTY

        public static final String CONTACT_AGE_XPATH_PROPERTY
        Provides the 'contactAgeXpath' property name.
        See Also:
        Constant Field Values
      • CONTACT_EMAIL_XPATH_PROPERTY

        public static final String CONTACT_EMAIL_XPATH_PROPERTY
        Provides the 'contactEmailXpath' property name.
        See Also:
        Constant Field Values
      • CONTACT_GENDER_XPATH_PROPERTY

        public static final String CONTACT_GENDER_XPATH_PROPERTY
        Provides the 'contactGenderXpath' property name.
        See Also:
        Constant Field Values
      • CONTACT_PHONE_XPATH_PROPERTY

        public static final String CONTACT_PHONE_XPATH_PROPERTY
        Provides the 'contactPhoneXpath' property name.
        See Also:
        Constant Field Values
      • CONTACT_POSTCODE_XPATH_PROPERTY

        public static final String CONTACT_POSTCODE_XPATH_PROPERTY
        Provides the 'contactPostcodeXpath' property name.
        See Also:
        Constant Field Values
      • FILE_DATA_PROPERTY

        public static final String FILE_DATA_PROPERTY
        Provides the 'fileData' property name.
        See Also:
        Constant Field Values
      • FILE_DATA_MD5_PROPERTY

        public static final String FILE_DATA_MD5_PROPERTY
        Provides the 'fileDataMd5' property name.
        See Also:
        Constant Field Values
      • FILE_NAME_PROPERTY

        public static final String FILE_NAME_PROPERTY
        Provides the 'fileName' property name.
        See Also:
        Constant Field Values
      • PAYMENT_DETAILS_XPATH_PROPERTY

        public static final String PAYMENT_DETAILS_XPATH_PROPERTY
        Provides the 'paymentDetailsXpath' property name.
        See Also:
        Constant Field Values
      • PREFILL_CLIENT_PROPERTIES_FLAG_PROPERTY

        public static final String PREFILL_CLIENT_PROPERTIES_FLAG_PROPERTY
        Provides the 'prefillClientPropertiesFlag' property name.
        See Also:
        Constant Field Values
      • RECEIPT_XPATH_PROPERTY

        public static final String RECEIPT_XPATH_PROPERTY
        Provides the 'receiptXpath' property name.
        See Also:
        Constant Field Values
      • SAVE_CHALLENGE_XPATH_PROPERTY

        public static final String SAVE_CHALLENGE_XPATH_PROPERTY
        Provides the 'saveChallengeXpath' property name.
        See Also:
        Constant Field Values
      • SIGNATURE_XPATH_PROPERTY

        public static final String SIGNATURE_XPATH_PROPERTY
        Provides the 'signatureXpath' property name.
        See Also:
        Constant Field Values
      • SIGNATURES_REQUIRED_XPATH_PROPERTY

        public static final String SIGNATURES_REQUIRED_XPATH_PROPERTY
        Provides the 'signaturesRequiredXpath' property name.
        See Also:
        Constant Field Values
      • TRANS_REF_NUMBER_XPATH_PROPERTY

        public static final String TRANS_REF_NUMBER_XPATH_PROPERTY
        Provides the 'transRefNumberXpath' property name.
        See Also:
        Constant Field Values
      • TRANSACTION_VALUE_XPATH_PROPERTY

        public static final String TRANSACTION_VALUE_XPATH_PROPERTY
        Provides the 'transactionValueXpath' property name.
        See Also:
        Constant Field Values
      • UPDATE_USER_PROFILE_FLAG_PROPERTY

        public static final String UPDATE_USER_PROFILE_FLAG_PROPERTY
        Provides the 'updateUserProfileFlag' property name.
        See Also:
        Constant Field Values
      • USE_DEFAULT_CONFIG_MAPPING_PROPERTY

        public static final String USE_DEFAULT_CONFIG_MAPPING_PROPERTY
        Provides the 'useDefaultConfigMapping' property name.
        See Also:
        Constant Field Values
      • EXTRACT_MAPS_PROPERTY

        public static final String EXTRACT_MAPS_PROPERTY
        Provides the 'extractMaps' relationship name.
        See Also:
        Constant Field Values
      • PREFILL_PARAM_XPATHS_PROPERTY

        public static final String PREFILL_PARAM_XPATHS_PROPERTY
        Provides the 'prefillParamXpaths' relationship name.
        See Also:
        Constant Field Values
      • PROPERTY_PREFILL_MAPS_PROPERTY

        public static final String PROPERTY_PREFILL_MAPS_PROPERTY
        Provides the 'propertyPrefillMaps' relationship name.
        See Also:
        Constant Field Values
      • VERSION_PROPERTY

        public static final String VERSION_PROPERTY
        Provides the 'version' relationship name.
        See Also:
        Constant Field Values
      • XML_INPUT_MAPS_PROPERTY

        public static final String XML_INPUT_MAPS_PROPERTY
        Provides the 'xmlInputMaps' relationship name.
        See Also:
        Constant Field Values
      • SCHEMA_OID_PK_COLUMN

        public static final String SCHEMA_OID_PK_COLUMN
        Provides the 'schema_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ABANDONMENT_REASON_XPATH

        public static final org.apache.cayenne.exp.Property<String> ABANDONMENT_REASON_XPATH
        Provides the 'ABANDONMENT_REASON_XPATH' property.
      • ATTACHMENTS_XPATH

        public static final org.apache.cayenne.exp.Property<String> ATTACHMENTS_XPATH
        Provides the 'ATTACHMENTS_XPATH' property.
      • CONTACT_AGE_XPATH

        public static final org.apache.cayenne.exp.Property<String> CONTACT_AGE_XPATH
        Provides the 'CONTACT_AGE_XPATH' property.
      • CONTACT_EMAIL_XPATH

        public static final org.apache.cayenne.exp.Property<String> CONTACT_EMAIL_XPATH
        Provides the 'CONTACT_EMAIL_XPATH' property.
      • CONTACT_GENDER_XPATH

        public static final org.apache.cayenne.exp.Property<String> CONTACT_GENDER_XPATH
        Provides the 'CONTACT_GENDER_XPATH' property.
      • CONTACT_PHONE_XPATH

        public static final org.apache.cayenne.exp.Property<String> CONTACT_PHONE_XPATH
        Provides the 'CONTACT_PHONE_XPATH' property.
      • CONTACT_POSTCODE_XPATH

        public static final org.apache.cayenne.exp.Property<String> CONTACT_POSTCODE_XPATH
        Provides the 'CONTACT_POSTCODE_XPATH' property.
      • FILE_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> FILE_DATA
        Provides the 'FILE_DATA' property.
      • FILE_DATA_MD5

        public static final org.apache.cayenne.exp.Property<String> FILE_DATA_MD5
        Provides the 'FILE_DATA_MD5' property.
      • FILE_NAME

        public static final org.apache.cayenne.exp.Property<String> FILE_NAME
        Provides the 'FILE_NAME' property.
      • PAYMENT_DETAILS_XPATH

        public static final org.apache.cayenne.exp.Property<String> PAYMENT_DETAILS_XPATH
        Provides the 'PAYMENT_DETAILS_XPATH' property.
      • PREFILL_CLIENT_PROPERTIES_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> PREFILL_CLIENT_PROPERTIES_FLAG
        Provides the 'PREFILL_CLIENT_PROPERTIES_FLAG' property.
      • RECEIPT_XPATH

        public static final org.apache.cayenne.exp.Property<String> RECEIPT_XPATH
        Provides the 'RECEIPT_XPATH' property.
      • SAVE_CHALLENGE_XPATH

        public static final org.apache.cayenne.exp.Property<String> SAVE_CHALLENGE_XPATH
        Provides the 'SAVE_CHALLENGE_XPATH' property.
      • SIGNATURE_XPATH

        public static final org.apache.cayenne.exp.Property<String> SIGNATURE_XPATH
        Provides the 'SIGNATURE_XPATH' property.
      • SIGNATURES_REQUIRED_XPATH

        public static final org.apache.cayenne.exp.Property<String> SIGNATURES_REQUIRED_XPATH
        Provides the 'SIGNATURES_REQUIRED_XPATH' property.
      • TRANS_REF_NUMBER_XPATH

        public static final org.apache.cayenne.exp.Property<String> TRANS_REF_NUMBER_XPATH
        Provides the 'TRANS_REF_NUMBER_XPATH' property.
      • TRANSACTION_VALUE_XPATH

        public static final org.apache.cayenne.exp.Property<String> TRANSACTION_VALUE_XPATH
        Provides the 'TRANSACTION_VALUE_XPATH' property.
      • UPDATE_USER_PROFILE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> UPDATE_USER_PROFILE_FLAG
        Provides the 'UPDATE_USER_PROFILE_FLAG' property.
      • USE_DEFAULT_CONFIG_MAPPING

        public static final org.apache.cayenne.exp.Property<Boolean> USE_DEFAULT_CONFIG_MAPPING
        Provides the 'USE_DEFAULT_CONFIG_MAPPING' property.
      • EXTRACT_MAPS

        public static final org.apache.cayenne.exp.Property<List<SchemaExtractMap>> EXTRACT_MAPS
        Provides the 'EXTRACT_MAPS' property.
      • PREFILL_PARAM_XPATHS

        public static final org.apache.cayenne.exp.Property<List<PrefillParamXpathMap>> PREFILL_PARAM_XPATHS
        Provides the 'PREFILL_PARAM_XPATHS' property.
      • PROPERTY_PREFILL_MAPS

        public static final org.apache.cayenne.exp.Property<List<PropertyPrefillMap>> PROPERTY_PREFILL_MAPS
        Provides the 'PROPERTY_PREFILL_MAPS' property.
      • VERSION

        public static final org.apache.cayenne.exp.Property<TemplateVersion> VERSION
        Provides the 'VERSION' property.
      • XML_INPUT_MAPS

        public static final org.apache.cayenne.exp.Property<List<XmlInputMap>> XML_INPUT_MAPS
        Provides the 'XML_INPUT_MAPS' property.
    • Constructor Detail

      • _SchemaSeed

        public _SchemaSeed()
    • Method Detail

      • setAbandonmentReasonXpath

        public void setAbandonmentReasonXpath​(String abandonmentReasonXpath)
        Set the abandonmentReasonXpath value.
        Parameters:
        abandonmentReasonXpath - the abandonmentReasonXpath value to set
      • getAbandonmentReasonXpath

        public String getAbandonmentReasonXpath()
        Return the abandonmentReasonXpath value.
        Returns:
        abandonmentReasonXpath the abandonmentReasonXpath value
      • setAttachmentsXpath

        public void setAttachmentsXpath​(String attachmentsXpath)
        Set the attachmentsXpath value.
        Parameters:
        attachmentsXpath - the attachmentsXpath value to set
      • getAttachmentsXpath

        public String getAttachmentsXpath()
        Return the attachmentsXpath value.
        Returns:
        attachmentsXpath the attachmentsXpath value
      • setContactAgeXpath

        public void setContactAgeXpath​(String contactAgeXpath)
        Set the contactAgeXpath value.
        Parameters:
        contactAgeXpath - the contactAgeXpath value to set
      • getContactAgeXpath

        public String getContactAgeXpath()
        Return the contactAgeXpath value.
        Returns:
        contactAgeXpath the contactAgeXpath value
      • setContactEmailXpath

        public void setContactEmailXpath​(String contactEmailXpath)
        Set the contactEmailXpath value.
        Parameters:
        contactEmailXpath - the contactEmailXpath value to set
      • getContactEmailXpath

        public String getContactEmailXpath()
        Return the contactEmailXpath value.
        Returns:
        contactEmailXpath the contactEmailXpath value
      • setContactGenderXpath

        public void setContactGenderXpath​(String contactGenderXpath)
        Set the contactGenderXpath value.
        Parameters:
        contactGenderXpath - the contactGenderXpath value to set
      • getContactGenderXpath

        public String getContactGenderXpath()
        Return the contactGenderXpath value.
        Returns:
        contactGenderXpath the contactGenderXpath value
      • setContactPhoneXpath

        public void setContactPhoneXpath​(String contactPhoneXpath)
        Set the contactPhoneXpath value.
        Parameters:
        contactPhoneXpath - the contactPhoneXpath value to set
      • getContactPhoneXpath

        public String getContactPhoneXpath()
        Return the contactPhoneXpath value.
        Returns:
        contactPhoneXpath the contactPhoneXpath value
      • setContactPostcodeXpath

        public void setContactPostcodeXpath​(String contactPostcodeXpath)
        Set the contactPostcodeXpath value.
        Parameters:
        contactPostcodeXpath - the contactPostcodeXpath value to set
      • getContactPostcodeXpath

        public String getContactPostcodeXpath()
        Return the contactPostcodeXpath value.
        Returns:
        contactPostcodeXpath the contactPostcodeXpath value
      • setFileData

        public void setFileData​(byte[] fileData)
        Set the fileData value.
        Parameters:
        fileData - the fileData value to set
      • getFileData

        public byte[] getFileData()
        Return the fileData value.
        Returns:
        fileData the fileData value
      • setFileDataMd5

        public void setFileDataMd5​(String fileDataMd5)
        Set the fileDataMd5 value.
        Parameters:
        fileDataMd5 - the fileDataMd5 value to set
      • getFileDataMd5

        public String getFileDataMd5()
        Return the fileDataMd5 value.
        Returns:
        fileDataMd5 the fileDataMd5 value
      • setFileName

        public void setFileName​(String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
      • getFileName

        public String getFileName()
        Return the fileName value.
        Returns:
        fileName the fileName value
      • setPaymentDetailsXpath

        public void setPaymentDetailsXpath​(String paymentDetailsXpath)
        Set the paymentDetailsXpath value.
        Parameters:
        paymentDetailsXpath - the paymentDetailsXpath value to set
      • getPaymentDetailsXpath

        public String getPaymentDetailsXpath()
        Return the paymentDetailsXpath value.
        Returns:
        paymentDetailsXpath the paymentDetailsXpath value
      • setPrefillClientPropertiesFlag

        public void setPrefillClientPropertiesFlag​(boolean prefillClientPropertiesFlag)
        Set the prefillClientPropertiesFlag value.
        Parameters:
        prefillClientPropertiesFlag - the prefillClientPropertiesFlag value to set
      • isPrefillClientPropertiesFlag

        public boolean isPrefillClientPropertiesFlag()
        Return the prefillClientPropertiesFlag value.
        Returns:
        prefillClientPropertiesFlag the prefillClientPropertiesFlag value
      • setReceiptXpath

        public void setReceiptXpath​(String receiptXpath)
        Set the receiptXpath value.
        Parameters:
        receiptXpath - the receiptXpath value to set
      • getReceiptXpath

        public String getReceiptXpath()
        Return the receiptXpath value.
        Returns:
        receiptXpath the receiptXpath value
      • setSaveChallengeXpath

        public void setSaveChallengeXpath​(String saveChallengeXpath)
        Set the saveChallengeXpath value.
        Parameters:
        saveChallengeXpath - the saveChallengeXpath value to set
      • getSaveChallengeXpath

        public String getSaveChallengeXpath()
        Return the saveChallengeXpath value.
        Returns:
        saveChallengeXpath the saveChallengeXpath value
      • setSignatureXpath

        public void setSignatureXpath​(String signatureXpath)
        Set the signatureXpath value.
        Parameters:
        signatureXpath - the signatureXpath value to set
      • getSignatureXpath

        public String getSignatureXpath()
        Return the signatureXpath value.
        Returns:
        signatureXpath the signatureXpath value
      • setSignaturesRequiredXpath

        public void setSignaturesRequiredXpath​(String signaturesRequiredXpath)
        Set the signaturesRequiredXpath value.
        Parameters:
        signaturesRequiredXpath - the signaturesRequiredXpath value to set
      • getSignaturesRequiredXpath

        public String getSignaturesRequiredXpath()
        Return the signaturesRequiredXpath value.
        Returns:
        signaturesRequiredXpath the signaturesRequiredXpath value
      • setTransRefNumberXpath

        public void setTransRefNumberXpath​(String transRefNumberXpath)
        Set the transRefNumberXpath value.
        Parameters:
        transRefNumberXpath - the transRefNumberXpath value to set
      • getTransRefNumberXpath

        public String getTransRefNumberXpath()
        Return the transRefNumberXpath value.
        Returns:
        transRefNumberXpath the transRefNumberXpath value
      • setTransactionValueXpath

        public void setTransactionValueXpath​(String transactionValueXpath)
        Set the transactionValueXpath value.
        Parameters:
        transactionValueXpath - the transactionValueXpath value to set
      • getTransactionValueXpath

        public String getTransactionValueXpath()
        Return the transactionValueXpath value.
        Returns:
        transactionValueXpath the transactionValueXpath value
      • setUpdateUserProfileFlag

        public void setUpdateUserProfileFlag​(boolean updateUserProfileFlag)
        Set the updateUserProfileFlag value.
        Parameters:
        updateUserProfileFlag - the updateUserProfileFlag value to set
      • isUpdateUserProfileFlag

        public boolean isUpdateUserProfileFlag()
        Return the updateUserProfileFlag value.
        Returns:
        updateUserProfileFlag the updateUserProfileFlag value
      • setUseDefaultConfigMapping

        public void setUseDefaultConfigMapping​(boolean useDefaultConfigMapping)
        Set the useDefaultConfigMapping value.
        Parameters:
        useDefaultConfigMapping - the useDefaultConfigMapping value to set
      • isUseDefaultConfigMapping

        public boolean isUseDefaultConfigMapping()
        Return the useDefaultConfigMapping value.
        Returns:
        useDefaultConfigMapping the useDefaultConfigMapping value
      • addToExtractMaps

        public void addToExtractMaps​(SchemaExtractMap obj)
        Add the ExtractMaps object.
        Parameters:
        obj - the extractMaps value to add
      • removeFromExtractMaps

        public void removeFromExtractMaps​(SchemaExtractMap obj)
        Remove the ExtractMaps object.
        Parameters:
        obj - the extractMaps value to remove
      • getExtractMaps

        public List<SchemaExtractMap> getExtractMaps()
        Return the ExtractMaps.
        Returns:
        extractMaps value
      • addToPrefillParamXpaths

        public void addToPrefillParamXpaths​(PrefillParamXpathMap obj)
        Add the PrefillParamXpaths object.
        Parameters:
        obj - the prefillParamXpaths value to add
      • removeFromPrefillParamXpaths

        public void removeFromPrefillParamXpaths​(PrefillParamXpathMap obj)
        Remove the PrefillParamXpaths object.
        Parameters:
        obj - the prefillParamXpaths value to remove
      • getPrefillParamXpaths

        public List<PrefillParamXpathMap> getPrefillParamXpaths()
        Return the PrefillParamXpaths.
        Returns:
        prefillParamXpaths value
      • addToPropertyPrefillMaps

        public void addToPropertyPrefillMaps​(PropertyPrefillMap obj)
        Add the PropertyPrefillMaps object.
        Parameters:
        obj - the propertyPrefillMaps value to add
      • removeFromPropertyPrefillMaps

        public void removeFromPropertyPrefillMaps​(PropertyPrefillMap obj)
        Remove the PropertyPrefillMaps object.
        Parameters:
        obj - the propertyPrefillMaps value to remove
      • getPropertyPrefillMaps

        public List<PropertyPrefillMap> getPropertyPrefillMaps()
        Return the PropertyPrefillMaps.
        Returns:
        propertyPrefillMaps value
      • setVersion

        public void setVersion​(TemplateVersion version)
        Set the Version.
        Parameters:
        version - the version value to set
      • getVersion

        public TemplateVersion getVersion()
        Return the Version.
        Returns:
        the version value
      • addToXmlInputMaps

        public void addToXmlInputMaps​(XmlInputMap obj)
        Add the XmlInputMaps object.
        Parameters:
        obj - the xmlInputMaps value to add
      • removeFromXmlInputMaps

        public void removeFromXmlInputMaps​(XmlInputMap obj)
        Remove the XmlInputMaps object.
        Parameters:
        obj - the xmlInputMaps value to remove
      • getXmlInputMaps

        public List<XmlInputMap> getXmlInputMaps()
        Return the XmlInputMaps.
        Returns:
        xmlInputMaps value