Class _FormFunction

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

    public abstract class _FormFunction
    extends BaseEntity

    Provides the _FormFunction 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

      • DELIVERY_FUNC_FLAG_PROPERTY

        public static final String DELIVERY_FUNC_FLAG_PROPERTY
        Provides the 'deliveryFuncFlag' property name.
        See Also:
        Constant Field Values
      • FUNCTION_SEQUENCE_PROPERTY

        public static final String FUNCTION_SEQUENCE_PROPERTY
        Provides the 'functionSequence' property name.
        See Also:
        Constant Field Values
      • FUNCTION_TRIGGER_PROPERTY

        public static final String FUNCTION_TRIGGER_PROPERTY
        Provides the 'functionTrigger' property name.
        See Also:
        Constant Field Values
      • SERVICE_PROPERTY

        public static final String SERVICE_PROPERTY
        Provides the 'service' relationship name.
        See Also:
        Constant Field Values
      • TEMPLATE_VERSION_PROPERTY

        public static final String TEMPLATE_VERSION_PROPERTY
        Provides the 'templateVersion' relationship name.
        See Also:
        Constant Field Values
      • FORM_FUNCTION_OID_PK_COLUMN

        public static final String FORM_FUNCTION_OID_PK_COLUMN
        Provides the 'form_function_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DELIVERY_FUNC_FLAG

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

        public static final org.apache.cayenne.exp.Property<Integer> FUNCTION_SEQUENCE
        Provides the 'FUNCTION_SEQUENCE' property.
      • FUNCTION_TRIGGER

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

        public static final org.apache.cayenne.exp.Property<ServiceDefinition> SERVICE
        Provides the 'SERVICE' property.
      • TEMPLATE_VERSION

        public static final org.apache.cayenne.exp.Property<TemplateVersion> TEMPLATE_VERSION
        Provides the 'TEMPLATE_VERSION' property.
    • Constructor Detail

      • _FormFunction

        public _FormFunction()
    • Method Detail

      • setDeliveryFuncFlag

        public void setDeliveryFuncFlag​(boolean deliveryFuncFlag)
        Set the deliveryFuncFlag value.
        Parameters:
        deliveryFuncFlag - the deliveryFuncFlag value to set
      • isDeliveryFuncFlag

        public boolean isDeliveryFuncFlag()
        Return the deliveryFuncFlag value.
        Returns:
        deliveryFuncFlag the deliveryFuncFlag value
      • setFunctionSequence

        public void setFunctionSequence​(Integer functionSequence)
        Set the functionSequence value.
        Parameters:
        functionSequence - the functionSequence value to set
      • getFunctionSequence

        public Integer getFunctionSequence()
        Return the functionSequence value.
        Returns:
        functionSequence the functionSequence value
      • setFunctionTrigger

        public void setFunctionTrigger​(String functionTrigger)
        Set the functionTrigger value.
        Parameters:
        functionTrigger - the functionTrigger value to set
      • getFunctionTrigger

        public String getFunctionTrigger()
        Return the functionTrigger value.
        Returns:
        functionTrigger the functionTrigger value
      • setService

        public void setService​(ServiceDefinition service)
        Set the Service.
        Parameters:
        service - the service value to set
      • getService

        public ServiceDefinition getService()
        Return the Service.
        Returns:
        the service value
      • setTemplateVersion

        public void setTemplateVersion​(TemplateVersion templateVersion)
        Set the TemplateVersion.
        Parameters:
        templateVersion - the templateVersion value to set
      • getTemplateVersion

        public TemplateVersion getTemplateVersion()
        Return the TemplateVersion.
        Returns:
        the templateVersion value