Class _PropertyPrefillMap

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

    public abstract class _PropertyPrefillMap
    extends BaseEntity

    Provides the _PropertyPrefillMap 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> NAME
      Provides the 'NAME' property.
      static String NAME_PROPERTY
      Provides the 'name' property name.
      static String PROPERTY_PREFILL_MAP_OID_PK_COLUMN
      Provides the 'property_prefill_map_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<Boolean> REQUIRED_FLAG
      Provides the 'REQUIRED_FLAG' property.
      static String REQUIRED_FLAG_PROPERTY
      Provides the 'requiredFlag' property 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> SCOPE
      Provides the 'SCOPE' property.
      static String SCOPE_PROPERTY
      Provides the 'scope' property 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 getName()
      Return the name value.
      SchemaSeed getSchema()
      Return the Schema.
      String getScope()
      Return the scope value.
      String getXpath()
      Return the xpath value.
      boolean isRequiredFlag()
      Return the requiredFlag value.
      void setName​(String name)
      Set the name value.
      void setRequiredFlag​(boolean requiredFlag)
      Set the requiredFlag value.
      void setSchema​(SchemaSeed schema)
      Set the Schema.
      void setScope​(String scope)
      Set the scope value.
      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

      • REQUIRED_FLAG_PROPERTY

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

        public static final String PROPERTY_PREFILL_MAP_OID_PK_COLUMN
        Provides the 'property_prefill_map_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.
      • SCOPE

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

      • _PropertyPrefillMap

        public _PropertyPrefillMap()
    • 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
      • 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
      • 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