Class _VersionPropertyValue

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

    public abstract class _VersionPropertyValue
    extends BaseEntity

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

      • SEQUENCE_PROPERTY

        public static final String SEQUENCE_PROPERTY
        Provides the 'sequence' property 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
      • TEMPLATE_VERSION_PROPERTY

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

        public static final String VERSION_PROPERTY_VALUE_OID_PK_COLUMN
        Provides the 'version_property_value_oid' primary key database column name.
        See Also:
        Constant Field Values
      • LABEL

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

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

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

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

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

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

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

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

      • _VersionPropertyValue

        public _VersionPropertyValue()
    • Method Detail

      • setLabel

        public void setLabel​(String label)
        Set the label value.
        Parameters:
        label - the label value to set
      • getLabel

        public String getLabel()
        Return the label value.
        Returns:
        label the label value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setScope

        public void setScope​(String scope)
        Set the scope value.
        Parameters:
        scope - the scope value to set
      • getScope

        public String getScope()
        Return the scope value.
        Returns:
        scope the scope value
      • setSequence

        public void setSequence​(Integer sequence)
        Set the sequence value.
        Parameters:
        sequence - the sequence value to set
      • getSequence

        public Integer getSequence()
        Return the sequence value.
        Returns:
        sequence the sequence value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type 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
      • 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
      • 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