Class _AuthProviderParameter

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

    public abstract class _AuthProviderParameter
    extends BaseEntity

    Provides the _AuthProviderParameter 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
      • LIST_VALUES_PROPERTY

        public static final String LIST_VALUES_PROPERTY
        Provides the 'listValues' property name.
        See Also:
        Constant Field Values
      • AUTHENTICATION_PROVIDER_PROPERTY

        public static final String AUTHENTICATION_PROVIDER_PROPERTY
        Provides the 'authenticationProvider' relationship name.
        See Also:
        Constant Field Values
      • AUTH_PROVIDER_PARAMETER_OID_PK_COLUMN

        public static final String AUTH_PROVIDER_PARAMETER_OID_PK_COLUMN
        Provides the 'auth_provider_parameter_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.
      • LIST_VALUES

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

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

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

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

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

      • _AuthProviderParameter

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

        public void setListValues​(String listValues)
        Set the listValues value.
        Parameters:
        listValues - the listValues value to set
      • getListValues

        public String getListValues()
        Return the listValues value.
        Returns:
        listValues the listValues 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
      • 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
      • 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
      • setAuthenticationProvider

        public void setAuthenticationProvider​(AuthenticationProvider authenticationProvider)
        Set the AuthenticationProvider.
        Parameters:
        authenticationProvider - the authenticationProvider value to set
      • getAuthenticationProvider

        public AuthenticationProvider getAuthenticationProvider()
        Return the AuthenticationProvider.
        Returns:
        the authenticationProvider value