Class _ApplicationPackage

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

    public abstract class _ApplicationPackage
    extends BaseEntity

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

      • ACTIVE_FLAG_PROPERTY

        public static final String ACTIVE_FLAG_PROPERTY
        Provides the 'activeFlag' property name.
        See Also:
        Constant Field Values
      • APPLICATION_NAME_PROPERTY

        public static final String APPLICATION_NAME_PROPERTY
        Provides the 'applicationName' property name.
        See Also:
        Constant Field Values
      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' 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
      • APPLICATION_CLIENT_PROPERTIES_PROPERTY

        public static final String APPLICATION_CLIENT_PROPERTIES_PROPERTY
        Provides the 'applicationClientProperties' relationship 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
      • APPLICATION_DELIVERY_LIST_PROPERTY

        public static final String APPLICATION_DELIVERY_LIST_PROPERTY
        Provides the 'applicationDeliveryList' relationship name.
        See Also:
        Constant Field Values
      • APPLICATION_FORMS_PROPERTY

        public static final String APPLICATION_FORMS_PROPERTY
        Provides the 'applicationForms' relationship name.
        See Also:
        Constant Field Values
      • APPLICATION_SERVICES_PROPERTY

        public static final String APPLICATION_SERVICES_PROPERTY
        Provides the 'applicationServices' relationship name.
        See Also:
        Constant Field Values
      • APPLICATION_PACKAGE_OID_PK_COLUMN

        public static final String APPLICATION_PACKAGE_OID_PK_COLUMN
        Provides the 'application_package_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACTIVE_FLAG

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

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

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

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

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

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

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

        public static final org.apache.cayenne.exp.Property<List<ApplicationDelivery>> APPLICATION_DELIVERY_LIST
        Provides the 'APPLICATION_DELIVERY_LIST' property.
      • APPLICATION_FORMS

        public static final org.apache.cayenne.exp.Property<List<ApplicationForm>> APPLICATION_FORMS
        Provides the 'APPLICATION_FORMS' property.
      • APPLICATION_SERVICES

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

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

      • _ApplicationPackage

        public _ApplicationPackage()
    • Method Detail

      • setActiveFlag

        public void setActiveFlag​(boolean activeFlag)
        Set the activeFlag value.
        Parameters:
        activeFlag - the activeFlag value to set
      • isActiveFlag

        public boolean isActiveFlag()
        Return the activeFlag value.
        Returns:
        activeFlag the activeFlag value
      • setApplicationName

        public void setApplicationName​(String applicationName)
        Set the applicationName value.
        Parameters:
        applicationName - the applicationName value to set
      • getApplicationName

        public String getApplicationName()
        Return the applicationName value.
        Returns:
        applicationName the applicationName value
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy 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
      • addToApplicationClientProperties

        public void addToApplicationClientProperties​(ApplicationClientProperty obj)
        Add the ApplicationClientProperties object.
        Parameters:
        obj - the applicationClientProperties value to add
      • removeFromApplicationClientProperties

        public void removeFromApplicationClientProperties​(ApplicationClientProperty obj)
        Remove the ApplicationClientProperties object.
        Parameters:
        obj - the applicationClientProperties value to remove
      • getApplicationClientProperties

        public List<ApplicationClientProperty> getApplicationClientProperties()
        Return the ApplicationClientProperties.
        Returns:
        applicationClientProperties 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
      • addToApplicationDeliveryList

        public void addToApplicationDeliveryList​(ApplicationDelivery obj)
        Add the ApplicationDeliveryList object.
        Parameters:
        obj - the applicationDeliveryList value to add
      • removeFromApplicationDeliveryList

        public void removeFromApplicationDeliveryList​(ApplicationDelivery obj)
        Remove the ApplicationDeliveryList object.
        Parameters:
        obj - the applicationDeliveryList value to remove
      • getApplicationDeliveryList

        public List<ApplicationDelivery> getApplicationDeliveryList()
        Return the ApplicationDeliveryList.
        Returns:
        applicationDeliveryList value
      • addToApplicationForms

        public void addToApplicationForms​(ApplicationForm obj)
        Add the ApplicationForms object.
        Parameters:
        obj - the applicationForms value to add
      • removeFromApplicationForms

        public void removeFromApplicationForms​(ApplicationForm obj)
        Remove the ApplicationForms object.
        Parameters:
        obj - the applicationForms value to remove
      • getApplicationForms

        public List<ApplicationForm> getApplicationForms()
        Return the ApplicationForms.
        Returns:
        applicationForms value
      • addToApplicationServices

        public void addToApplicationServices​(ApplicationService obj)
        Add the ApplicationServices object.
        Parameters:
        obj - the applicationServices value to add
      • removeFromApplicationServices

        public void removeFromApplicationServices​(ApplicationService obj)
        Remove the ApplicationServices object.
        Parameters:
        obj - the applicationServices value to remove
      • getApplicationServices

        public List<ApplicationService> getApplicationServices()
        Return the ApplicationServices.
        Returns:
        applicationServices 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