Class _VersionMetadataValue

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

    public abstract class _VersionMetadataValue
    extends BaseEntity

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

      • REQUIRED_FLAG_PROPERTY

        public static final String REQUIRED_FLAG_PROPERTY
        Provides the 'requiredFlag' property name.
        See Also:
        Constant Field Values
      • METADATA_TAG_PROPERTY

        public static final String METADATA_TAG_PROPERTY
        Provides the 'metadataTag' 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_METADATA_VALUE_OID_PK_COLUMN

        public static final String VERSION_METADATA_VALUE_OID_PK_COLUMN
        Provides the 'version_metadata_value_oid' primary key database column name.
        See Also:
        Constant Field Values
      • NAME

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

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

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

        public static final org.apache.cayenne.exp.Property<String> SCOPE
        Provides the 'SCOPE' 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.
      • METADATA_TAG

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

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

      • _VersionMetadataValue

        public _VersionMetadataValue()
    • Method Detail

      • 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
      • setRequiredFlag

        public void setRequiredFlag​(boolean requiredFlag)
        Set the requiredFlag value.
        Parameters:
        requiredFlag - the requiredFlag value to set
      • isRequiredFlag

        public boolean isRequiredFlag()
        Return the requiredFlag value.
        Returns:
        requiredFlag the requiredFlag value
      • setScheme

        public void setScheme​(String scheme)
        Set the scheme value.
        Parameters:
        scheme - the scheme value to set
      • getScheme

        public String getScheme()
        Return the scheme value.
        Returns:
        scheme the scheme 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
      • 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
      • setMetadataTag

        public void setMetadataTag​(MetadataTag metadataTag)
        Set the MetadataTag.
        Parameters:
        metadataTag - the metadataTag value to set
      • getMetadataTag

        public MetadataTag getMetadataTag()
        Return the MetadataTag.
        Returns:
        the metadataTag 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