Interface PeopleSoftJobOutputLocation

    • Method Detail

      • getDescription

        String getDescription()
        Get the value for Description. (The description of this output file location)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getProcessingOrder

        Long getProcessingOrder()
        Get the value for ProcessingOrder. (In which order are the OutputRules applied?) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getProtocol

        String getProtocol()
        Get the value for Protocol. (PeopleSoft protocol to retrieve the output files.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getHostName

        String getHostName()
        Get the value for HostName. (PeopleSoft hostname to retrieve the output files.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getPort

        Long getPort()
        Get the value for Port. (Port to connect to on the hostname.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getInstanceName

        String getInstanceName()
        Get the value for InstanceName. (PeopleSoft instance name.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • isEnabled

        boolean isEnabled()
        Get the value for Enabled. (Whether this rule is currently enabled or not.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setDescription

        void setDescription​(String newDescription)
        Set the value for Description. (The description of this output file location) This value is optional.
        Parameters:
        newDescription - the new value for Description.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setProcessingOrder

        void setProcessingOrder​(Long newProcessingOrder)
        Set the value for ProcessingOrder. (In which order are the OutputRules applied?) This value is mandatory.
        Parameters:
        newProcessingOrder - the new value for ProcessingOrder. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setProtocol

        void setProtocol​(String newProtocol)
        Set the value for Protocol. (PeopleSoft protocol to retrieve the output files.) This value is mandatory.
        Parameters:
        newProtocol - the new value for Protocol. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setHostName

        void setHostName​(String newHostName)
        Set the value for HostName. (PeopleSoft hostname to retrieve the output files.) This value is mandatory.
        Parameters:
        newHostName - the new value for HostName. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setPort

        void setPort​(Long newPort)
        Set the value for Port. (Port to connect to on the hostname.) This value is optional.
        Parameters:
        newPort - the new value for Port.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setInstanceName

        void setInstanceName​(String newInstanceName)
        Set the value for InstanceName. (PeopleSoft instance name.) This value is mandatory.
        Parameters:
        newInstanceName - the new value for InstanceName. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setEnabled

        void setEnabled​(boolean newEnabled)
        Set the value for Enabled. (Whether this rule is currently enabled or not.)
        Parameters:
        newEnabled - the new value for Enabled.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.