Class _MetadataListValue

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

    public abstract class _MetadataListValue
    extends BaseEntity

    Provides the _MetadataListValue 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
      • CHILD_VALUE_LIST_PROPERTY

        public static final String CHILD_VALUE_LIST_PROPERTY
        Provides the 'childValueList' relationship 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
      • PARENT_VALUE_PROPERTY

        public static final String PARENT_VALUE_PROPERTY
        Provides the 'parentValue' relationship name.
        See Also:
        Constant Field Values
      • METADATA_LIST_VALUE_OID_PK_COLUMN

        public static final String METADATA_LIST_VALUE_OID_PK_COLUMN
        Provides the 'metadata_list_value_oid' primary key database column name.
        See Also:
        Constant Field Values
      • SEQUENCE

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

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

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

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

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

      • _MetadataListValue

        public _MetadataListValue()
    • Method Detail

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

        public void addToChildValueList​(MetadataListValue obj)
        Add the ChildValueList object.
        Parameters:
        obj - the childValueList value to add
      • removeFromChildValueList

        public void removeFromChildValueList​(MetadataListValue obj)
        Remove the ChildValueList object.
        Parameters:
        obj - the childValueList value to remove
      • getChildValueList

        public List<MetadataListValue> getChildValueList()
        Return the ChildValueList.
        Returns:
        childValueList 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
      • setParentValue

        public void setParentValue​(MetadataListValue parentValue)
        Set the ParentValue.
        Parameters:
        parentValue - the parentValue value to set
      • getParentValue

        public MetadataListValue getParentValue()
        Return the ParentValue.
        Returns:
        the parentValue value