Class _PropertyType

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

    public abstract class _PropertyType
    extends BaseEntity

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

      • DATA_TYPE_PROPERTY

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

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

        public static final String READONLY_FLAG_PROPERTY
        Provides the 'readonlyFlag' property name.
        See Also:
        Constant Field Values
      • CLIENT_PROPERTIES_PROPERTY

        public static final String CLIENT_PROPERTIES_PROPERTY
        Provides the 'clientProperties' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VERSION_PROPERTIES_PROPERTY

        public static final String FORM_DESIGN_VERSION_PROPERTIES_PROPERTY
        Provides the 'formDesignVersionProperties' relationship name.
        See Also:
        Constant Field Values
      • USER_PROPERTIES_PROPERTY

        public static final String USER_PROPERTIES_PROPERTY
        Provides the 'userProperties' relationship name.
        See Also:
        Constant Field Values
      • VERSION_PROPERTY_VALUES_PROPERTY

        public static final String VERSION_PROPERTY_VALUES_PROPERTY
        Provides the 'versionPropertyValues' relationship name.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_OID_PK_COLUMN

        public static final String PROPERTY_TYPE_OID_PK_COLUMN
        Provides the 'property_type_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DATA_TYPE

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

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

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

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

        public static final org.apache.cayenne.exp.Property<List<ClientProperty>> CLIENT_PROPERTIES
        Provides the 'CLIENT_PROPERTIES' property.
      • FORM_DESIGN_VERSION_PROPERTIES

        public static final org.apache.cayenne.exp.Property<List<FormDesignVersionProperty>> FORM_DESIGN_VERSION_PROPERTIES
        Provides the 'FORM_DESIGN_VERSION_PROPERTIES' property.
      • USER_PROPERTIES

        public static final org.apache.cayenne.exp.Property<List<UserProperty>> USER_PROPERTIES
        Provides the 'USER_PROPERTIES' property.
      • VERSION_PROPERTY_VALUES

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

      • _PropertyType

        public _PropertyType()
    • Method Detail

      • setDataType

        public void setDataType​(String dataType)
        Set the dataType value.
        Parameters:
        dataType - the dataType value to set
      • getDataType

        public String getDataType()
        Return the dataType value.
        Returns:
        dataType the dataType value
      • 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
      • setReadonlyFlag

        public void setReadonlyFlag​(boolean readonlyFlag)
        Set the readonlyFlag value.
        Parameters:
        readonlyFlag - the readonlyFlag value to set
      • isReadonlyFlag

        public boolean isReadonlyFlag()
        Return the readonlyFlag value.
        Returns:
        readonlyFlag the readonlyFlag 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
      • 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
      • addToClientProperties

        public void addToClientProperties​(ClientProperty obj)
        Add the ClientProperties object.
        Parameters:
        obj - the clientProperties value to add
      • removeFromClientProperties

        public void removeFromClientProperties​(ClientProperty obj)
        Remove the ClientProperties object.
        Parameters:
        obj - the clientProperties value to remove
      • getClientProperties

        public List<ClientProperty> getClientProperties()
        Return the ClientProperties.
        Returns:
        clientProperties value
      • addToFormDesignVersionProperties

        public void addToFormDesignVersionProperties​(FormDesignVersionProperty obj)
        Add the FormDesignVersionProperties object.
        Parameters:
        obj - the formDesignVersionProperties value to add
      • removeFromFormDesignVersionProperties

        public void removeFromFormDesignVersionProperties​(FormDesignVersionProperty obj)
        Remove the FormDesignVersionProperties object.
        Parameters:
        obj - the formDesignVersionProperties value to remove
      • getFormDesignVersionProperties

        public List<FormDesignVersionProperty> getFormDesignVersionProperties()
        Return the FormDesignVersionProperties.
        Returns:
        formDesignVersionProperties value
      • addToUserProperties

        public void addToUserProperties​(UserProperty obj)
        Add the UserProperties object.
        Parameters:
        obj - the userProperties value to add
      • removeFromUserProperties

        public void removeFromUserProperties​(UserProperty obj)
        Remove the UserProperties object.
        Parameters:
        obj - the userProperties value to remove
      • getUserProperties

        public List<UserProperty> getUserProperties()
        Return the UserProperties.
        Returns:
        userProperties value
      • addToVersionPropertyValues

        public void addToVersionPropertyValues​(VersionPropertyValue obj)
        Add the VersionPropertyValues object.
        Parameters:
        obj - the versionPropertyValues value to add
      • removeFromVersionPropertyValues

        public void removeFromVersionPropertyValues​(VersionPropertyValue obj)
        Remove the VersionPropertyValues object.
        Parameters:
        obj - the versionPropertyValues value to remove
      • getVersionPropertyValues

        public List<VersionPropertyValue> getVersionPropertyValues()
        Return the VersionPropertyValues.
        Returns:
        versionPropertyValues value