Class _MetadataTag

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

    public abstract class _MetadataTag
    extends BaseEntity

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

      • DESCRIPTION_PROPERTY

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

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

        public static final String CLIENT_METADATA_VALUES_PROPERTY
        Provides the 'clientMetadataValues' relationship name.
        See Also:
        Constant Field Values
      • METADATA_LIST_VALUES_PROPERTY

        public static final String METADATA_LIST_VALUES_PROPERTY
        Provides the 'metadataListValues' relationship name.
        See Also:
        Constant Field Values
      • VERSION_METADATA_VALUES_PROPERTY

        public static final String VERSION_METADATA_VALUES_PROPERTY
        Provides the 'versionMetadataValues' relationship name.
        See Also:
        Constant Field Values
      • FORM_METADATA_TAG_OID_PK_COLUMN

        public static final String FORM_METADATA_TAG_OID_PK_COLUMN
        Provides the 'form_metadata_tag_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DESCRIPTION

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

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • CLIENT_METADATA_VALUES

        public static final org.apache.cayenne.exp.Property<List<ClientMetadataValue>> CLIENT_METADATA_VALUES
        Provides the 'CLIENT_METADATA_VALUES' property.
      • METADATA_LIST_VALUES

        public static final org.apache.cayenne.exp.Property<List<MetadataListValue>> METADATA_LIST_VALUES
        Provides the 'METADATA_LIST_VALUES' property.
      • VERSION_METADATA_VALUES

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

      • _MetadataTag

        public _MetadataTag()
    • Method Detail

      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description 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
      • 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
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • addToClientMetadataValues

        public void addToClientMetadataValues​(ClientMetadataValue obj)
        Add the ClientMetadataValues object.
        Parameters:
        obj - the clientMetadataValues value to add
      • removeFromClientMetadataValues

        public void removeFromClientMetadataValues​(ClientMetadataValue obj)
        Remove the ClientMetadataValues object.
        Parameters:
        obj - the clientMetadataValues value to remove
      • getClientMetadataValues

        public List<ClientMetadataValue> getClientMetadataValues()
        Return the ClientMetadataValues.
        Returns:
        clientMetadataValues value
      • addToMetadataListValues

        public void addToMetadataListValues​(MetadataListValue obj)
        Add the MetadataListValues object.
        Parameters:
        obj - the metadataListValues value to add
      • removeFromMetadataListValues

        public void removeFromMetadataListValues​(MetadataListValue obj)
        Remove the MetadataListValues object.
        Parameters:
        obj - the metadataListValues value to remove
      • getMetadataListValues

        public List<MetadataListValue> getMetadataListValues()
        Return the MetadataListValues.
        Returns:
        metadataListValues value
      • addToVersionMetadataValues

        public void addToVersionMetadataValues​(VersionMetadataValue obj)
        Add the VersionMetadataValues object.
        Parameters:
        obj - the versionMetadataValues value to add
      • removeFromVersionMetadataValues

        public void removeFromVersionMetadataValues​(VersionMetadataValue obj)
        Remove the VersionMetadataValues object.
        Parameters:
        obj - the versionMetadataValues value to remove
      • getVersionMetadataValues

        public List<VersionMetadataValue> getVersionMetadataValues()
        Return the VersionMetadataValues.
        Returns:
        versionMetadataValues value