Class _ServerNode

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

    public abstract class _ServerNode
    extends BaseEntity

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

      • ADMIN_SERVER_FLAG_PROPERTY

        public static final String ADMIN_SERVER_FLAG_PROPERTY
        Provides the 'adminServerFlag' property name.
        See Also:
        Constant Field Values
      • MAX_CPU_LOAD_PROPERTY

        public static final String MAX_CPU_LOAD_PROPERTY
        Provides the 'maxCpuLoad' property name.
        See Also:
        Constant Field Values
      • MAX_FORM_WORKER_QUEUE_PROPERTY

        public static final String MAX_FORM_WORKER_QUEUE_PROPERTY
        Provides the 'maxFormWorkerQueue' property name.
        See Also:
        Constant Field Values
      • MAX_FORM_WORKER_THREADS_PROPERTY

        public static final String MAX_FORM_WORKER_THREADS_PROPERTY
        Provides the 'maxFormWorkerThreads' property name.
        See Also:
        Constant Field Values
      • PORTAL_SERVER_FLAG_PROPERTY

        public static final String PORTAL_SERVER_FLAG_PROPERTY
        Provides the 'portalServerFlag' property name.
        See Also:
        Constant Field Values
      • RECEIPT_SERVER_FLAG_PROPERTY

        public static final String RECEIPT_SERVER_FLAG_PROPERTY
        Provides the 'receiptServerFlag' property name.
        See Also:
        Constant Field Values
      • SERVER_GROUP_PROPERTY

        public static final String SERVER_GROUP_PROPERTY
        Provides the 'serverGroup' property name.
        See Also:
        Constant Field Values
      • SERVER_IP_ADDRESS_PROPERTY

        public static final String SERVER_IP_ADDRESS_PROPERTY
        Provides the 'serverIpAddress' property name.
        See Also:
        Constant Field Values
      • SERVER_NAME_PROPERTY

        public static final String SERVER_NAME_PROPERTY
        Provides the 'serverName' property name.
        See Also:
        Constant Field Values
      • SERVER_NODE_URL_PROPERTY

        public static final String SERVER_NODE_URL_PROPERTY
        Provides the 'serverNodeUrl' property name.
        See Also:
        Constant Field Values
      • ERROR_LOGS_PROPERTY

        public static final String ERROR_LOGS_PROPERTY
        Provides the 'errorLogs' relationship name.
        See Also:
        Constant Field Values
      • EVENT_LOG_PROPERTY

        public static final String EVENT_LOG_PROPERTY
        Provides the 'eventLog' relationship name.
        See Also:
        Constant Field Values
      • PORTAL_REQUEST_LOGS_PROPERTY

        public static final String PORTAL_REQUEST_LOGS_PROPERTY
        Provides the 'portalRequestLogs' relationship name.
        See Also:
        Constant Field Values
      • REQUEST_LOGS_PROPERTY

        public static final String REQUEST_LOGS_PROPERTY
        Provides the 'requestLogs' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_DEFINITIONS_PROPERTY

        public static final String SERVICE_DEFINITIONS_PROPERTY
        Provides the 'serviceDefinitions' relationship name.
        See Also:
        Constant Field Values
      • SERVER_OID_PK_COLUMN

        public static final String SERVER_OID_PK_COLUMN
        Provides the 'server_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ADMIN_SERVER_FLAG

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

        public static final org.apache.cayenne.exp.Property<Integer> MAX_CPU_LOAD
        Provides the 'MAX_CPU_LOAD' property.
      • MAX_FORM_WORKER_QUEUE

        public static final org.apache.cayenne.exp.Property<Integer> MAX_FORM_WORKER_QUEUE
        Provides the 'MAX_FORM_WORKER_QUEUE' property.
      • MAX_FORM_WORKER_THREADS

        public static final org.apache.cayenne.exp.Property<Integer> MAX_FORM_WORKER_THREADS
        Provides the 'MAX_FORM_WORKER_THREADS' property.
      • PORTAL_SERVER_FLAG

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<List<ErrorLog>> ERROR_LOGS
        Provides the 'ERROR_LOGS' property.
      • EVENT_LOG

        public static final org.apache.cayenne.exp.Property<List<EventLog>> EVENT_LOG
        Provides the 'EVENT_LOG' property.
      • PORTAL_REQUEST_LOGS

        public static final org.apache.cayenne.exp.Property<List<RequestLog>> PORTAL_REQUEST_LOGS
        Provides the 'PORTAL_REQUEST_LOGS' property.
      • REQUEST_LOGS

        public static final org.apache.cayenne.exp.Property<List<RequestLog>> REQUEST_LOGS
        Provides the 'REQUEST_LOGS' property.
      • SERVICE_DEFINITIONS

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

      • _ServerNode

        public _ServerNode()
    • Method Detail

      • setAdminServerFlag

        public void setAdminServerFlag​(boolean adminServerFlag)
        Set the adminServerFlag value.
        Parameters:
        adminServerFlag - the adminServerFlag value to set
      • isAdminServerFlag

        public boolean isAdminServerFlag()
        Return the adminServerFlag value.
        Returns:
        adminServerFlag the adminServerFlag value
      • setMaxCpuLoad

        public void setMaxCpuLoad​(Integer maxCpuLoad)
        Set the maxCpuLoad value.
        Parameters:
        maxCpuLoad - the maxCpuLoad value to set
      • getMaxCpuLoad

        public Integer getMaxCpuLoad()
        Return the maxCpuLoad value.
        Returns:
        maxCpuLoad the maxCpuLoad value
      • setMaxFormWorkerQueue

        public void setMaxFormWorkerQueue​(Integer maxFormWorkerQueue)
        Set the maxFormWorkerQueue value.
        Parameters:
        maxFormWorkerQueue - the maxFormWorkerQueue value to set
      • getMaxFormWorkerQueue

        public Integer getMaxFormWorkerQueue()
        Return the maxFormWorkerQueue value.
        Returns:
        maxFormWorkerQueue the maxFormWorkerQueue value
      • setMaxFormWorkerThreads

        public void setMaxFormWorkerThreads​(Integer maxFormWorkerThreads)
        Set the maxFormWorkerThreads value.
        Parameters:
        maxFormWorkerThreads - the maxFormWorkerThreads value to set
      • getMaxFormWorkerThreads

        public Integer getMaxFormWorkerThreads()
        Return the maxFormWorkerThreads value.
        Returns:
        maxFormWorkerThreads the maxFormWorkerThreads value
      • setPortalServerFlag

        public void setPortalServerFlag​(boolean portalServerFlag)
        Set the portalServerFlag value.
        Parameters:
        portalServerFlag - the portalServerFlag value to set
      • isPortalServerFlag

        public boolean isPortalServerFlag()
        Return the portalServerFlag value.
        Returns:
        portalServerFlag the portalServerFlag value
      • setReceiptServerFlag

        public void setReceiptServerFlag​(boolean receiptServerFlag)
        Set the receiptServerFlag value.
        Parameters:
        receiptServerFlag - the receiptServerFlag value to set
      • isReceiptServerFlag

        public boolean isReceiptServerFlag()
        Return the receiptServerFlag value.
        Returns:
        receiptServerFlag the receiptServerFlag value
      • setServerGroup

        public void setServerGroup​(String serverGroup)
        Set the serverGroup value.
        Parameters:
        serverGroup - the serverGroup value to set
      • getServerGroup

        public String getServerGroup()
        Return the serverGroup value.
        Returns:
        serverGroup the serverGroup value
      • setServerIpAddress

        public void setServerIpAddress​(String serverIpAddress)
        Set the serverIpAddress value.
        Parameters:
        serverIpAddress - the serverIpAddress value to set
      • getServerIpAddress

        public String getServerIpAddress()
        Return the serverIpAddress value.
        Returns:
        serverIpAddress the serverIpAddress value
      • setServerName

        public void setServerName​(String serverName)
        Set the serverName value.
        Parameters:
        serverName - the serverName value to set
      • getServerName

        public String getServerName()
        Return the serverName value.
        Returns:
        serverName the serverName value
      • setServerNodeUrl

        public void setServerNodeUrl​(String serverNodeUrl)
        Set the serverNodeUrl value.
        Parameters:
        serverNodeUrl - the serverNodeUrl value to set
      • getServerNodeUrl

        public String getServerNodeUrl()
        Return the serverNodeUrl value.
        Returns:
        serverNodeUrl the serverNodeUrl value
      • addToErrorLogs

        public void addToErrorLogs​(ErrorLog obj)
        Add the ErrorLogs object.
        Parameters:
        obj - the errorLogs value to add
      • removeFromErrorLogs

        public void removeFromErrorLogs​(ErrorLog obj)
        Remove the ErrorLogs object.
        Parameters:
        obj - the errorLogs value to remove
      • getErrorLogs

        public List<ErrorLog> getErrorLogs()
        Return the ErrorLogs.
        Returns:
        errorLogs value
      • addToEventLog

        public void addToEventLog​(EventLog obj)
        Add the EventLog object.
        Parameters:
        obj - the eventLog value to add
      • removeFromEventLog

        public void removeFromEventLog​(EventLog obj)
        Remove the EventLog object.
        Parameters:
        obj - the eventLog value to remove
      • getEventLog

        public List<EventLog> getEventLog()
        Return the EventLog.
        Returns:
        eventLog value
      • addToPortalRequestLogs

        public void addToPortalRequestLogs​(RequestLog obj)
        Add the PortalRequestLogs object.
        Parameters:
        obj - the portalRequestLogs value to add
      • removeFromPortalRequestLogs

        public void removeFromPortalRequestLogs​(RequestLog obj)
        Remove the PortalRequestLogs object.
        Parameters:
        obj - the portalRequestLogs value to remove
      • getPortalRequestLogs

        public List<RequestLog> getPortalRequestLogs()
        Return the PortalRequestLogs.
        Returns:
        portalRequestLogs value
      • addToRequestLogs

        public void addToRequestLogs​(RequestLog obj)
        Add the RequestLogs object.
        Parameters:
        obj - the requestLogs value to add
      • removeFromRequestLogs

        public void removeFromRequestLogs​(RequestLog obj)
        Remove the RequestLogs object.
        Parameters:
        obj - the requestLogs value to remove
      • getRequestLogs

        public List<RequestLog> getRequestLogs()
        Return the RequestLogs.
        Returns:
        requestLogs value
      • addToServiceDefinitions

        public void addToServiceDefinitions​(ServiceDefinition obj)
        Add the ServiceDefinitions object.
        Parameters:
        obj - the serviceDefinitions value to add
      • removeFromServiceDefinitions

        public void removeFromServiceDefinitions​(ServiceDefinition obj)
        Remove the ServiceDefinitions object.
        Parameters:
        obj - the serviceDefinitions value to remove
      • getServiceDefinitions

        public List<ServiceDefinition> getServiceDefinitions()
        Return the ServiceDefinitions.
        Returns:
        serviceDefinitions value