Class _ApplicationConnection

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

    public abstract class _ApplicationConnection
    extends BaseEntity

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

      • APPLICATION_PACKAGE_PROPERTY

        public static final String APPLICATION_PACKAGE_PROPERTY
        Provides the 'applicationPackage' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_CONNECTION_PROPERTY

        public static final String SERVICE_CONNECTION_PROPERTY
        Provides the 'serviceConnection' relationship name.
        See Also:
        Constant Field Values
      • APPLICATION_CONNECTION_OID_PK_COLUMN

        public static final String APPLICATION_CONNECTION_OID_PK_COLUMN
        Provides the 'application_connection_oid' primary key database column name.
        See Also:
        Constant Field Values
      • APPLICATION_PACKAGE

        public static final org.apache.cayenne.exp.Property<ApplicationPackage> APPLICATION_PACKAGE
        Provides the 'APPLICATION_PACKAGE' property.
      • SERVICE_CONNECTION

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

      • _ApplicationConnection

        public _ApplicationConnection()
    • Method Detail

      • setApplicationPackage

        public void setApplicationPackage​(ApplicationPackage applicationPackage)
        Set the ApplicationPackage.
        Parameters:
        applicationPackage - the applicationPackage value to set
      • getApplicationPackage

        public ApplicationPackage getApplicationPackage()
        Return the ApplicationPackage.
        Returns:
        the applicationPackage value
      • setServiceConnection

        public void setServiceConnection​(ServiceConnection serviceConnection)
        Set the ServiceConnection.
        Parameters:
        serviceConnection - the serviceConnection value to set
      • getServiceConnection

        public ServiceConnection getServiceConnection()
        Return the ServiceConnection.
        Returns:
        the serviceConnection value