Class _ServiceConnection

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

    public abstract class _ServiceConnection
    extends BaseEntity

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

      • ENDPOINT_VALUE_PROPERTY

        public static final String ENDPOINT_VALUE_PROPERTY
        Provides the 'endpointValue' property name.
        See Also:
        Constant Field Values
      • FILE_DATA_PROPERTY

        public static final String FILE_DATA_PROPERTY
        Provides the 'fileData' property name.
        See Also:
        Constant Field Values
      • FILE_NAME_PROPERTY

        public static final String FILE_NAME_PROPERTY
        Provides the 'fileName' property name.
        See Also:
        Constant Field Values
      • PASSWORD_PROPERTY

        public static final String PASSWORD_PROPERTY
        Provides the 'password' property name.
        See Also:
        Constant Field Values
      • SERVER_TYPE_PROPERTY

        public static final String SERVER_TYPE_PROPERTY
        Provides the 'serverType' property name.
        See Also:
        Constant Field Values
      • SERVICE_ENVIRONMENT_PROPERTY

        public static final String SERVICE_ENVIRONMENT_PROPERTY
        Provides the 'serviceEnvironment' property name.
        See Also:
        Constant Field Values
      • TRANSPORT_PROPERTY

        public static final String TRANSPORT_PROPERTY
        Provides the 'transport' property name.
        See Also:
        Constant Field Values
      • USE_AUTH_MANAGER_FLAG_PROPERTY

        public static final String USE_AUTH_MANAGER_FLAG_PROPERTY
        Provides the 'useAuthManagerFlag' property name.
        See Also:
        Constant Field Values
      • USERNAME_PROPERTY

        public static final String USERNAME_PROPERTY
        Provides the 'username' property name.
        See Also:
        Constant Field Values
      • APPLICATION_CONNECTION_LIST_PROPERTY

        public static final String APPLICATION_CONNECTION_LIST_PROPERTY
        Provides the 'applicationConnectionList' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_PROPERTY

        public static final String SERVICE_PROPERTY
        Provides the 'service' relationship name.
        See Also:
        Constant Field Values
      • CONNECTION_OID_PK_COLUMN

        public static final String CONNECTION_OID_PK_COLUMN
        Provides the 'connection_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ENDPOINT_VALUE

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

        public static final org.apache.cayenne.exp.Property<byte[]> FILE_DATA
        Provides the 'FILE_DATA' property.
      • FILE_NAME

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

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

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

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<List<ApplicationConnection>> APPLICATION_CONNECTION_LIST
        Provides the 'APPLICATION_CONNECTION_LIST' property.
      • CLIENT

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

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

      • _ServiceConnection

        public _ServiceConnection()
    • Method Detail

      • setEndpointValue

        public void setEndpointValue​(String endpointValue)
        Set the endpointValue value.
        Parameters:
        endpointValue - the endpointValue value to set
      • getEndpointValue

        public String getEndpointValue()
        Return the endpointValue value.
        Returns:
        endpointValue the endpointValue value
      • setFileData

        public void setFileData​(byte[] fileData)
        Set the fileData value.
        Parameters:
        fileData - the fileData value to set
      • getFileData

        public byte[] getFileData()
        Return the fileData value.
        Returns:
        fileData the fileData value
      • setFileName

        public void setFileName​(String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
      • getFileName

        public String getFileName()
        Return the fileName value.
        Returns:
        fileName the fileName 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
      • setParam1

        public void setParam1​(String param1)
        Set the param1 value.
        Parameters:
        param1 - the param1 value to set
      • getParam1

        public String getParam1()
        Return the param1 value.
        Returns:
        param1 the param1 value
      • setParam2

        public void setParam2​(String param2)
        Set the param2 value.
        Parameters:
        param2 - the param2 value to set
      • getParam2

        public String getParam2()
        Return the param2 value.
        Returns:
        param2 the param2 value
      • setParam3

        public void setParam3​(String param3)
        Set the param3 value.
        Parameters:
        param3 - the param3 value to set
      • getParam3

        public String getParam3()
        Return the param3 value.
        Returns:
        param3 the param3 value
      • setParam4

        public void setParam4​(String param4)
        Set the param4 value.
        Parameters:
        param4 - the param4 value to set
      • getParam4

        public String getParam4()
        Return the param4 value.
        Returns:
        param4 the param4 value
      • setPassword

        public void setPassword​(String password)
        Set the password value.
        Parameters:
        password - the password value to set
      • getPassword

        public String getPassword()
        Return the password value.
        Returns:
        password the password value
      • setServerType

        public void setServerType​(String serverType)
        Set the serverType value.
        Parameters:
        serverType - the serverType value to set
      • getServerType

        public String getServerType()
        Return the serverType value.
        Returns:
        serverType the serverType value
      • setServiceEnvironment

        public void setServiceEnvironment​(String serviceEnvironment)
        Set the serviceEnvironment value.
        Parameters:
        serviceEnvironment - the serviceEnvironment value to set
      • getServiceEnvironment

        public String getServiceEnvironment()
        Return the serviceEnvironment value.
        Returns:
        serviceEnvironment the serviceEnvironment value
      • setTransport

        public void setTransport​(String transport)
        Set the transport value.
        Parameters:
        transport - the transport value to set
      • getTransport

        public String getTransport()
        Return the transport value.
        Returns:
        transport the transport value
      • setUseAuthManagerFlag

        public void setUseAuthManagerFlag​(boolean useAuthManagerFlag)
        Set the useAuthManagerFlag value.
        Parameters:
        useAuthManagerFlag - the useAuthManagerFlag value to set
      • isUseAuthManagerFlag

        public boolean isUseAuthManagerFlag()
        Return the useAuthManagerFlag value.
        Returns:
        useAuthManagerFlag the useAuthManagerFlag value
      • setUsername

        public void setUsername​(String username)
        Set the username value.
        Parameters:
        username - the username value to set
      • getUsername

        public String getUsername()
        Return the username value.
        Returns:
        username the username value
      • addToApplicationConnectionList

        public void addToApplicationConnectionList​(ApplicationConnection obj)
        Add the ApplicationConnectionList object.
        Parameters:
        obj - the applicationConnectionList value to add
      • removeFromApplicationConnectionList

        public void removeFromApplicationConnectionList​(ApplicationConnection obj)
        Remove the ApplicationConnectionList object.
        Parameters:
        obj - the applicationConnectionList value to remove
      • getApplicationConnectionList

        public List<ApplicationConnection> getApplicationConnectionList()
        Return the ApplicationConnectionList.
        Returns:
        applicationConnectionList 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
      • addToService

        public void addToService​(ServiceDefinition obj)
        Add the Service object.
        Parameters:
        obj - the service value to add
      • removeFromService

        public void removeFromService​(ServiceDefinition obj)
        Remove the Service object.
        Parameters:
        obj - the service value to remove