Class _FormDesignVersionProperty

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

    public abstract class _FormDesignVersionProperty
    extends BaseEntity

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

      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • LONG_VALUE_PROPERTY

        public static final String LONG_VALUE_PROPERTY
        Provides the 'longValue' property name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VERSION_PROPERTY

        public static final String FORM_DESIGN_VERSION_PROPERTY
        Provides the 'formDesignVersion' relationship name.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_PROPERTY

        public static final String PROPERTY_TYPE_PROPERTY
        Provides the 'propertyType' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VER_PROPERTY_OID_PK_COLUMN

        public static final String FORM_DESIGN_VER_PROPERTY_OID_PK_COLUMN
        Provides the 'form_design_ver_property_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CREATED_AT

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

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

        public static final org.apache.cayenne.exp.Property<Date> LAST_MODIFIED_AT
        Provides the 'LAST_MODIFIED_AT' property.
      • LAST_MODIFIED_BY

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

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

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

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

        public static final org.apache.cayenne.exp.Property<FormDesignVersion> FORM_DESIGN_VERSION
        Provides the 'FORM_DESIGN_VERSION' property.
      • PROPERTY_TYPE

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

      • _FormDesignVersionProperty

        public _FormDesignVersionProperty()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setLocale

        public void setLocale​(String locale)
        Set the locale value.
        Parameters:
        locale - the locale value to set
      • getLocale

        public String getLocale()
        Return the locale value.
        Returns:
        locale the locale value
      • setLongValue

        public void setLongValue​(String longValue)
        Set the longValue value.
        Parameters:
        longValue - the longValue value to set
      • getLongValue

        public String getLongValue()
        Return the longValue value.
        Returns:
        longValue the longValue value
      • setValue

        public void setValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
      • getValue

        public String getValue()
        Return the value value.
        Returns:
        value the value value
      • setFormDesignVersion

        public void setFormDesignVersion​(FormDesignVersion formDesignVersion)
        Set the FormDesignVersion.
        Parameters:
        formDesignVersion - the formDesignVersion value to set
      • getFormDesignVersion

        public FormDesignVersion getFormDesignVersion()
        Return the FormDesignVersion.
        Returns:
        the formDesignVersion value
      • setPropertyType

        public void setPropertyType​(PropertyType propertyType)
        Set the PropertyType.
        Parameters:
        propertyType - the propertyType value to set
      • getPropertyType

        public PropertyType getPropertyType()
        Return the PropertyType.
        Returns:
        the propertyType value