Class _PrefillParamXpathMap

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

    public abstract class _PrefillParamXpathMap
    extends BaseEntity

    Provides the _PrefillParamXpathMap 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<String> PARAM_NAME
      Provides the 'PARAM_NAME' property.
      static String PARAM_NAME_PROPERTY
      Provides the 'paramName' property name.
      static String PREFILL_PARAM_OID_PK_COLUMN
      Provides the 'prefill_param_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<SchemaSeed> SCHEMA
      Provides the 'SCHEMA' property.
      static String SCHEMA_PROPERTY
      Provides the 'schema' relationship name.
      static org.apache.cayenne.exp.Property<String> XPATH
      Provides the 'XPATH' property.
      static String XPATH_PROPERTY
      Provides the 'xpath' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getParamName()
      Return the paramName value.
      SchemaSeed getSchema()
      Return the Schema.
      String getXpath()
      Return the xpath value.
      void setParamName​(String paramName)
      Set the paramName value.
      void setSchema​(SchemaSeed schema)
      Set the Schema.
      void setXpath​(String xpath)
      Set the xpath value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • PARAM_NAME_PROPERTY

        public static final String PARAM_NAME_PROPERTY
        Provides the 'paramName' property name.
        See Also:
        Constant Field Values
      • PREFILL_PARAM_OID_PK_COLUMN

        public static final String PREFILL_PARAM_OID_PK_COLUMN
        Provides the 'prefill_param_oid' primary key database column name.
        See Also:
        Constant Field Values
      • PARAM_NAME

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

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

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

      • _PrefillParamXpathMap

        public _PrefillParamXpathMap()
    • Method Detail

      • setParamName

        public void setParamName​(String paramName)
        Set the paramName value.
        Parameters:
        paramName - the paramName value to set
      • getParamName

        public String getParamName()
        Return the paramName value.
        Returns:
        paramName the paramName value
      • setXpath

        public void setXpath​(String xpath)
        Set the xpath value.
        Parameters:
        xpath - the xpath value to set
      • getXpath

        public String getXpath()
        Return the xpath value.
        Returns:
        xpath the xpath value
      • setSchema

        public void setSchema​(SchemaSeed schema)
        Set the Schema.
        Parameters:
        schema - the schema value to set
      • getSchema

        public SchemaSeed getSchema()
        Return the Schema.
        Returns:
        the schema value