psdi.app.solution

Interface SolutionSetRemote

    • Field Detail

      • CLASSSTRUCTURE

        static final java.lang.String CLASSSTRUCTURE
        Relationship to the Classstructure records, used to find the classstructure record.
        (solution.classstructureid = classstructure.classstructureid)
        The resulting set will contain zero or one record.
        See Also:
        Constant Field Values
      • SOLUTIONCHANGESTATUS

        static final java.lang.String SOLUTIONCHANGESTATUS
        Relationship to the Solutions non-persistent SOLUTIONCHANGESTATUS records.
        (SOLUTIONCHANGESTATUS is a non-persistent object, no where clause)
        The resulting set will contain zero records.
        See Also:
        Constant Field Values
      • SOLUTIONSTATUS

        static final java.lang.String SOLUTIONSTATUS
        Relationship to the SOLUTIONSTATUS records.
        (solution.solution = solutionstatus.solution)
        The resulting set will contain 1 or more records
        See Also:
        Constant Field Values